/*
 * jQuery Nivo Slider v2.7
 * 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 2011
 */
 
 
/* The Nivo Slider styles */
.rotativoPortada {
	position:relative;
	z-index: 100;
}
.rotativoPortada img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.rotativoPortada 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:50;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 140px;
	top:0;
	color: #000;
	display: block;
	padding: 0;
	z-index:89;
}

.nivo-caption .contentNameContainer{
	position:absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 5px 8px;
}
.nivo-caption .contentName {
	font-size: 1.3em;
}
.nivo-caption .contentAltText {
	font-size: 1.2em;
	line-height: 1.4em;
}
.nivo-caption p {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.nivo-caption a,
.nivo-caption a:link {
	display:inline !important;
	color: #000;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-decoration: none;
}

.nivo-caption a:hover,
.nivo-caption a:visited {
	text-decoration: underline;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 312px;
	padding-left: 4px;
	background-color: #fff;
	z-index:98;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display: block;
	width: 138px;
	height: 63px;
	color: white;
	font-weight:bold;
	margin-bottom: 4px;
	text-decoration: none;
	background: #87bc74 url(/imagenes/portada/destacadoNormal.gif) no-repeat;
}
.nivo-controlNav a span.contentName {
	padding: 10px;
	height: 54px;
	line-height: 11px;
	overflow: hidden;
}
.nivo-controlNav a:hover {
	background: #65bf54 url(/imagenes/portada/destacadoNormalHover.gif) no-repeat;
}
.nivo-controlNav a.active {
	background: #4d7f46 url(/imagenes/portada/destacadoActivo.gif) no-repeat;
}