

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
/*background: url(imagenes/overlaypattern.png);*/
background:rgba(0,0,0,0.25);
color:#fff;
width:100%;
z-index:8;
padding: 10px 10px;
overflow: hidden;
display: none;
/*opacity:0.8;*/
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
font: normal 30px/30px "BebasNeue", "arial", "Georgia", serif;
height:100%;
}

.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;z-index:99;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:normal;
}

.slider-progress {
position: absolute;
top: 0;
left: 0;
background-color: #fff;
height: 5px;
-webkit-animation: timebar 5000ms ease-in-out;
-moz-animation: timebar 5000ms ease-in-out;
-ms-animation: timebar 5000ms ease-in-out;
animation: timebar 5000ms ease-in-out;
opacity: 0.8;
}

/********************************************************/
/*														*/
/********************************************************/
.default .nivoSlider {
position:relative;
/*background:#fff url(imagenes/carga.gif) no-repeat 50% 50%;*/
}
/*
.default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
*/
.default .nivoSlider a {
	border:0;
	display:block;
}

.default .nivo-controlNav {
text-align: center;
padding: 0;
position: absolute;
left: 47%;
bottom: 10px;
}
.default .nivo-controlNav a {
width:15px;
height:15px;
display:inline-block;
text-indent:-9999px;
background: rgba(255,255,255,0.5);
margin:0 3px 0 3px;
border-radius:10%;
}
.default .nivo-controlNav a.active {
background: #c41d54;					/* cuadrito */
}

.default .nivo-directionNav a {
background: transparent;
color: #fff;
font-size: 40px;
height: 40px;
line-height: 1;
text-align: center;
width: 60px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}
.default:hover .nivo-directionNav a { opacity: 1; }
.default a.nivo-nextNav {
	right:10px;
}
.default a.nivo-prevNav {
	left:10px;
}
.default a.nivo-nextNav:hover,
.default a.nivo-prevNav:hover {
/*background: rgba(0,75,139,0.75);*/
color:#ddd;
}

.default {
    font-family: Helvetica, Arial, sans-serif;
}

.default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/********************************************************/
/*														*/
/********************************************************/
@media only screen and ( min-width: 768px ) and ( max-width: 979px ) {

.nivo-caption {
font: normal 25px/25px "BebasNeue", "arial", "Georgia", serif;
}

}
/******************************************************************************/
/******************************************************************************/
@media only screen and ( max-width: 767px ) {

.default .nivo-controlNav {
	display:none;
}
.nivo-caption {
font: normal 20px/20px "BebasNeue", "arial", "Georgia", serif;
}

}
/******************************************************************************/
/******************************************************************************/
@media only screen and ( max-width: 579px ) {

.nivo-caption {
display:none;
}

}





/********************************************************/
/*														*/
/********************************************************/
