* { padding: 0; margin: 0; }
body {
 font-family: "Century Gothic", Verdana; 

}
#wrapper {
	margin: 0 auto;
	width: 750px;
	font-size: 0.8em;

}
#header {
 color: #333;
 width: 750px;
 float: left;
 border: 0px;
 height: 320px;
 margin: 0px 0px 0px 0px;
 text-align: right;
 background-repeat: no-repeat;
}

#header a:link {
	text-decoration: none;
	color: #AB238F;
}
#header a:visited  {
         text-decoration: none;
		 color: #AB238F;
}
#header a:active {
         text-decoration: none;
		 color: #AB238F;
}
#header a:hover {
         text-decoration: underline;
		 color: #AB238F;
}
#izq {
	border: 0px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	float: left;

}

#medio { 
 border: 0px;
 margin: 0px 0px 0px 0px;
 width: 230px;
 float: left;
 	display: block;
}

#der {
	margin: 0px 0px 0px 0px;
	width: 230px;
	float: left;
	padding-left: 50px;
}


#footer {
	width: 750px;
	height: 40px;
	clear: both;
	color: #CCCCCC;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;	
}
#footer a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:visited  {
        text-decoration: none;
		color: #CCCCCC;
}
#footer a:active {
         text-decoration: none;
		 color: #CCCCCC;
}
#footer a:hover {
         text-decoration: underline;
		 color: #AB238F;
}
/* Estilos texto*/
.oclan {
	color: #AB238F;
}
.slogan_morado{
 font-size: 3em;
 color: #AB238F;
}
.slogan_verde{
 font-size: 2em;
 color: #CFDD27;
}
.u {
	 text-decoration: underline;
}
/* Tabla*/ 

table {
	
	background-image: url(../ima/fondo_tabla.gif);
	background-repeat:no-repeat
	}


th {
	background:#DEDFE1;
	color: #AB238F;
	padding: 8px 0px 8px 0px;
	text-align: center;
	font-weight: normal;	
}
th.nada {background:#ffffff;}
td {

	color: #AB238F;
	padding:8px;
	vertical-align: top;
	 text-align: center;
	font-size: 0.8em;
}
/*Formulario*/
.campos_txt{
width: 250px;
margin-top: 4px;
background-color: #DEDFE1;
border: 0px;
}
.bloques_txt{
width: 250px;
margin-top: 4px;
background-color: #DEDFE1;
border: 0px;
}
.submitbutton{
margin-top: 25px;
width: 150px;
background-color: #DEDFE1;
margin-right:2px;
font-family: "Century Gothic", Verdana; 
}
.submitbutton:hover {
	background-color: #CFDD27;
}
