/*** CSS - YOLANEVA - 2009 ***/



/*** Paleta de colores ***/



.azul_01{ color:#0068A4; }





/*** ESTRUCTURAS GENERALES ***/

* { margin:0; padding:0;}



body { 

	background: #FFFFFF; color:#333; 

	margin:20px 0 20px 0;

	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;

	}



#Web{ width:800px; margin:0 auto; }



/*** ESTRUCTURAS ESPECIFICAS ***/

a{ text-decoration:none; }

a:hover{ text-decoration:underline; }

a:focus{ outline:none; }

img { border:none;}

h1{ color: #0068A4; font-size:22px; font-family: arial;}



.w3c{ width:200px; margin:0 auto; }

.reverse{ unicode-bidi:bidi-override; direction: rtl; }

.email { background:url(email.png) left center no-repeat; padding:0 0 0 20px; }



/*** CABECERA ***/

#Cabecera{ float:left; width:100%; height:150px; }



/*** CONTENIDO ***/

#Contenido{ 

    float:left; width:100%;

    text-align:center; 

}

    #Contenido .logo{ border-right:2px solid #0068A4; float:left; width:398px; text-align:center; }

        #Contenido .logo a{ }

        

    #Contenido .info{ float:left; width:400px; }

        #Contenido .info_descripcion{ float:left; width:380px; margin:0 0 10px 0; padding:0 10px; text-align:justify; }

        #Contenido .info_empresa{ float:left; width:100%; font-size:10px; }

    



/*** PIE DE PAGINA ***/

#Pie                { float:left; width:100%; padding:50px 0 0 0; text-align:center; color: black; font-size:10px; }
#Pie .patrocinadores{ position:absolute; bottom:20px; right:20px; }
#Pie img            { position:relative; margin:0px 0 -5px 0px; padding:0px 5px 0 5px; }
#Pie .validators    { padding:10px 0 0 0; }
