﻿.contenedorBanner
{ 
    width:884px; 
    height:318px;
    display: inline-block;
    border-color: #333;
    border-style: solid;
    border-width: 0px 50px;
    margin: 0px auto;
}



#banner
{
    overflow:hidden;
    position: relative;
    height: 318px;
    width: 884px;
    margin: 0 auto;
}

#banner a
{  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#banner a.active {
     z-index: 10;
    opacity: 1.0;
}

#banner a.last-active {
    z-index:9;
}


#controlBanner a.active {
    z-index: 13;
    opacity: 1.0;
    width:16px;
    height:16px;    
	background: url(imagenes/Banner/ControladorBannerOn.png) no-repeat;
	color: transparent !important;
	font-size: 0px;
	float: left;
}

#controlBanner a.last-active 
{
    background: url(imagenes/Banner/ControladorBannerOff.png) no-repeat;
    z-index:12;
}

.contenedorBanner ul#banner 
{
    overflow: hidden; 
    list-style:none; 
    height: 256px;
    width:auto;
}

#controlBanner
{
    width: auto;
    list-style: none;
    margin-top: 8px;
    margin-right: -10px;
    padding: 0px;
    position: relative;
    text-align: right;
    float: right;
    z-index: 11;
}


#controlBanner a
{
    width: 16px;
    height: 16px;
    padding: 0px 5px;
    background: url(imagenes/Banner/ControladorBannerOff.png) no-repeat;
    color: transparent !important;
    font-size: 0px;
    float: left;
    cursor: pointer;
}