@charset "utf-8";
/* CSS Document */

/* -------------------------------------------- TAGS */
/* 

Definicion de colores 
Azul = #1462B7

*/

/*General styles - NOT really related to the forms*/
* {
	margin:0px;
	padding:0px;
}
/**/
body
{
	background-color:#FFF;
	color:#111111;
	
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;

	margin:0 auto;
	padding:0px;
	min-width: 900px;
}

img {border:0px;}
h1, h2, h3 {
	margin: 0;
} 
#saltopagina {
	page-break-after:always;
}
#principal
{
	padding:0px;
	color:#000000;
	/*background-color:#D9D9D9;*/
}
.impresora{

}
.pantalla{
 display:none;
}

#principal_cabecera
{
	clear:both;
	margin:0 auto;
	width:900px;
	height:272px;
	overflow:hidden;

	margin-bottom:0px;
	font-size: 0.8em; 
	padding:0px;
	text-align:right;
	background:url(img/cabecera.png) no-repeat top center;
	*background:url(img/cabecera.gif) no-repeat top center;/* for IE browser due to png hacks */	
	background-color:#FFFFFF;
/*	background-color:#FF0000;*/
	display:none;
}

#principal_cuerpo
{
/*	clear:both;
	
	width:1015px;

	padding:0px;
	background-color:#ffffff; */
	margin:0 auto;
	width:900px;
	background-color:#ffffff;
	border:#ffffff 2px dashed;
	border-bottom-width:0px;
	border-top-width:0px;

	padding:0px;
	clear:both;
	position: relative;
}

#menu_izq
{
/*	float:left;

	width:150px;
	
	padding:0px;
	margin:2px;

	background-color:#DFDFDF; */
	border: 0px solid #ffffff;
	font-size: 0.85em;
	padding: 0px;/*16px;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	/*background-color: #FFCC00;	*/
	display:none;
}

#cuerpo_central
{
	/*
	float:left; 

	width:677px;

	padding:0px;
	margin:0px;
	
	background-repeat:repeat-y;
	background-image:url(img/cuerpo_contenido_central.gif);
	background-position:bottom left; 
	
	border: 1px solid #333; */
	background:url(img/cuerpo_contenido_central.png) no-repeat bottom left;
	*background:url(img/cuerpo_contenido_central.jpg) no-repeat bottom left;/* for IE browser due to png hacks */	
	background-color:#FFFFFF;

	font-size: 0.85em; 
	margin: 0 0 0 0px; 
	padding: 0px 0px;
	background-color:#FFFFFF;
	min-height:312px;

}
<!--[if IE 5]>
<style>
#menu_izq, #menu_der {width: 182px;}
</style>
<![endif]-->
<!--[if lte IE 6]>
<style>
#principal_cuerpo{
width:expression(parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)-document.body.clientWidth>=-1000?"1000px":"auto");}
#principal_cuerpo, #cuerpo_central, #menu_izq, #menu_der {height: 100%;}
</style>
<![endif]-->

/* -------------------------------------------- PRINCIPAL CABECERA  */

/* ---------------------------------------PIE  CUERPO */
#menu_pie {
	display:none;
	font-size:36px;
}

/* ---------------------------------------CONTENIDO  CUERPO */
#contenido
{
	/*float:left;
	margin:0 auto;
	
	min-height:315px;
	
	margin-right:15px;
	margin-left:10px;
	padding:5px;
	background-color:#ffffff;*/
	margin:0 auto;
	padding:0px;
	min-height:497px;
	font-size:1.2em;
	
}

/* ---------------------------------------CUERPO CONTENIDO CENTRAL */
#contenido #titulo
{ 
	clear:both;
/*
	margin-left:0px;
	padding-left:20px;
	padding-bottom:10px;
	
	font-size:1.70em;

	color:#ff6600;
*/
	font-size:1.30em;
	font-weight:bold;

	position:relative;
	padding:0 0 0 50px;
	margin:0 auto 0 auto;
/*	background-color:#7F7F7F;
	background:url(img/contenido_tit_bg.png) repeat-x;
	*background:url(img/contenido_tit_bg.gif) repeat-x;/* for IE browser due to png hacks * /
	*/
	width:100%;	
}

#contenido #titulo i
{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:sans-serif,Arial,verdana,;
	font-size:0.9em;
	font-weight:bold;
	font-style:normal;
	padding:0 0 0 12px;
	height:30px;
	line-height:30px;
	text-align:center;
	/*cursor:pointer;*/	
	color:#fff;
	
	background:url(img/contenido_tit_hover_left.png) no-repeat;
	*background:url(img/contenido_tit_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}

#contenido #titulo i b
{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	color:#fff;
	color:#000;	
	background:url(img/contenido_tit_hover_right.png) no-repeat right top;
	*background:url(img/contenido_tit_hover_right.gif) no-repeat right top;	
	text-transform:capitalize;
	font-variant:small-caps:
}

#contenido #texto
{
	margin:0 auto;
	min-height:315px;
	padding:10px;
	padding-left:70px;

	font-size:0.85em;
/*	background-color:#ffffff;*/
}

#texto dd {
	font-weight:bold;
}
#texto input {
border:#000000 1px solid;

}
/* ---------------------------------------CABECERA CONTENIDO  VARIOS */


#contenido acronym
{
	font-size:1.01em;

	cursor:pointer;
}
#contenido dd
{
	padding:10px;
}

#contenido .anterior
{
	clear:both;
	float:left;

}
#contenido .anterior a
{
	color:#000000;
}

#contenido .siguiente
{
	float:right;

}
#contenido .siguiente a
{
	color:#000000;
}

/* ---------------------------------------CABECERA CONTENIDO  CUERPO */
#cuerpo_contenido_cabecera
{
	float:right;

	height:39px;
	width:730px;

	padding:0px;
	margin:0px;

	background-repeat:no-repeat;
	background-image:url(img/cuerpo_contenido_cabecera.gif);
	background-position:top left;
}

/* ---------------------------------------PIE CONTENIDO  CUERPO */

#cuerpo_contenido_pie
{
	float:right;

	width:730px;
	height:39px;

	padding:0px;
	margin:0px;

	background-repeat:no-repeat;
	background-image:url(img/cuerpo_contenido_pie.gif);
	background-position:top left;
	
	border:0px #000000 solid;
}
/* --------------------------------INICADOR ESTADOS */
#indicadorestados
{
	
	padding:5px 0px 0px 10px;
	color:#b1b1b1;
}


/* --------------------------------IDIOMA PIE CONTENIDO  CUERPO */
#menuIdioma
{
	float:left;
	
	padding:5px 0px 0px 10px;
	
	color:#b1b1b1;
}

#menuIdioma a
{
	text-decoration:none;

	color:#666666;
}

/* --------------------------------MENU PIE CONTENIDO  CUERPO */
#menuInferior
{
	float:right;

	padding:5px 25px 0px 0px;
}

#menuInferior a
{
	text-decoration:none;

	color:#b1b1b1;
}

#saltopagina {
	page-break-after:always;
}
/* ---------------------------------------MENU  CUERPO */

.cuadro
{
	clear:both;
	border:#ffffff 0px solid;
	padding:0px;
	margin:0px;
	font-size:1.1em;
	margin-bottom:0px;
	background-color:#ffffff;
	border-bottom:#000000 1px solid;
}
.inicio
{
	border-top:#999999 0px solid;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	background-color:#FFF;
}
.fin
{
	border-top:#999999 0px solid;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	background-color:#FFF;
	border-bottom:#000000 0px solid;
}
.botonrojo
{
	background-color:#FF0000; 
	height:40px; 
	text-align:center; 
	vertical-align:middle; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:16px;
	/*padding:10px;*/
	margin-top:5px;
	margin-bottom:5px;
	border:#ffffff 0px solid;
}
.cuadro dl dt
{
	font-size:1.1em;
	font-weight:bold;
	font-variant:small-caps;
	/*color:#1462B7;
	background:url(img/menu_dt_bg.png) repeat-x;
	*background:url(img/menu_dt_bg.gif) repeat-x;/ * for IE browser due to png hacks * /
	height:25px;

	border-bottom:#999999 1px solid;
	text-align:justify;
	border-bottom:#000000 1px solid;
	*/
	
	position:relative;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	list-style:none;
	width:100%;	
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}

.cuadro dl dt i
{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	/*font-family:verdana,sans-serif;*/
	font-size:1.1em;
	font-weight:bold;
	/*letter-spacing:-0.5px;*/
	font-style:normal;
	padding:0 0 0 8px;
	height:20px;
	line-height:20px;
	text-align:center;
	/*cursor:pointer;*/	
	color:#fff;
	background:url(img/menu_dt_hover_left.png) no-repeat;
	*background:url(img/menu_dt_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;	
}

.cuadro dl dt i b
{
	float:left;
	display:block;
	padding:0 16px 0 8px;
	color:#000000;
	background:url(img/menu_dt_hover_right.png) no-repeat right top;
	*background:url(img/menu_dt_hover_right.gif) no-repeat right top;	
}

.cuadro dl dd
{
	color:#000000;
	background-color:#ffffff;
	font-size:0.95em;	
	font-weight:normal;
	text-align:left;
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;	
	padding-left:7px;
	padding-top:2px;
	min-height:18px;
}

.cuadro dl dd.enlace:hover
{
	color:#FF0000;
	background-color:#CDCDCD;
	/*font-size:1.0em;*/
	font-weight:bold;
	text-align:left;
	border-bottom:#999999 1px solid;
	border-top:#999999 1px solid;
	padding-left:7px;
	min-height:18px;
}

.cuadro dl dd.dd_derecha
{
	text-align:right;
	padding-right:7px;
	min-height:18px;
}

.cuadro dl dd a
{
	color:#1462B7;
	text-decoration:none;
	/*display:block;*/
}

.cuadro dl dd a:hover
{
	color:#FF0000;
	text-decoration:none;
	/*display:block;*/
}


.cuadro dl dd input
{
	color:#666;
	font-size:10px;
	vertical-align:middle;
	display:block;
}
.cuadro dl dd input.mas
{
	font-size:10px;
	display:inline;
}
.cuadro dl dd label
{
	color:#666;
	font-size:10px;
	vertical-align:middle;
	display:block;
}
.cuadro dl dd select
{
	color:#000;
	font-size:10px;
	vertical-align:middle;
	display:block;
}

#autopublicidad
{
	background-color:#fff;
	border-left:#DFDFDF 1px solid;
}
#autopublicidad.cuadro dd
{
/*
	color:#000000;
	background-color:#DFDFDF;
	font-size:1.0em;
	font-weight:normal;
	border-bottom:#CDCDCD thin solid;
*/
	border:0px;
	background-color:#FFFFFF;
	padding:0px;
	padding-bottom:2px;
	padding-top:5px;
	text-align:center;
}

#publicidadexterna.cuadro dd
{
	color:#000000;
	background-color:#DFDFDF;
	font-size:1.0em;
	font-weight:normal;
	border-bottom:#CDCDCD thin solid;
	padding:2px;
	text-align:center;
}
#estadisticas{/*display:none;*/}
.ancho90pc {
	width:90%;
}
