@charset "iso-8859-1";
/* CSS Document */

#cuerpo .container{
	position:relative;
}
#cuerpo .titulo{
	color:#657EA5;
	text-align:center;
	padding:5px 14px;
	background-color:#b2cb93;
	margin-bottom:5px;
}
#cuerpo .titulo-pagina{
	text-align: center;
}

#icono{
	position:absolute;
	top:6px;
	left:-20px;
	z-index:10;
}

.liquid-slider img{
	width:100%;
}

.liquid-responsive .liquid-nav-left-arrow,
.liquid-responsive .liquid-nav-right-arrow  {
   top:45%;
   margin-top:0;
}
@media only screen and (max-width:768px){
	#icono {
		display: block;
		text-align:center;
		position: relative;
		top: 16px;
		left:auto;
	}
}