
.nivoSlider 
{
	height:auto;
	overflow: hidden;
	position:relative;
	width:100%;
}

.nivoSlider img 
{
	left:0px;
	max-width: none;
	position:absolute;
	top:0px;
}

.nivo-main-image 
{
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink 
{
	background: #000;
	border:0;
	display:none;
	filter:alpha(opacity=0);
	height:100%;
	left:0px;
	margin:0;
	opacity:0;
	padding:0;
	/*position:absolute;*/
	top:0px;
	width:100%;
	z-index:6;
}

/* The slices and boxes in the Slider */

.nivo-slice
{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	z-index:5;
}

.nivo-box 
{
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:5;
}

.nivo-box img 
{ 
	display:block;
}

/* Caption styles */

.nivo-caption /* Este es el estilo para poner el texto en las imágenes */
{ 
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: white;
	display: none;
	filter:alpha(opacity=8);
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
	left:10%;
	overflow: hidden;
	position:absolute;
	text-shadow: 0px 0px 10px #000;
	top: 5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	z-index:8;
}

.nivo-caption p 
{
	margin:0;
	padding:5px;
}

.nivo-caption a 
{
	display:inline !important;
}

.nivo-html-caption 
{
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a 
{
	cursor:pointer;
	position: absolute;
	top:45%;
	z-index:9;
}

.nivo-prevNav 
{
	left:0px;
}

.nivo-nextNav 
{
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a 
{
	cursor:pointer;
}

.nivo-controlNav a.active 
{
	font-weight:bold;
}