/* @override 
	http://localhost:8888/vidanueva/wp-content/themes/vidanueva/scripts/nivo-slider/nivo-slider.css
	http://paredes-saravia.com/wp-content/themes/parsa/scripts/nivo-slider/nivo-slider.css
*/

/*
 * jQuery Nivo Slider v2.4
 * 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;
}
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 998;
	width: 550px;
	color: #fff;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
}
.nivo-caption h2 {
	font-size: 35px;
	margin-top: 25spx;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
}

.nivo-caption p {
	font-size: 20px;
	margin-top: 15px;
	letter-spacing: 2px;
	text-align: right;
	padding-left: 35px;
	padding-right: 15px;
	width: 500px;
	float: right;
}

.nivo-caption a {
	color: #fff;
}

.nivo-caption a:hover {
	color: #ced0d0;
	text-decoration: none;
}

.slide_title{
	height: 25px;
	text-align: center;
	font: normal 18px "Century Gothic", Arial;
	text-transform: uppercase;
	background: url(images/borde_slide.png) no-repeat center bottom;
	padding-top: 5px;
	overflow: hidden;
}

.slide_extracto{
	text-align: center;
	margin-top: 5px;
}

.slide_vermas{
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}

.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:99;
	cursor:pointer;
	text-indent:-9999px;
	
}
.nivo-prevNav {
	left:0px;
	background: url(images/flecha.png) no-repeat;
	height: 44px;
	width: 31px;
}
.nivo-nextNav {
	right:0px;
	background: url(images/flecha.png) no-repeat -31px;
	height: 44px;
	width: 31px;	
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}