/*
* 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;
	padding-bottom: 1px;
}
/*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: 6;
	display: none;
}
/*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: 0px;
	bottom: 0px;
/*background:#000;
color:#fff;
opacity:0.8;
Overridden by captionOpacity setting*/
	width: 100%;
	z-index: 8;
	color: #000;
}
.nivo-caption P
{
	padding: 5px;
	margin: 0;
}
.nivo-caption A
{
	display: inline !important;
}
.nivo-html-caption
{
	display: none;
}
/*Direction nav styles (e.g. Next & Prev)*/
.nivo-directionNav A
{
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav
{
	left: 0px;
	margin-top: 114px;
	margin-left: 230px;
}
.nivo-nextNav
{
	right: 0px;
	margin-top: 114px;
	margin-right: 1113px;
}
/*Control nav styles (e.g. 1,2,3...)*/
.nivo-controlNav A
{
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav A.active
{
	font-weight: bold;
}
.theme-default .nivoSlider
{
	position: relative;
/*background:#fff url(loading.gif) no-repeat 50% 50%;*/
	margin-bottom: 50px;
/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	/*[empty]width:;*/
}
.theme-default .nivoSlider IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider A
{
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav
{
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -40px;
/*Tweak this to center bullets*/
}
.theme-default .nivo-controlNav A
{
	display: block;
	width: 22px;
	height: 11px;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.theme-default .nivo-controlNav A.active
{
	background-position: 0 -22px;
}
.theme-default .nivo-directionNav A
{
	display: block;
	width: 30px;
	height: 30px;
	/*background: url(arrows.png) no-repeat;*/
	text-indent: -9999px;
	border: 0;
}
.theme-default A.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}
.theme-default A.nivo-prevNav
{
	left: 15px;
}
.theme-default .nivo-caption
{
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption A
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.theme-default .nivo-caption A:hover
{
	color: #FFF;
}
.banner_medida
{
	margin-top: -100px;
	margin-left: -11px;
}
.textobanner
{
	width: 387px;
	margin-left: 519px;
	margin-top: -115px;
	font-size: 19px;
	font-weight: normal;
	color: #093E7A;
}
.texto2banner
{
	width: 387px;
	margin-top: -115px;
	margin-left: 18px;
	font-size: 19px;
	font-weight: normal;
	color: #093E7A;
}
.slider-box
{
	/*background: url(../images/bg_slider_box.png) no-repeat;*/
	width: 786px;
	height: 138px;
	padding: 9px 0 0 14px;
	position: relative;
	float: left;
}
.slider-box LI
{
	margin: 0 20px 0 0;
	float: left;
	position: relative;
}
.slider-box LI A
{
	color: #FFF;
}
.slider-box LI.last
{
	margin-right: 0px;
}
