
/* Carousel peque */

#carousel-p {
	width: 740px;
	float:left;
	overflow: hidden;
	position: relative;	
	z-index: 0;
	height: 110px;
}

.carousel-contenido{
	float: left;
	width: 370px;
	height: 110px;
}

.fondo-azul{
	background-color:#000066;
}
.fondo-amarillo{
	background-color: #cba305;
}
.carousel-contenido-zona{
	float: left;
	padding: 15px 0 0 10px;
	width: 160px;
	height: 110px;

}
.carousel-foto{
	float: left;
	width: 200px;
	height: 110px;
}

#btn-anterior{
 	position: relative;
	float:left;
	margin: -110px 0px 0px 0px;
	_margin-top: -125px;
	padding: 0;
	z-index:98;	
}
#btn-siguiente{
 	position: relative;
	float:right;	
	margin: -110px 0px 0px 0px;
	_margin-top: -125px;	
	padding: 0;
	z-index:98;	
}
