/*
 * 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 */
.rotativoPrincipal,
.rotativoPrincipalPub{
	position:relative;
	z-index: 100;
}

/* If an image is wrapped in a link */
.rotativoPrincipal a.nivo-imageLink,
.rotativoPrincipalPub 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: 197px;
	top:0;
	color: #fff;
	display: block;
	padding: 0;
	z-index:89;
}

.rotativoPrincipal .nivo-caption{
	right: 235px;
}

.nivo-caption .contentSecNameContainer{
	position:absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.nivo-caption .contentSection{
	background:#d82521;
	color:#fff;
	padding: 0.5em 1em;
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.1em;
}

.nivo-caption .contentNameContainer{
	display: block;
	background-image: url('/imagenes/grupo/bullet3.png');
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding: 8px 5px 8px 25px;
}

.nivo-caption .contentName {
	font-size: 1.7em;
}

.nivo-caption .contentAltText {
	font-size: 1em;
	/*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,
.nivo-caption a:visited,
.nivo-caption a:active {
	display:inline !important;
	color: #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-decoration: none;
}

.nivo-caption .buttonLinkMore{
	display: 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{
	display:block !important;
}

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

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

.centrosprivados .nivo-nextNav{
	right: auto;
	left:433px;
}

/* Control nav styles (e.g. 1,2,3...) */
.rotativoPrincipal .nivo-controlNav{
	top: 0;
	right: 0;
	bottom: 0;
	z-index:98;
	overflow: hidden;
	position: absolute;
	padding: 55px 0 0 0;
	margin:0;
	width:235px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display: block;
	width: 235px;
	margin-bottom: 10px;
	text-decoration: none;
}

.nivo-controlNav a span.contentName {
	line-height: 1.1em;
	font-size: 1em;
	padding: 0 1em 0 2em;
	vertical-align:middle;
}

.rotativoPrincipal .nivo-controlNav a:hover {
}

.rotativoPrincipal .nivo-controlNav a.active {
}
