
.retroceder{
	position:absolute;
	top:340px;
	left:-20px;
	z-index:99;
	height:64px;
	overflow:hidden;
	background-image:url('/i/flecha_retroceder.png');
}

.avanzar{
	position:absolute;
	top:340px;
	left:900px;
	z-index:99;
	height:64px;
	overflow:hidden;
	background-image:url('/i/flecha_avanzar.png');
}

#banner_visible{
	float: left;
    position: absolute;
	width: 908px;
	height: 275px;
	margin: 10px 0 0 12px;
	padding: 0;
    overflow: hidden;
}
#marquee{
	width:10000px;
}

ul {
	float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner_wrap {
	margin:0;
	display:block;
	width:909px;
	height:274px;
	float:right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.banner{
	display:block;
	width:911px;
	height:274px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.textobanner{
	width: 500px;
	height: 256px;
    margin: 0;
	padding: 10px 10px 20px 25px;
	z-index: 5;
	background-image: url(/i/deg_banner.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}

.banner .titulo_banner{
	float: left;
	font-family:'hr2ropen', Helvetica, Arial;
	width: 400px;
	margin: 0;
	padding: 0;
	color:#558715;
	font-size:40px;
}

.banner .titulo_banner a{
	text-decoration: none;
}

.banner .subtitulo_banner{
	float: left;
	font-family:'hr2ropen', Helvetica, Arial;
	width: 400px;
	margin: 0;
	padding: 3px 0 7px 0;
	color:#919191;
	font-size:26px;
}

.banner p{
	width: 340px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 15px;
	color: #6C6C6C;
	font-style: italic;
}
