/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.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; 
	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;
	width:230px;
	z-index:8;
	overflow: hidden;
	display: none;
	height: 400px;
	right: 50px;
	top: 0px;
	background-image: url(fondo.png);
	background-repeat: repeat;
}
@media only screen and (max-width:600px) { 
.nivo-caption {
	height: auto;
	width: 100%;
	left:0px;
	right:0px;
	position: static;
}
}
.nivo-caption .texto {
	margin:0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}
@media only screen and (max-width:600px) { 
.nivo-caption .texto {
	padding-right: 20px;
	padding-left: 20px;
}
}
.nivo-caption .titulo {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #F05A28;
	margin: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width:600px) { 
.nivo-caption .titulo {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px
}
}
.nivo-caption .link {
	text-align: right;
	padding: 10px;
}
@media only screen and (max-width:600px) { 
.nivo-caption .link {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px
}
}
.nivo-caption .link a{
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
.nivo-caption .link .flecha {
	font-size: 10px;
	color: #F05A28;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}

@media only screen and (max-width:620px) { 
.nivo-directionNav {
	display:none;
}
}
.nivo-prevNav {
	left:10px;
	background-image: url(flecha_izq.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 45px;
}
.nivo-nextNav {
	right:10px;
	background-image: url(flecha_der.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 45px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	width: 230px;
	position: absolute;
	z-index: 10;
	margin-top: -25px;
	margin-left: 710px;
	display: none;
}
@media only screen and (max-width:600px) { 
.nivo-controlNav {
	margin-left: auto;
	width: 100%;
	margin-top: -20px;
}
}
.nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:0;
	padding-top:15px;
	background-image:url(punto_blanco.png);
	overflow:hidden;
	background-repeat: no-repeat;
	font-size: 0px;
	text-decoration: none;
	cursor:pointer
}
.nivo-controlNav a.active {
	background-image: url(punto_naranja.png);
}
