/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:20px;
  /*  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:0;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	text-align: center;
	padding: 0;
	position:absolute;
	width:100%;
	bottom:20px;
	z-index:5;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background: url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active { background-position:0 -22px;}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
.nivoSlider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.nivoSlider a.nivo-prevNav { left:15px;}
.nivoSlider .nivo-caption { width:44%; padding-bottom:60px;}
.nivoSlider .nivo-caption a {
    color:#fff;
}
.nivoSlider .nivo-caption a:hover { color:#fff;}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled { width: 100%;}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
#slider-wrapper{ position:relative; z-index:0;}
.nivoSlider .nivo-caption h3{ color:#FFF; font-size:45px; line-height:40px; display:block; margin-bottom:15px;}
.nivoSlider .nivo-caption p{
	font-size: 20px;
	color: #fff;
	padding:0;
	margin: 0;
	line-height: 24px;
}
.nivoSlider .center{ position:relative;}


/********** RESPONSIVE **********/
@media screen and (max-width: 1210px) {
.nivoSlider .nivo-caption{ width:60%; padding:1px 0 40px;}
.nivo-controlNav{ bottom:5px;}
}
@media (max-width: 967px) {
.nivoSlider .nivo-caption{ text-shadow: 1px 1px rgba(0,0,0,0.8); width:80%;}
.nivoSlider .nivo-caption h3{ font-size:35px; line-height:35px;}

}
@media (max-width: 767px) {
.nivoSlider .nivo-caption h3 {
    font-size: 25px;
    line-height: 25px;
	margin-bottom:5px;
}
.nivoSlider .nivo-caption p{ font-size:16px;}
}
@media (max-width: 680px) {
.nivoSlider .center{ width:100%; padding:10px 15px; background: #232323;}
.nivoSlider .nivo-caption{ width:100%; position:relative;}
.nivoSlider .nivo-caption h3 {
    font-size: 16px;
    line-height: 25px;
	margin-bottom:5px;
}
.nivoSlider .nivo-caption p{ font-size:13px; line-height:20px;}
/*.nivoSlider .nivo-caption .text-18{ font-size:15px;}
.nivoSlider .nivo-caption p{ font-size:12px; line-height:16px;}
.nivoSlider .nivo-caption { height: 120px;}*/
}
@media screen and (max-width: 400px) {
/*.nivoSlider .nivo-caption{ display:none !important;}*/
#presentacion{ display:none;}
}