#carrusel{
	float:left;
	width:100%;
	overflow:hidden;
	height:56px;
	position:relative;
	margin-top:0px;
	padding: 6px;
}

.carrusel{
	left:0px; 
	position:absolute; 
	z-index:0
}

.div_alerta{
	display : none;
  float: left;
  height: 100%;
  text-align:center;
  border-radius: 7px;
  font-size: calc(0.8vw + 10px);
  font-weight : bold;
  color : white !important;
}

@media only screen and (min-width: 1200px) {
	.div_alerta{
		font-size: 1.2rem;
	}
}

.icon_alerta {
	width : 50px;
	height : 50px;
	margin-right : 10px;
	padding : 7px;
}

.fs-control-nav {
	text-align: center;
	margin-top: 8px;
}

.fs-control-nav li {
	margin: 6px 6px;
	display: inline-block;
}

.fs-control-paginado li a {
	width: 8px; height: 8px; display: block; background: #666; background: #b7b7b7; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
}

.fs-control-paginado li a:hover {
	background: #333; background: rgba(0,0,0,0.7);
}

.fs-control-paginado li a.fs-boton-activo {
	background: #000; background: #0f69b4; cursor: default;
}

