/*
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.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default { width:100%; background-color: #fff; position:relative; /*float:left;*/ margin:0 auto; margin-bottom: 0px; z-index:20; min-height:385px;}
.theme-default .nivoSlider {
	
	margin-bottom: 0px;
	width: 100%; 
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
	min-height:385px;
   /* -webkit-box-shadow: 0px 1px 5px 0px #8c704b;
    -moz-box-shadow: 0px 1px 5px 0px #8c704b;
    box-shadow: 0px 1px 5px 0px #8c704b;*/
	
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	min-height:385px;
	
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:relative;
	
	right:0px;
	top:-25px;
	padding: 10px 0 0;
	z-index: 20;
	color: #fff;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:9999px;
	border:0;
	margin: 0;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:48px;
	height:48px;
	/*background:url(../img/arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0; z-index:1010;
}
.theme-default a.nivo-nextNav {
	/*background:url(../img/arrows.png) no-repeat;*/
	background:url(../img/slide_der.png) no-repeat;
	/*background-position:-30px 0;*/
	right:10%;
}
.theme-default a.nivo-prevNav {
	/*background:url(../img/arrows.png) no-repeat;*/
	background:url(../img/slide_izq.png) no-repeat;
	left:10%;
}

.theme-default a.nivo-nextNav:hover {
	/*background:url(../img/arrows.png) no-repeat;*/
	background:url(../img/slide_der.png) no-repeat;
	
}
.theme-default a.nivo-prevNav:hover {
	/*background:url(../img/arrows.png) no-repeat;*/
	background:url(../img/slide_izq.png) no-repeat;
	
}
.abajo { position:absolute; bottom:10px; right:10px; line-height: 1.1; display:none !important; }
.theme-default .nivo-caption {
	line-height:1;
    font-family: o-regular;
    font-size: 11pt;
	width: 35%; 
	position:absolute; 
	left:44%; 
	top:44%;
	text-align:left;
	color:white;
	bottom: 50px;
	background: rgba(0,0,0,0.65);
	/*height:44%;*/
	overflow:hidden;
	padding:15px;
	z-index:9999;
}
.theme-default .nivo-caption  b, .theme-default .nivo-caption  strong { font-weight:bold; }
.theme-default .nivo-caption a {
    color:#fff;
    /*border-bottom:1px dotted #fff;*/
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}