body{
	background:#E1E1DE;
	font-family:"Trebuchet MS";
	font-size:11px;
}
#wrapper{
	width:990px;
	height:auto;
	border:1px solid #E1E1DE;
	background:#FFF;
	margin:0 auto;
}
#head{
	width:990px;
	height:100px;
	position:relative;
}
#content{
	width:990px;
	height:500px;
	position:relative;
	border-top:1px solid #E1E1DE;
	border-bottom:1px solid #E1E1DE;
}
#contenido{
	width:990px;
	height:400px;
	position:relative;
	margin:50px 0;
	border-top:1px solid #E1E1DE;
	border-bottom:1px solid #E1E1DE;
}
#contenido2{
	width:990px;
	height:400px;
	position:relative;
	margin:0;
	border-top:1px solid #E1E1DE;
	border-bottom:1px solid #E1E1DE;
}
#footer{
	width:990px;
	height:100px;
	position:relative;
}
.invisible{
	display:none;
}
#head #logo{
	width:250px;
	height:38px;
	display:block;
	background:url(../images/barraganmoreno.png) no-repeat;
	position:absolute;
	top:32px;
	left:35px;
}
#menu{
	position:absolute;
	top:25px;
	left:25px;
	color:#999;
}
#menu .raya{
	width:955px;
	height:1px;
	border-bottom:1px solid #ccc;
	position:absolute;
	top:23px;
	left:10px;
}
.portada{
	width:990px;
	height:500px;
	text-align:center;
	overflow:hidden;
}
.left{
	width:660px;
	height:400px;
	overflow:hidden;
	display:block;
	float:left;
	position:relative;
	z-index:1;
}
.news_description{
	z-index:2;
	width:640px;
	height:auto;
	padding:10px;
	color:#FFF;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
}
.right{
	width:330px;
	height:400px;
	display:block;
	overflow:hidden;
	float:right;
	color:#333;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
.right-top{
	width:330px;
	height:90px;
	overflow:hidden;
	display:block;
	background:#20A5D8;
}
.right-top-contacto{
	width:330px;
	height:90px;
	display:block;
	/*background:#B9388B*/
	background:#20A5D8;
}
.right-top-news{
	width:330px;
	height:90px;
	display:block;
	/*background:#A1CA2F;*/
	background:#20A5D8;
}
.right-top .titulo_info, .right-top-contacto .titulo_info, .right-top-news .titulo_info{
	width:280px;
	text-align:right;
	font-size:20px;
	position:absolute;
	top:40px;
	right:20px;
	font-style:oblique;
}
.right-bottom{
	width:300px;
	height:295px;
	display:block;
	background:#A3A4A4;
	padding:0 15px 15px 15px;
	overflow:hidden;
}
.menu_info{
	width:280px;
	height:35px;
	display:block;
	padding:10px 10px 15px 10px;
}
.menu_left{
	width:140px;
	float:left;
}
.menu_right{
	width:140px;
	float:right;
	text-align:right;
}
.titulo_info2{
	text-transform:lowercase;;
	font-size:16px;
	padding-left:10px;
	width:300px;
	height:30px;
	position:relative;
}
.contenido_info{
	width:280px;
	height:200px;
	overflow:hidden;
	padding:0 10px 10px 10px;
	position:relative;
}
.contenido_info_contacto{
	width:290px;
	height:260px;
	overflow:hidden;
	padding:0 10px 10px 10px;
	position:relative;
}
.menu_left_item{
	width:auto;
	cursor:pointer;
	display:block;
}
.menu_left_item:hover{
	cursor:pointer;
	color:#FFF;
}
.on{
	color:#FFF;
}
a.nota{
	color:#fff;
	margin-left:10px;
}
.contenedor{
	width:288px;
	height:185px;
	overflow:hidden;
	position:relative;
}
#descripcion6{
	width:288px;
	height:200px;
	overflow:hidden;
	margin-left:10px;
}
.contenedor2{
	width:300px;
	height:240px;
	overflow:hidden;
	position:relative;
}
.contenido_scroll{
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
.up{
	width:18px;
	height:18px;
	background:url(../images/right.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0px;
	right:10px;
	cursor:pointer;
}
.down{
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0px;
	right:30px;
	cursor:pointer;
}

div.scrollable {
	width:288px;
	height:174px;
	overflow:hidden;
	position:relative;					
}

div.scrollable div.items {	
	/* this cannot be too large */
	height:20000em;	
	position:absolute;
	clear:both;		
}

/* prev, next, prevPage and nextPage buttons */
.prev, .prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	cursor:pointer;
	position:absolute;
	bottom:0px;
	right:45px;
}

/* mouseover state */
.prev:hover, .next:hover, .prevPage:hover, .nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
.next, .nextPage {
	display:block;
	width:18px;
	height:18px;
	background-image:url(../images/right.png);	
	position:absolute;
	bottom:0px;
	right:25px;
}