/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	top:0px;
	left: 0px;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;/*
	top:0; left:325px;*/
	top:130px; left:0px;
	 width:300px; height:55px; padding:25px 30px;
	z-index:8;
	text-align:left;
	background: rgba(0, 0, 0, 0.6);
	 font-size:26px;
	  -webkit-font-smoothing:antialiased;
	   letter-spacing:0.5px;
		 margin:0px auto;
		  font-family:Helvetica, Arial, sans-serif;
		   font-weight:500;
}
.nivo-caption p {
	color:#fff;
	z-index:8;
	 font-size:26px;
	  -webkit-font-smoothing:antialiased;
	   letter-spacing:0.5px;
		 margin:0px auto;
		  font-family:Helvetica, Arial, sans-serif;
		   font-weight:500;
		   line-height:30px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position:absolute;
top:40%;
z-index:99;
cursor:pointer;
width:35px;
height:80px;
/*height:50px;*/

	
}
.nivo-prevNav {
	left:0px;
	/*background:url(imagenes/arrow1.png);*/
	/*height:50px;*/
	background:url(../../IMG/flechas-02.png) no-repeat;
	height:80px;
	width:35px;
	
}
.nivo-nextNav {
	right:0px;
	/*background:url(imagenes/arrow2.png);*/
	/*height:50px;*/
	background:url(../../IMG/flechas-01.png) no-repeat;
	height:80px;
	width:35px;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#Contenedor-principal #cuerpo2 #cuerpo #whiteknight #box5 #ContenedorFormulario #formato #texto13 p {
	font-size: 14px;
}
