@charset "iso-8859-7";
/* CSS Document */

/*importacion de estilos*/
@import url("css/960.css");
@import url("css/reset.css");
@import url("css/text.css");
@import url("css/featuredcontentglider.css");

body{
	background: #ffcc00 url(images/bg_landivar.jpg) top center no-repeat;
}

#header{
	height: 340px;
	width: 100%;
}

#menu{
	height: 30px;
	padding-top: 10px;
	background: #000;
	text-align: right;
	color:#FFF;
}

	#menu a:link, #menu a:visited{
		color: #FFF;
		text-decoration: none;
	}
	
	#menu a:hover, #menu a:active{
		color: #FFF;
		text-decoration: underline;
	}	
	
#encabezado{
	height: 160px;
}

	#logo{
		margin-top: 10px;
	}

	#descripcion{
		margin-top: 25px;
	}
	
		#descripcion p{
			font: 18px Georgia, "Times New Roman", Times, serif;
			letter-spacing: -1px;
		}
	
#barra-blanca{
	background: #FFF;
	height: 140px;
	width: 100%;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
}

	#titulo{
		height: 140px;
	}

	#logo-dev{
		margin-top: 20px;
	}

#contenedor{
}

	#subtitulos{
		height: 40px;
		padding-top: 20px;
	}
	
	#sub-links{
		border-bottom: #000 solid 5px;
	}
	
	#contenidos{
	}
	
	#links-interes{
		margin-top: 50px;
		padding-top: 20px;
		border-top: #000 solid 5px;
	}
	
	#links-interes p{
		margin-bottom: 10px;
		text-align: right;
	}
	#links-interes a:link, #links-interes a:visited {
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		color: #000;
	}
	
	#links-interes a:hover, #links-interes a:active{
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: underline;
		color: #000;
	}
		
	
	#links-revistas{
		background-color:#FFF;
		border-top: #000 solid 2px;
		border-left: #000 solid 2px;
		border-right: #000 solid 2px;
		border-bottom: #000 solid 2px;
	}
	
#footer{
	border-top: #000 solid 10px;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
