/*
 * 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
 */
 
 
.nivoSlider {
    height: 100%;
    position: relative;
    width: 100%;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 50;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 122px;
    color: #FFFFFF;
    display: inline-block;
    opacity: 0.8;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 89;
}
.nivo-caption p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 10px 15px;
}
.nivo-caption strong {
    color: #ff7900;
    font-weight: bold;
}

.nivo-caption a {
    color: #ff7900;
    display: inline !important;
    text-decoration: none;
}
.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 99;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    bottom: 20px;
    left: 26px;
    position: absolute;
    z-index: 1000;
}
.nivo-controlNav a {
    background: url("../images/bienvenido/news_transition_controlnav.png") no-repeat scroll 0 top transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-indent: -10000px;
    width: 22px;
    z-index: 99;
}
.nivo-controlNav a.active {
    background-position: 0 bottom;
}

.news-transition {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    /* padding-bottom: 23px; */
    text-align:         left;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow:  0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius:  3px 3px 3px 3px;
	-moz-border-radius:    3px 3px 3px 3px;
	border-radius:         3px 3px 3px 3px;
}

.news-transition-inner {
    height: 440px;
    padding: 10px;
}




.modal .news-transition 
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
    background: none;
    width: 940px;
    border: none;
}

.modal .news-transition-inner 
{
    padding: 0px;
    margin: 0px;
    height: 549px;
    width: 940px;
}

.slider_productos 
{
    padding: 0px;
    margin: 0px;
    height: 549px;
    width: 940px;
}

.slider_productos .nivo-directionNav a {
    border: 0 none;
    display: block;
    height: 45px;
    text-indent: -9999px;
    width: 25px;
}
.slider_productos a.nivo-nextNav 
{
    background: url("../images/next.png") no-repeat scroll 0 50% transparent;
    background-position: 100% 0px;
    padding-right: 20px;
    right: 25px;
    opacity: 0.6;
}
.slider_productos a.nivo-prevNav 
{
    background: url("../images/prev.png") no-repeat scroll 0 50% transparent;
    background-position: 0% 0px;
    left: 25px;
    padding-left: 20px;
    opacity: 0.6;
}

.slider_productos a.nivo-nextNav:hover, .slider_productos a.nivo-prevNav:hover { opacity: 1 }