@import url("index.css");

.contenido{
	background:url(fondo_portada.jpg) #5e87c1 top right no-repeat;
	margin-left:0;
	padding:0;
	min-height:100%;
	height:100%;
}

html > body .contenido{
	height:auto;
}

.info{
	float:right;
	background:gray;
	height:19.4em;
	width:28%;
}

.info img{width:100%;}

.anuncios{
	width:30em;
}

.anuncio{
	padding:0;
	margin:0.5em 0 0 0.5em;
	float:left;
	width:10em;
}

.anuncio a{
	padding:0.3em;
	margin:0.2em;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#006;
	
	padding:0.5em;
	margin:0em;
	position:relative;
}

.texto_corto h2 a{
	padding-top:1.1em;
}

.anuncio h2{
	margin:0 0.5em 0 0.5em;
	font-size:1em;
	border-bottom:1px solid #00d;
	height:3.5em;
}


.anuncio{background:url('n.gif') repeat-x top  white;}
.anuncio div{background:url('s.gif') repeat-x bottom;}
.anuncio div div{background:url('e.gif') repeat-y right;}
.anuncio div div div{background:url('o.gif') repeat-y left;}
.anuncio div div div div{background:url('no.gif') no-repeat top left;}
.anuncio div div div div div{background:url('ne.gif') no-repeat top right;}
.anuncio div div div div div div{background:url('so.gif') no-repeat bottom left;}
.anuncio div div div div div div div{background:url('se.gif') no-repeat bottom right;}