/* CSS Document */
.tabla_elemental{
background-image:url(img/fondo.jpg);
background-position:center;
background-repeat:repeat-y;
}
body{
background-color:#D8DCE2;
}
.texto, .titulos_grandes,.texto_chico_azul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}
.botonera{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
.botonera:link{
color:#3a87c1;
}




.botonera:visited{
color:#3a87c1;
}
.botonera:hover{
color:#0c4d70;
}
.linea_blanca_laterales{
border-left-color:#FFFFFF;
border-left-style:solid;
border-left-width:1px;
border-right-color:#FFFFFF;
border-right-style:solid;
border-right-width:1px;
}
.texto_grande{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#686868;
}
.titulos_grandes{
font-size:13px;
color:#597f98;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.texto_chico_azul{
color:#597f98;
}
.texto_grande2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#999999;
line-height:20px;
}
.linea_azules_bottom{
border-bottom-color:#597f98;
border-bottom-style:solid;
border-bottom-width:1px;
}
.linea_blanca_bottom{
border-bottom-color:#ffffff;
border-bottom-style:solid;
border-bottom-width:2px;
}
.campos, .boton{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#C3D7E2;
width:225px;
border-color:#C3D7E2;
border-style:solid;
border-width:1px;
}
.boton{
background-color:#C3D7E2;
width:auto;
}
