@charset "utf-8";
@import url("contenidos.css");
body {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#777;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	margin:0px;
}


a{
	color:#FFF;
	text-decoration: underline;
}
a:hover{
	color:#FFF;
	text-decoration: none;
}
img{
	border:0px;
}

img { behavior: url(iepngfix.htc) }

.cuerpo {
	position: relative;
	width: 985px;
	margin:auto;
	text-align:center;
}
.menu {
	z-index:100;
	width: 985px;
	position:absolute;
	height: 200px;
	text-align:left;
	left:0px;
}
.flash-fondo {
	z-index:10;
	top:150px;
	left:0px;
	position:absolute;
}
.logo {
	position:absolute;
	top:35px;
	left:20px;
}

.botones ul{		
	position:absolute;
	top:85px ;
	width: 700px;
	left:265px;
		*top:100px;
	_left:196px;
	
}
.botones ul li {

	margin:0px -3px;
	display: inline;

}
.botones ul li a{
	background:url(../imagenes/selector-menu.jpg);
	background-position:0px -100px;
	background-repeat: repeat-x;
	padding:20px 6px 25px 6px;

}

.botones ul li a:hover{
	background-position:0px 0px;
}

.botones ul li .current{
	background:url(../imagenes/selector-menu.jpg);
	background-repeat:repeat-x;

}






.desplegable_a {
	position:absolute;
	z-index:150;
	top:145px;
	left:483px;
	*left:485px;
	_left:483px;
	background-image: url(../imagenes/desplegable-a.png);
	background-repeat: no-repeat;
	width:162px;
	height:84px;
}

.desplegable_b {
	position:absolute;
	z-index:150;
	top:145px;
	left:718px;
	*left:720px;
	_left:715px;
	background-image: url(../imagenes/desplegable_b.png);
	background-repeat: no-repeat;
	/*background-image: url(../imagenes/desplegable_b.png);*/
	background-repeat: no-repeat;
	
	width:175px;
	height:84px;
}

.verde a{
	display: block;
	background-position:0px 100px;
	position:relative;
	/**background-image:url(../imagenes/verde_rollOver.png);
	background-repeat:repeat-x;**/
	height:18px;
}

.verde a:hover{
	background: rgba(255, 255, 255, 0.5);
	background-color:#FFF;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.paginacion{
	text-align:center;
	width:925px;
	position:absolute;
	top:395px;
	clear:both;
	color: #090;
}

.paginacion a:link {
	color: #060;
}
.paginacion a:visited {
	color: #060;
}
.paginacion a:hover {
	color: #060;
}

