

@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
padding: 0px;
}

.Estilo1 {font-size:11px; color:#ffffff; text-align:center; font-family: Arial, Helvetica, sans-serif;}
.Estilo2 {font-size: 12px}
.Estilo3 {font-size: 14px}

#head { 
width:100%; height:156px; margin:0 auto; 
}
#logo { 
width:355px; 
height:156px; 
margin:0 auto; 
background: color #00CC33;
float: right;
}
#top2 { 
width:45%; 
height:156px; 
margin:0 auto; 
background:url(../img/topizq.jpg) top left repeat-x; 
float: left;
}
#top3 { 
width:55%; 
height:156px; 
margin:0 auto; 
background:url(../img/topder.jpg) top right repeat-x;
float: left;
}

#menu{ 
width:525px; 
height:156px; 
margin:0 auto; 
background:color #33FF00 solid;
float: left;
}


#bottom { 
width:100%; 
height:135px; 
margin:0 auto; 
background:url(../img/pie.jpg) top right repeat-x;
float: left;
}

#clear{
clear:both;
}

.casillero{
text-align:center;
background:url(../img/casillero2.jpg) no-repeat;
height:35px;
width:253px;
line-height:1.6em;
}


/*///textos////*/

.textogris{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#666666;
}
.textogris_12{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}
.textonegro{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#333333;
}
.textoblanco{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-align:center;
}
.textoazul{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#2e3192;
text-align:center;
}

/*///links////*/
a:link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-align:center;
text-decoration:none;
}
a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-align:center;
text-decoration:none;
}
a:link:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-align:center;
text-decoration:none;
}
