/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/


#carrusel {
	margin-bottom: 60px;
	z-index: 0;
	width:1002px;
	height:462px;
}
#carrusel img {
	z-index: 0;
}
.nivoSlider {
	box-shadow: none !important;
    position:relative;
    width:1002px; /* Change this to your images width */
    height:462px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}


.theme-default .nivo-controlNav {
	right:0;
	bottom: -30px;
	position:absolute;
	z-index:999;
}
.theme-default a.nivo-nextNav {
	right: -84px;
	height: 73px;
	width: 165px;
	background: url(./carrusel_paginado_pos.png) no-repeat center center;
	top: 200px;
}
	.theme-default a.nivo-nextNav:hover{background: url(./carrusel_paginado_pos_on.png) no-repeat center center;}
.theme-default a.nivo-prevNav {
	left: -84px;
	height: 73px;
	width: 165px;
	background: url(./carrusel_paginado_ant.png) no-repeat center center;
	top: 200px;
}
	.theme-default a.nivo-prevNav:hover{ background: url(./carrusel_paginado_ant_on.png) no-repeat center center; }
	
.theme-default .nivo-controlNav a {
	display:block;
	width:21px;
	height:21px;
	background:url(./bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-caption {
	position: absolute;
	bottom: 0px;
	color: white;
	/*background: black; opacity: 0.2;*/
	background:none;
	z-index: 8;
	right: 0;
	padding-right: 20px;
}

.nivo-html-caption{ 
	position: absolute; 
	bottom: 200px; 
	width:100%;  
	}

.nivo-caption p.titCaption{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:55px;
	color:#fff;
	margin:20px 0 0 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	line-height:55px;
	text-align:right !important; 
	}
.nivo-caption p.descripCaption{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:24px;
	color:#fff;
	margin:18px 0 0 0;
	text-align:right !important; 
	}