/*
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
*/
#banners_cont {width:828px;height:470px;float:none;margin-top:20px;display:inline-block;z-index:5000;}
#slider {margin:0 auto 0 auto;width:828px;height:433px;position:relative;top:0px;left:0px;float:left;z-index:5000;}

#banners_cont_med {width:480px;height:257px;float:none;display:inline-block;z-index:5000;}
#slider_med {margin:0 auto 0 auto;width:480px;height:257px;position:relative;top:0px;left:0px;float:left;z-index:5000;}

#banners_cont_pie {width:975px;height:158px;float:none;display:inline-block;z-index:5000;}
#slider_pie {margin:0 auto 0 auto;width:975px;height:158px;position:relative;top:0px;left:0px;float:left;z-index:5000;}

#banners_cont_inm {width:480px;height:377px;float:none;display:inline-block;z-index:5000;}
#slider_inm {margin:0 auto 0 auto;width:480px;height:377px;position:relative;top:0px;left:0px;float:left;z-index:5000;}

#banners_cont_topcontacto {width:978px;height:234px;float:none;display:inline-block;z-index:5000;}
#slider_topcontacto {margin:0 auto 0 auto;width:978px;height:234px;position:relative;top:0px;left:0px;float:left;z-index:5000;}


 .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {position:absolute;left:7%;top:4%;
    margin-left:-40px; /* Tweak this to center bullets */
}
 .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(bullets.png);
	text-indent:-9999px;
	border:none;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {background-position:0 -19px;}
.nivo-controlNav a:hover {background-position:0 -19px;}


#slider_eventos .nivo-controlNav {width:120px;position:relative;left:45%;top:90%;
    margin-left:-40px; /* Tweak this to center bullets */
}

#slider_eventos .nivo-controlNav a {display:block;width:18px;height:18px;background:url(bullets2.png);text-indent:-9999px;
	border:none;margin-right:10px;float:left;}
#slider_eventos .nivo-controlNav a.active {background-position:0 -19px;}
#slider_eventos .nivo-controlNav a:hover {background-position:0 -19px;}

	
	
 .nivo-directionNav a {
	display:block;
	width:40px;
	height:80px;
	background:url(arrows.png)  no-repeat;
	text-indent:-9999px;
	border:none;
} 
 a.nivo-nextNav {
	background-position:-40px 0;
	right:-60px;
	top:170px;
}
 a.nivo-prevNav {
	left:-60px;
	top:170px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}