/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	display:none;
	margin-bottom:2px;
	/*border: 1px solid red;*/
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:48px;
	font-size: 18px;
	width: 862px;
	padding: 5px;
	z-index:8;
	top:230px;
	background: #ffffff!important;
	bottom:0px;
	/*height:90px;*/
	height:77px;
}
.nivo-caption p {
	
	margin:0;	
	color: black;
	font-size: 22px!important;
	color: #000000;
	/*letter-spacing: -0.05em;*/
	text-align: left!important;
	
	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


div.nivo-caption span.nTitle {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    width:830px;
    margin:0px auto;
    /*letter-spacing: -0.02em;*/
    padding-bottom: 0px;
    position: relative;
    color:#000000;
}

div.nivo-caption span.description {
    display: block;
    font-size: 15px;
    font-weight: bold;
    width:830px;
    margin:0px auto;
    /*letter-spacing: -0.02em;*/
    padding-bottom: 0px;
    position: relative;
   color: #666666;
}

div.nivo-caption span.readMore {
	display :block;
	background: #0093DD;
	/*border: 1px solid #ffffff;*/
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	right: 2px;
	bottom: 1px;
	text-align: center;
	/*width: 60px;*/
	width: 40px;
	color: #FFF;
} 

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	/*top:45%;*/
	bottom:100px;
	z-index:9;
	cursor:pointer;
	color:white;
	z-index:9998;
}
.nivo-prevNav {
	left:5px;
	background:url(../img/banner-arrows.png) no-repeat;
	display:block;
	width:27px;
	height:46px;
}
.nivo-nextNav {
	right:5px;
	background:url(../img/banner-arrows.png) no-repeat -27px 0px;
	display:block;
	width:27px;
	height:46px;
}
/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
	position:absolute;
	top:330px;
	left:10px;
	z-index: 8999;
	width: 555px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	color:black;
	text-align:center;
	/*font-weight:bold;*/
	margin-right:11px;
	font-size:1.2em;
	line-height:1.9em;
}
.nivo-controlNav a.active {
	font-weight:bold;
	color:#DD137B;
	text-indent: -9999999px; /* no usar -999999999px; */
}
a.nivo-control {
	border-radius: 50px 50px 50px 50px; 
	-moz-border-radius: 50px 50px 50px 50px; 
	-webkit-border-radius: 50px 50px 50px 50px;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49); 
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49);
	/* For IE 8 */
	/*.-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
	/* For IE 5.5 - 7 */
	/*.filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
	background: #0093DD; 
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-bottom:2px;
}
/*=================================*/
/* Nivo Slider Demo
/* November 2012
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}/*
caption, th, td {
	text-align:left;
	font-weight:normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
a, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.theme-default #slider {
    width:962x; /* Make sure your images are the same size */
    height:323px; /* Make sure your images are the same size */

	margin: 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.theme-default .nivo-controlNav a { 	text-indent: -9999999px; /* no usar -999999999px; */ }