/* CSS Document */
body
{
margin:0px 5px 0px 5px ;

font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color:#0a358c;
background: #E6EEF5 url(/imagenes/fondo.png) repeat-x;
}

h1
{
font-size:20px;
color:#0a1953;
margin:0px;
font-weight:bold;
}
a
{
color:#0a1953;
text-decoration:none;
}
a:visited
{
color:#0a1953;
text-decoration:none;
}
a:hover
{
color:#0a1953;
text-decoration:underline;
}

#contenedor 
{
width:980px;
margin: 0 auto 0 auto;

}
#d_menu
{
border-collapse:collapse;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../imagenes/f_menu.png);
background-color:#0a1953;
background-repeat:repeat-x;
/*border-top:5px solid #999999;*/
border-bottom:5px solid #F79C1B;
width:100%;
}
#d_menu td
{
/*height:36px;
width:100px;
text-align:center;
color:#FFFFFF;
font-weight:bold;*/
padding: 3px 9px 3px 9px;
}
.borde_m
{
border-right:1px solid #FFFFFF;
}
.liga_p
{
text-align:center;        
}
.liga_p a
{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
display:block;
}
.liga_p a:visited
{
color:#FFFFFF;
text-decoration:none;
}
.liga_p a:hover
{
color:#FFCC00;
text-decoration:none;
}
.d_slogan
{
color:#0a358c;

text-align:center;
font-weight:bold;
height:71px;
font-size:16px;
/*width:980px;*/

}
#contenido
{
width:95%;
/*width:980px;*/
}
#pie_p
{
/*background-color: #D8D9DB;
        color:#0a1953;*/
background-color:#0a1953;
color:#FFFFFF;
text-align:center;
font-size:10px;
/*width:980px;*/

}
#pie_p a:link,#pie_p a:visited,#pie_p a:hover
{
color:#FFFFFF;
margin-left:5px;
}
.separador
{
font-size:14px;
color:#F8A14A;
}
#encabezado
{
/*width:980px;*/
margin-top:5px;
}

.d_titulo
{
/*background-image:url(../imagenes/fondo_tit_p.jpg);
background-color: #D8D9DB;*/
background-position:right top;
background-repeat:no-repeat;
}

.d_titulo h1
{
padding: 5px 50px 3px 50px;
font-size:18px;
}
.sub_tit
{
color:#F79C1B;
font-size:15px;
font-weight:bold;
}

.d_galeria 
{
width:90%;
text-align:right;
}

.d_galeria a
{
color:#0054A4;
text-decoration:none;
}

.d_galeria a:visited
{
color:#0054A4;
text-decoration:none;
}

.d_galeria a:hover
{
color:#0054A4;
text-decoration:underline;
}
.t_prop
{
border-collapse:collapse;
color:#000000;
border:1px solid #000066;
}
.t_prop a
{
text-decoration:underline;
}
.t_prop td
{
border:1px solid #000066;
text-align:center;
padding:5px;
}

.t_prop_par
{
background-color:#6699cc;
}
.t_prop_impar
{
background-color:#d8e5f1;
}

.enc_t_prop
{
background-color:#0056a8;
color:#eeeeee;
font-weight:bold;
}
.enc_t_prop td
{
border-left:1px solid #000066;
border-right:1px solid #000066;
}
.cont_col_2
{
overflow: hidden;
width:100%;
}
.cont_col_2_i
{
float:left; 
width:350px; 
margin:5px 30px 5px 0px; 
}
.cont_col_2_d
{

}
#cont_scr
{
/*background-color:white;*/
}

.sub_menu
{
/*visibility:hidden;*/
display:none;
position:absolute;
width:200px;
border:1px solid #0a1953;
}

.sub_menu a
{
font-size:11px;
font-weight:lighter;
display:block;
text-decoration:none;
border-top:1px solid #999999;
background-color:#eeeeee;
width:188px;
padding:2px 2px 2px 10px;
}

.sub_menu a:visited
{
text-decoration:none;
}
.sub_menu a:hover
{
text-decoration:none;
background-color:#cccccc;
}

.cont_acc
{
overflow:hidden;
border-bottom:1px solid #999999;
padding:10px;
}
.acc_izq
{
float:left; 
width:300px; 
text-align:center;
}
.acc_izq img
{
display:block;
margin:10px;
}

.acc_der
{
float:left;
padding:30px; 
width: 400px; 
text-align: justify;
}

.sub_tit_cot
{
font-weight:bold;
margin:10px 0px 10px 0px ;
padding-bottom:5px;
border-bottom:1px solid #CCCCCC;
}
/*todos los navegadores*/
.limpio:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.limpio{
/*display: inline-block;*/
display:block;
height:1%;/*ie7*/
}
/*ie*/
* html .limpio
{
height: 1%; 
display: block;
}
