
/* Hoja de estilos por defecto para INE */

/* Body: the <BODY> background color and margins - use for sites without frames*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color : #fff8dc;
	font-family : Arial;
	font-size : 12px;
}


/* Estilos para la línea de separación */
.linea {
	color : #993333;
}


/* Estilos para botones */
.boton {
	background-color : #FFFFFF;
	font: 12px Arial;
	color : #993333;
	border: #993333 1px outset;
}

/* Estilos para los enlaces */
A:link {text-decoration:none;color:#993333;}
A:visited {text-decoration:none;color:#993333;}
A:active {text-decoration:none;color:#993333;}
A:hover {text-decoration:underline;color:#993333}


/* Estilos para los menus */
.menu {
	border: 1px solid gray;
	text-align: left;
	position:absolute;
	background-color: #FFF8DC;
	width:240px;
}

.menu A {
	width:100%;
}

.menu A:hover {
	background-color: #FFCC99;
	text-decoration:none;
}


/* Estilos para los combos */
.combo {
	width: 100%;
}


/* Estilos para la tabla del informe */
.menuConsulta {
	background-color: #FFF8DC;
	border: solid 1px #FFF8DC;
	border-top: 0pt;
	border-left: 0pt;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
}

/* Estilos para la tabla de la consulta */
/* Celdas de datos */
.dat {
	background-color: white;
	border: solid 1px #FFF8DC;
	border-top: 0pt;
	border-left: 0pt;
	text-align : right;
	font-family : Arial;
	font-size : 11px;
	color : Black;
}

/* Celdas para nombre de la variable de análisis */
.estHdr {
	Text-align:CENTER;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:12px;
	Font-family:Arial, Helvetica, Helv;
}

/* Celdas para valores de variables, en escala */
.valHdr0 {
	background-color: #FFD475;
	border: solid 1px #FFF8DC;
	border-top: 0pt;
	border-left: 0pt;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}

.valHdr1 {
	background-color: #FFD475;
	border: solid 1px #FFF8DC;
	border-top: 0pt;
	border-left: 0pt;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
}

.valHdr2 {
	background-color: #FFD475;
	border: solid 1px #FFF8DC;
	border-top: 0pt;
	border-left: 0pt;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	font-family : Arial;
	font-size : 10px;
	font-weight : bold;
}

/* Celdas para nombres de variables en columnas, en escala */
.colHdr0 {
	Text-align:RIGHT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:14px;
	Font-family:Arial, Helvetica, Helv;
}

.colHdr1 {
	Text-align:RIGHT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:13px;
	Font-family:Arial, Helvetica, Helv;
}

.colHdr2 {
	Text-align:RIGHT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:12px;
	Font-family:Arial, Helvetica, Helv;
}

/* Celdas para nombres de variables en filas, en escala */
.filHdr0 {
	Text-align:LEFT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:14px;
	Font-family:Arial, Helvetica, Helv;
}

.filHdr1 {
	Text-align:LEFT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:13px;
	Font-family:Arial, Helvetica, Helv;
}

.filHdr2 {
	Text-align:LEFT;
	Color:#000000;
	Font-style:roman;
	Font-weight:bold;
	Font-size:12px;
	Font-family:Arial, Helvetica, Helv;
}


/* Tabla general informativa */
.infoTable {
	background-color: #FFD475;
	border-left: 1px solid #993333;
	border-top: 1px solid #993333;
	border-right: 2px solid #993333;
	border-bottom: 2px solid #993333;
	text-align : left;
	font-family : Arial;
	font-size : 11px;
}

.infoTable td {
	border-top: 1px solid #993333;
	border-left: 1px solid #993333;
	padding-left : 7px;
}

/* Literales en cabecera y pie */
.lit {
	font-size : 12px;
	font-family : Arial;
}

/* Literal del inebase */

.P1 {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 5px; BORDER-TOP: 0px; PADDING-LEFT: 10px; BACKGROUND: #ffd475; PADDING-BOTTOM: 0px; MARGIN: 2px 0px; FONT: bold 12pt Arial, sans-serif; BORDER-LEFT: 0px; COLOR: #993333; PADDING-TOP: 0px; BORDER-BOTTOM: 0px
}

