/*
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:#7fa9c1 url(images/loading.gif) no-repeat 50% 50%;
    /*margin-bottom:10px;
    -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;
}
.nivoSlider .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.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:45px;
	height:100px;
	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:-45px 0;
	right:0;
}
.nivoSlider a.nivo-prevNav { left:0;}
.nivo-caption { text-align:center; bottom:40px;}
.nivoSlider .nivo-caption a {
    color:#fff;
	display:inline-block;
}
.nivoSlider .nivo-caption a:hover { color:#fff;}
.nivo-controlNav{
	width:100%;
	position:absolute;
	bottom:0;
	z-index:5;
}
.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 ===*/
/*====================*/
/*header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}*/
#slider-wrapper {
    position: relative;
    z-index: 0;
}
#slider-wrapper .slider-center{
	width: 96%;
	margin:0 auto;
}
.nivoSlider .nivo-caption h3{
	color:#FFF;
	font-size: 6em;
	font-size: 6rem;
	text-shadow: 0 0 3px #000000;
}
.nivoSlider .nivo-caption p{
	color:#FFF;
	font-size: 1.7em;
	font-size: 1.7rem;
	line-height:22px;
	text-shadow: 0 0 3px #000000;
}

/*#slider-wrapper{ position:relative; z-index:0;}
.nivoSlider .nivo-caption p{ font-size:14px; color:#CCC; margin:0;}
.nivoSlider .nivo-caption .text-18{ font-size:18px; display:block; margin-bottom:-10px;}*/


/********** RESPONSIVE **********/
@media screen and (max-width: 1180px) {
/*.nivo-caption{ top:180px;}*/
}
@media screen and (max-width: 959px) {
/*.nivo-caption{ top:150px;}*/
}
@media screen and (max-width: 800px) {
.nivo-caption{ top:120px;}
}
@media (max-width: 767px) {
.nivo-caption { position:relative; top:0;}
/*.nivoSlider .nivo-caption h3,
.nivoSlider .nivo-caption p, .nivoSlider .nivo-caption a{
	color:#747474;
}*/
.nivo-controlNav{ position:relative; background-color:#7fa9c1;}
.nivo-directionNav a { top: 35%;}
.nivoSlider .nivo-caption h3{
	font-size: 4em;
	font-size: 4rem;
}
}
@media (max-width: 680px) {
#slider-wrapper .slider-center{ width:100%;}
}

@media (max-width: 580px) {
#presentacion { overflow:hidden}
#slider-wrapper{ margin:0 -60px;}
#slider-wrapper .slider-center{ width:450px; margin:0 auto;}
}
@media (max-width: 460px) {
#slider-wrapper{ margin:0 -160px;}
#slider-wrapper .slider-center{ width:350px;}
}
@media (max-width: 360px) {
#slider-wrapper .slider-center{ width:310px;}
}
/*@media screen and (max-width: 691px) {
.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: 500px) {
.nivoSlider .nivo-caption{ display:none !important;}
}*/