/*
 * jQuery Nivo Slider v2.6
 * 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: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;	right:0;top:50px;width:85%;height:250px;z-index:8}
.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}
.nivo-nextNav {right:0px}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{position:absolute;bottom:-30px;right:10px}
.nivo-controlNav a {float:left;display:block;width:19px;height:18px;margin-left:4px;position:relative;z-index:9;cursor:pointer;background:transparent url(../img/css/nivoPagOff.gif) no-repeat 0 0;text-indent:-9999px}
.nivo-controlNav a.active {background-image: url(../img/css/nivoPagOn.gif)}

#publicidad, #publicidad2{height:350px;padding:10px;background:transparent url(../img/css/nivo.png) repeat 0 0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;behavior: url(PIE.htc)}
#publicidad h2, #publicidad2 h2{margin-bottom:10px;line-height:.9em;font-weight:normal;font-size:2.8em;color:#4b5255;background:#eee;padding:3px 10px;float:right;display:block;}
#publicidad h2 strong, #publicidad2 h2 strong{font-weight:normal;font-size:.7em;}
#publicidad h2 strong span, #publicidad2 h2 strong span {color:#007ba2}
#publicidad h2 strong span span, #publicidad2 h2 strong span span{font-size:1.4em}
#publicidad p.subtitulo, #publicidad2 p.subtitulo{float:right;display:block;width:100%;}
#publicidad p em, #publicidad2 p em{display:block;float:right;margin:2px 20px 2px 200px;padding:3px 10px;background:#333;color:#fff;font-style:normal;font-size:1.8em;line-height:1.2em}
#publicidad .boton, #publicidad2 .boton{text-align:right;float:right;margin:30px 10px 0 0px}


#publicidad2 h2{font-size:2.2em;}
#publicidad2 p em{font-size:1.4em}