@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
font-family: Arial, Helvetica, sans-serif;
background-color: #c8d4d5;
text-align: left;
}

a, a img{
border: none;
outline: none;
}


/***** CABECERA *****/

tr#bkg_cabecera{
height: 120px;
background-image: url(../img/cabecera/fondo.jpg);
background-repeat: repeat-x;
background-position: left top;
}

#logos{
width: 125px;
background-image: url(../img/cabecera/logos.jpg) ;
background-position: left top;
background-repeat: no-repeat;
}


#botonera{
width: 900px;
height: 30px;
background-image: url(../img/botonera/fondo_botonera.jpg);
background-position: center;
background-repeat: no-repeat;
}

/**** BANNER ****/
tr#bkg_banner{
height: 260px;
background-image: url(../img/fondo_banner.jpg);
background-repeat: repeat-x;
background-position: left top;
}

tr#bkg_banner_interior{
height: 125px;
background-image: url(../img/fondo_banner_interior.jpg);
background-repeat: repeat-x;
background-position: left top;
}

/**** CUERPO ***/
tr#bkg_cuerpo{
background-color: #FFFFFF;
}

.titulo{
height: 21px;
clear: both;
background-image: url(../img/borde_det.jpg);
background-position: right;
background-repeat: no-repeat;
margin-bottom:2px;
}

.borde_iz{
float: left;
width: 21px;
height: 21px;
position: relative;
}

.txt_titulo{
height: 19px;
color: #FFFFFF;
font-weight: bold;
font-size: 0.75em;
text-align: left;
padding-top: 2px;
float: left;
position: relative;
padding-right: 18px;
}

.contenedor_txt{
	background-color: #f5f5f5;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.contenedor_txt_contacto{
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
text-align: left;
}


/********* ALTURAS DE CAJAS *******/
.clase1{
height: 90px;
}

.clase2{
height: 349px;
}
/*************/

.contenedor_txt p{
color: #666666;
font-size: 12px;
line-height: 1.4em;
padding: 5px 21px 0px 21px;
}

.contenedor_txt ol{
color: #666666;
line-height: 1.4em;
font-size: 12px;
list-style: none;
}

.contenedor_txt ol li{
padding: 5px 21px 0px 21px;
}

span.destacado{
font-weight: bold;
font-size: 1.01em;
}


.fondo_txt{
height: 10px;
background-image: url(../img/borde_detxt.jpg);
background-position: right;
background-repeat: no-repeat;
position: relative;
}

.borde_iz_txt{
width: 10px;
height: 10px;
float: left;
}


a.ver_mas{
color: #0099CC;
text-decoration: none;
}

a:hover.ver_mas{
text-decoration: underline;
}

.ver_resultados_contenedor{
text-align: right;
width: 100%;
position: relative;
right: 0;
}

a.ver_resultados{
color: #0099CC;
text-decoration: none;
text-align: right;
}

a:hover.ver_resultados{
text-decoration: underline;
}


/*** PIE ***/
tr#bkg_pie{
background-image: url(../img/fondo_pie.jpg);
background-position: top left;
background-repeat: repeat-x;
}

#pie{
	font-size: 0.7em;
	color: #333333;
	padding-top: 10px;
	text-align: center;
}

a.texto_link {
	color: #0099CC;
	font-size:12px;
	text-decoration: underline;
}

a:hover.texto_link{
text-decoration: underline;
}

.txt_gris_12px {
font-size:12px;
color:#666666;
}
.txt_14px {
font-size:14px;
color: #FFFFFF;
font-weight:bold;
}
.borde_up{
padding-top: 2px;
}

.texto_celeste {
color: #0099CC;
font-size:12px;
font-weight:bold;
}

