@import url("_ita_comun.css");

/** CONTENIDO PRINCIPAL **/
#ITAcontenido {
	/* posición */
	position : relative;
	top: 0;
	/*height : 360px;*/
	overflow : hidden;
	
	/* aspecto */
	font: normal normal 8pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #000f19;
	/*
	background:  #145096 url('../lib_img/fondo-imagen.jpg') repeat-x scroll 0 0;
	*/
	background-color: #e6f0ff;
	}
#ITAcontenido div.IMAGENES,
#ITAcontenido div.DESCARGAS,
#ITAcontenido div.ENLACES_DE_INTERES {
	background-color : #c5dddd;
	float : right;
	clear : both;
	width : 250px;
	margin: 0 40px 1px 20px;
	padding: 20px;
}

#ITAcontenido div.IMAGENES img{
	width : 150px;
}

#ITAcontenido div.PORTADA_SECCIONES {
	/*background : #85acbb url('../lib_img/imagen_FondoTexto.jpg') no-repeat scroll top right;*/
	margin : 0 25px;
	text-align: justify;
}

#ITAcontenido div.PORTADA_SECCIONES div.texto{
	padding-left : 620px;
	/*background: #85ACBB url(../lib_img/imagen_FondoTexto.jpg) no-repeat scroll right top;
	background: url('../lib_img/imagen_CentroTecnologico.jpg') no-repeat scroll top left;*/
	height: 360px;
	/* IE6 */
	width : 320px;
}
#ITAcontenido div.PORTADA_SECCIONES div.texto div.seccionTitulo{
	/*display : block;
	position : relative;
	top:0;
	right:0;*/
	position : absolute;
	bottom : 240px;
	width:300px;
	text-align : right;
	font: normal bold 40px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 95%;
	letter-spacing: -2px;
	color : #ffffff;
}
#ITAcontenido div.PORTADA_SECCIONES div.texto div.seccionTexto{
	position : relative;
	top : 140px;
	width :300px;
	font-size : 9pt;
	color : #000f19;
}	
