@import url("screen.css"); 

#imagen_aleatoria {
	width: 38em;	
	height: 15.75em;
}

#articulos {
	float:left;
	width: 38em;
}

#busqueda_noticias {
	float:right;
	margin: 0;
	padding: 0em 0em;
	width: 12em;
}

div.secciones {
	display: block;
}

div.secciones div.seccion img {
	top:-4em;
	position: relative;
	z-index: 1;
}

div.secciones div.subseccion,
div.secciones div.seccion {
	font-size: .7em;
	float: left;
	width: 13.12em;
	
	min-height:20em;
	height:auto !important;
	height:20em;
	
	margin: 0em 0.3em;
}

div.secciones div.subseccion {
	min-height:1.5em;
	height:auto !important;
	height:1.5em;


}


div.secciones div.seccion div.texto {
	top: -3.5em;
	position:relative;
	text-align:justify;
	padding: 1em;
}

div.secciones div.subseccion div.pestana {
	background-image: url('../img/menuinicio.gif');
	background-position:center bottom;
	background-repeat: no-repeat;
	background-attachment:scroll;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	vertical-align: middle;
	font-weight: bold;
	color: white;
}
div.secciones div.subseccion div.pestana a {
	color: white;
}

#pie {
	font-size: .8em;
	color: #919CA2;
	min-height: 3em;
	height: auto !important;
	height: 3em;
}

div#noticias {}
div#noticias ul {
	margin: .25em .25em .25em 1.25em;
	list-style-position:outside;
	list-style-image:url('../img/articulos.gif');
}

div#noticias ul li {
	margin: .5em .5em;
	font-size: .85em;
}
div#noticias ul li a {
	font-size: .85em;
}

div#noticias h1 {
	font-size: .9em;
	color: #1F6FB8;
	font-weight: bold;
	
	border-bottom-width: 0.0625em;
	border-bottom-style: solid;
	border-bottom-color: #D3E4F6;
	
	padding-top: 0.25em;
	padding-left: 0.5em;
	
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
	
	vertical-align: middle;
	
	background-image: url('../img/lineas.gif');
	background-position:center right;
	background-repeat: no-repeat;

}


