/********** GENERALES **********/

* {
	margin: 0;
	padding: 0;
}		

html, body {
	height: 100%;
	text-align: center;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #fff;
	font-size: 11px;
	background-color: #c0c0c0;
}

ul {
	list-style: none;	
}

div#contenedor {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/********* estilos en portada para slider ****************/

#slider {
	margin-left:0px;
	margin-top:0px;
	}

#slider h3 {
	color:#F90;
	font-size:12px;
	}

#slider h2{
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:980px;
		height:267px;
		overflow:hidden;
		}
		
	span#prevBtn{}
	span#nextBtn{}					


#slider li span {
	display:block;
	width:250px;
	float:right;
	margin:20px 10px 0 0;
	}

#slider li img {
/*	float:left;*/
	margin:0;
	padding:0;
	border:none;
}



#slider li  h3, #slider  ul li  p {

}

#slider li a {
	 color:#f90;
	 text-decoration:none;
}

/* // Easy Slider */
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:980px;
		background:#ff0;		
		margin-bottom:2em;
		}	
		
		#destacados_lateral{
			float:right;
			background-color:#096;
			float:right;
			width:278px;
			height:230px;
		}
		
		
	#prevBtn, #nextBtn{ 
	display:block;
	width:80px;
	height:20px;
	position:absolute;
	left:20px;
	top:273px;
	}	

#nextBtn {
	left:460px;
}

#prevBtn a, #nextBtn a {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:80px;
	height:20px;
}

/********** MENÚ **********/


div#contenedor-menu {
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 177px;
	margin-left: 522px;
}

div#menu {
	position: static;
	height: 100%;
	width: 177px;
	background: url(img/fondoMenu.png) left top repeat-y;
}

div#menu div {
	position: absolute;
	z-index: 1001;
	top: 50%;
	width: 165px;
	height: 560px;
	margin: -280px 0 0 6px;
}

div#menu h1 {
	width: 130px;
	height: 135px;
	margin: 75px auto 56px auto;
}

div#menu h1 a {
	display: block;
	width: 130px;
	height: 135px;
	background:  url(img/logo.gif) left top no-repeat;
}

div#menu h1 a span {
	display: none;
}

div#menu ul {
	width: 165px;
}

div#menu li {
	width: 165px;
	height: 27px;
	margin-bottom: -4px;
	line-height: 22px;
	background:  url(img/fondoItemMenu.gif) left top no-repeat;
	font-size: 12px;
}

div#menu li.ultimo {
	margin-bottom: 0;	
}

div#menu li a {
	margin-left: 26px;
	text-decoration: none;
	color: #fff;
}

div#menu li a:hover {
	text-decoration: underline;
}
div#menu dl {
	margin-left: 10px;
}

div#menu dt {
	background:  url(img/flecha_menu.gif) left 9px no-repeat;
	padding: 5px 0 0 20px;
	font-size: 12px;
}
div#menu dt a{
	color: #616161;
	text-decoration: none;
}


/********** CONTENIDOS **********/


div#contenidos {
	position: absolute;
	top: 50%;
	width: 980px;
	/*height: 560px;*/
	margin-top: -280px;
	background-color: #393939;
}
div#carrusel{
	width: 980px;
	height: 267px;
	margin:0;
	padding:0;
}
img#abstracto{
	float: right;
	margin:0;
	padding:0;
}
div#descripcion_foto{
	float: right;
	width: 980px;
	background-color: #5d5d5d;
	padding:0;
	margin: 0 0 20px 0;
}
p#titulo_foto{
	
}
p#titulo_foto strong{
	color: #D0A377;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p#titulo_foto a{
	text-decoration:none;
	color:#fff;
}
p#titulo_foto a:hover{
	text-decoration:underline;
}
div#contenido {
	width: 930px;
	padding: 25px;
}
div#descripcion {
	width: 500px;
}
div#descripcion p{
	margin: 10px 20px 10px 0;
}
div#noticias{
	float: right;
	width: 240px;
	/*height: 220px;*/
	background-color: #4D4D4D;
}
div#noticias a{
	color:#fff;
	font-size: 10px;
	text-decoration: none;
}
div#noticias a:hover{
	text-decoration: underline;
}
p.texto_noticias{
	padding: 4px 4px 0 10px;
}

div#blog{
	float: right;
	width: 181px;
	padding: 30px 0 0 30px;
	background:  url(img/home/3flechas.gif) left bottom no-repeat;
}
div#blog a{
	margin-left: 5px;
	text-decoration: none;
	color: #fff;
}
div#blog a:hover{
	color: #c1c1c1;
}
div#blog a strong{
	text-decoration: none;
	color: #D0A377;
	font-size: 12px;
	font-weight: bold;
}