@import url("_titulo.css");
@import url("_piedepagina.css");
@import url("_menu.css");
/*@import url("_enlaces.css");
@import url("_binarios.css");*/
@import url("_imagenes.css");

@import url("_enlaces_simple.css");
@import url("_binarios_simple.css");
/*@import url("_debug.css");
*/

BODY {
	margin:0px;

}
/************************
	MENU - TODOS
************************/

.tipoUL .registroTitulo{
	display:none;
}

/************************
	MENU - SECUNDARIO
************************/	
#ITAmenu2 {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 205px;
	font: bold 11px verdana,arial,helvetica;
	/*border:2px solid green;*/
}
#ITAmenu2 UL {
	list-style: none;
	margin: 0px;
	padding: 0px; /*para Mozilla*/
}
#ITAmenu2 LI{ 
/*	background:url('../lib_img/icono_telefono.gif') no-repeat top left;*/
	height:25px;
}
/*
#ITAmenu2 .LI2{ background-image:url('../lib_img/icono_reloj.gif');}
#ITAmenu2 .LI3{ background-image:url('../lib_img/icono_carrito.gif');}
#ITAmenu2 .LI4{ background-image:url('../lib_img/icono_coche.gif');}
#ITAmenu2 .LI5{ background-image:url('../lib_img/icono_monitor.gif');}
#ITAmenu2 .LI6{ background-image:url('../lib_img/icono_nodo.gif');}
#ITAmenu2 .LI7{ background-image:url('../lib_img/icono_carpeta.gif');}
*/
#ITAmenu2 A {
	color: #005883;
	text-decoration: none;
	padding:4px 0px 0px 26px;/*top right bottom left*/
}
#ITAmenu2 A:hover {
	text-decoration: underline;
}

/************************
	MENU - HORIZONTAL
************************/
#ITAmenu3 {
	/* posicion */
	position:absolute;
	top:86px;
	width:100%;
	z-index:5;
	/* aspecto */
	font: bold 7.5pt Verdana;
	}
#ITAmenu3 UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#ITAmenu3 LI {
	float: right;
	height:22px;
	border-left: 1px solid white;
	}
#ITAmenu3 a {	
	padding:2px 6px 0px 6px; /*top right bottom left*/
	height:100%;
	text-decoration:none;
	color:#fff;
	}
#ITAmenu3 a:hover {
	background-color:white;
	color:#005883;
	}

/************************
	MENU - N2
************************/
#ITAmenu4 {
	position: absolute;
	left: 210px;
	/*top: 115px;*/
	bottom:600px;
	z-index:5;
} 
#ITAmenu4 UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 
#ITAmenu4 UL LI {
  	display:inline;
	vertical-align:bottom;
	width:87px;
  	height:18px;
	margin-right:1px;
}
#ITAmenu4 A {
	overflow:hidden;
	text-overflow:ellipsis;
	width:87px;
  	height:18px;
	background:#EFEFEF url('../lib_img/esquinita.gif') no-repeat fixed right top;
	font: 10px Arial, Helvetica, sans-serif;
	color: #888;
	border-left:1px solid #ccc;
	text-decoration: none;
	padding:2px 4px 2px 4px; /*top right bottom left*/
}
#ITAmenu4 A:hover {
	background-color: #DCEAED ;
	overflow:visible;
}
#ITAmenu4 A:active {
	overflow:visible;
	color:#fff;
	font-weight:bold;
	background-color: #93B9CE ;
}
/************************
	CONTENIDO PRINCIPAL
************************/
#ITAcontenido {
	position:relative;
	/*top:150px;
	left:210px;
	width:580px;*/
	height:580px;
	/*margin:114px 15px 100px 210px;top right bottom left*/
	margin:114px 0px 0px 210px;/*top right bottom left*/
	font: normal 9pt Arial,Verdana,  Helvetica, sans-serif;
	color: #999;
	border-right:1px solid #ccc;
	border-top:4px solid #93B9CE;
	border-bottom:4px solid #93B9CE;
	overflow:auto;
	/*padding:30px 0px 10px 0px; top right bottom left*/
}
#ITAcontenido .registroTitulo {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #005883;
	padding:2px 2px 2px 5px; /*top right bottom left*/
	background:#DCEAED url('../lib_img/esquina.gif') no-repeat right top;
}
#ITAcontenido DIV.tipoDIV DIV.registro {
	background:transparent url('../lib_img/degradado.gif') repeat-x left bottom;
	/*border-bottom:1px dashed #005883;*/
	padding-bottom:5px;
	margin-bottom:5px;
}
#ITAcontenido DIV.tipoDIV DIV.registro DIV{
	color: #666;
}
#ITAcontenido DIV.tipoDIV DIV.registro DIV.campo{
	/*font-weight:bold;*/
	float:left;
	clear:left;
	color: #999;
	border-right:1px solid #005883;
	text-align:right;
	padding-right:4px;
	width:25%;
}

/************************
	TEXTO_HTML
************************/
#ITAcontenido DIV.TEXTO_HTML{
	text-align:justify;
	padding-right:20px;
	width:100%;
}
#ITAcontenido DIV.TEXTO_HTML DIV.registroTitulo,
#ITAcontenido DIV.TEXTO_HTML DIV.campo{
	display:none;
}

#ITAcontenido DIV.TEXTO_HTML H1{
	font:bold 26px Verdana,Arial,Helvetica,sans-serif;
	color: #005883;
	padding:2px 2px 5px 10px; /*top right bottom left*/
	background:#DCEAED url('../lib_img/esquina.gif') no-repeat right bottom;	
}
#ITAcontenido DIV.TEXTO_HTML H2,
#ITAcontenido DIV.TEXTO_HTML H3{
	font:bold 14px Verdana,Arial,Helvetica,sans-serif;
	color: #005883;
	padding:2px 2px 2px 10px; /*top right bottom left*/
	border-bottom:1px dashed #005883;
	text-align:right;
}
#ITAcontenido DIV.TEXTO_HTML H2{
	background-color:#f0f0f0;
	text-align:left;
}
#ITAcontenido DIV.TEXTO_HTML P:first-letter {
	font:bold 120% verdana,georgia,arial;
	color:#005883;
	background-color:#eee;
}
#ITAcontenido DIV.TEXTO_HTML DIV.tipo135 {
	color:#999 !important;
	font-style:italic;
}
/*#ITAcontenido H1 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	font: bold 11px Arial, Verdana;
	color:#555;
	padding:15px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:4px solid #ccc;
	background-color:#eee;
	display:block;
}*/

TABLE {
	font:10px arial;
	color:#666;
	border: 1px solid #91B6D0;
}

TBODY TD {
	/*height:15px;*/
	/*padding:0px 0px 1px 4px; top right bottom left*/
	border:1px solid white;
}

tr {
	vertical-align:top;
}

.par {
	background-color: #eee; /*#DCEAED;*/
}

THEAD {
	font-size:11px;
	font-weight: bold;
	background-color: #99C7D5;
	color: #FFFFFF;
	text-align:center;
}

#ITAcomun { display:none}

/**************************
	cITAtool_COLcolapsar
	cITAtool_ROWcolapsar
***************************/
table {
	table-layout:fixed;
	border-collapse:collapse;
	behavior:	url('../../lib_ITAtools/cITAtool_COLcolapsar.htc')
				url('../../lib_ITAtools/cITAtool_ROWcolapsar.htc');
	}
div.cITAtool_ROWcolapsar_Todos,
div.cITAtool_ROWcolapsar ,
div.cITAtool_COLcolapsar_Todos,
div.cITAtool_COLcolapsar {
	overflow:hidden; /* Corrige ERROR en IE: se ven + pixeles de altura */
	display:inline;
	/*position:relative;*/
	width:9px;
	height:9px;
	cursor:pointer;
	background-image:url('../../lib_ITAtools/lib_botones_windows/imagenes/true.gif');
	float:left;
}
div.cITAtool_ROWcolapsar_Todos,
div.cITAtool_COLcolapsar_Todos {
	zoom:150%;
}
tr.cITAtool_COLcolapsar {
	vertical-align:bottom !important;
}
tr.cITAtool_ROWcolapsar {
	height:13px !important;
}
col.cITAtool_COLcolapsar {
	color:#bbb !important;
	width:10px !important;
}

tr.hover td{
	background-color:gold !important;
	/*border-top:1px solid red !important;
	border-bottom:1px solid red !important;
	color:black;*/
}

col.hover {
	/*background-color:gold !important;
	color:red !important;*/
}

td.hover {
	background-color:gold !important;
}