@charset "iso-8859-1";
/* CSS Document */
/*------------ SLIDER ------------*/
.nivoSlider {
	position:relative;
	width:1000px;
    height:386px;
	overflow: hidden;
	background:#fff url(../imagenes/web/icono_cargador.gif) no-repeat 50% 50%;
	z-index:0;
}
.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; 
	filter:alpha(opacity=0); 
	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;
	right:0px;
	bottom:9px;
	color:#b2b2b2;
	width:435px;
	height:38px;
	padding-top:6px;
	background:#000;
	opacity:0.6; /* Overridden by captionOpacity setting */
	line-height:34px;
	font-size:25px;
	padding-left:18px;
	z-index:8;
	border-left:6px solid #00b6b5;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.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;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:15px;
	background:url(../imagenes/web/boton-flecha-i.png) right no-repeat;
}
a.nivo-prevNav:hover {
	background:url(../imagenes/web/boton-flecha-i.png) left no-repeat;
}
.nivo-nextNav {
	right:15px;
	background:url(../imagenes/web/boton-flecha.png) left no-repeat;
}
a.nivo-nextNav:hover {
	background:url(../imagenes/web/boton-flecha.png) right no-repeat;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../imagenes/web/icono_vin.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}