/* CSS Document */

a.nivo-prevNav {

		left:892px !important;
}
a.nivo-nextNav {

	right:4px !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper{
	position:relative;
	float:left;
	background:url(/media/nxol0dmm/bg-slider.jpg) no-repeat;
}
#slider {
	position:relative;
	width:940px;
	height:336px;
	background:url(/media/ipzjrefy/loading.giff) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(/media/cw5b5e5x/flecha.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-20px 0;
	right:240px;
}
a.nivo-nextNav:hover { 
	background-position:-20px -21px;
}
a.nivo-prevNav {
	background-position:0 top;
	left:-42px;
}
a.nivo-prevNav:hover { 
	background-position:0 -21px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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;*//*comentado por RCA*/
}
/* 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;
	left:713px;
	width:224px;
	top:20px;
	z-index:79; /* retirando esta propiedad se corrige el problema en IE pero el resto de los navegadores pierde suavidad de transiciÃ³n*/
}
	.nivo-caption p.titulo_slide{
		font-size:10px;
		color:#f2f2f2;
		font-weight:bold !important;
		position:relative;
		z-index:80;
		margin:0 0 10px 0 !important;
		padding:0 !important;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif !important;
	}
	.nivo-caption p.titulo_slide span{
		color:#f6cb34;
		font-size:20px;
	}
	.nivo-caption p.info_slide{
		font-size:13px;
		line-height:16px;
		color:#cacaca;
		position:relative;
		width:201px;
		height:125px;
		overflow:hidden;
		z-index:80;
	}
	.nivo-caption p.btn_mas a {
		font-size:13px;
		text-decoration:none;
		color:#fff;
		background: url(../img/btn_acceso.png) no-repeat center;
		width:201px;
		height:40px;
		
		position:absolute; top:205px;
		float:left;
		clear:both;
		text-indent:-9999px;
		z-index:90;
	}
	.nivo-caption p.link_slide strong{ font-style:italic !important; font-weight:bold !important;
	}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:299px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* 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;
}


#sliderDirectoresWrapper{
	float:left;
	background:#3C377D;
}
#sliderDirectores {
	width:465px;
	height:300px;
	background:url(/media/ipzjrefy/loading.gif) no-repeat 50% 50%;
}
#sliderDirectores img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:465px;
	height:300px;
}
#sliderDirectores a {
	border:0;
	display:block;
}
#sliderDirectores .nivo-directionNav {
	display:none !important;
}