.nivoSlider
{
    position: relative;
    
}
.nivoSlider img
{
    left: 0px;
    position: absolute;
    top: 0px;
}
.nivoSlider a.nivo-imageLink
{
    border: 0;
    left: 0px;
    margin: 0;
    padding: 0;
    top: 0px;
    z-index: 6;
}
.nivo-slice
{
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-html-caption
{
    display: none;
}
.nivo-caption
{
    background: #000;
    bottom: 0px;
    color: #fff;
    height: 413px;
    right: 0px;
    opacity: 0.8;
    position: absolute;
    width: 1px;
    z-index: 999999;
}
.nivo-caption h1 {
    font-size: 20px;
    line-height: 120%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 70px;
}
.nivo-caption p {
    font-size: 11px;
    line-height: 120%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
}
.nivo-caption a
{
    background-image: url('../img/logoLink.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: inline;
    font-size: 14px;
    left: 8px;
    padding: 14px 0px 2px;
    padding-left: 26px;
    position: absolute;
    bottom: 10px;
}
.nivo-directionNav a
{
    background-image: url('../img/nivo_slider/flechas_nav.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 57px;
    position: absolute;
    text-indent: -99999px;
    top: 42.5%;
    width: 47px;
    z-index: 999;
}
.nivo-prevNav
{
    background-position: 0px 0px;
    left: -10px;
}
.nivo-prevNav:hover
{
    background-position: 0px -57px;
    left: -10px;
}

.nivo-nextNav
{
    background-position: -47px 0px;
    right: 18px;
}

.nivo-nextNav:hover
{
    background-position: -47px -57px;
    right: 18px;
}
.nivo-controlNav
{   
    background-image: url("../img/menu_controlnav.png");
    float:left;
    position:relative;
    z-index:99;
    margin-left:-49px;
    margin-top:357px;
    width:160px;
    height: 43px;
    text-align: center;

}
.nivo-controlNav a
{
    background: url('../img/bullets.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;   
    margin: 15px 0px ;
    height: 15px;
    text-indent: -99999px;
    width:17px;
    z-index: 99;

}
.nivo-controlNav a.active
{
    background-position: -18px 0px;
  
}
.nivoSlider.theme-default
{
    background: #fff url('../img/jQuery/loader.gif') no-repeat 50% 50%;
}
