.mc-hide-scrolls{
	overflow:hidden;
}
.mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:30px;
	width:100% !important;
	z-index:0;
}
div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background-color: lightgrey !important; /* CAMBIO */
	background-size: contain; /* CAMBIO */
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}
.mc-old-browser .mc-image {
	overflow:hidden;
}
/* INDEX */
#arrow_left1, #arrow_right1{
	top: 50%;
	position: absolute;
	margin-top: -30px;
	font-size: 3em;
	z-index: 8;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#arrow_left1 {
	left: 40px;
	color: #FFF;
}
#arrow_right1 {
	right: 40px;
	color: #FFF;
}
#arrow_left1:hover, #arrow_right1:hover {
	cursor: pointer;
	color: #00A1E4;
}
/* GALERÍA */
#arrow_left2, #arrow_right2{
	top: 50%;
	position: absolute;
	margin-top: -10px;
	font-size: 3em;
	z-index: 8;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#arrow_left2 {
	left: 15px;
	color: #FFF;
}
#arrow_right2 {
	right: 15px;
	color: #FFF;
}
#arrow_left2:hover, #arrow_right2:hover {
	cursor: pointer;
	color: #00A1E4;
}
