/**
 * Estilos definidos para banners
 */
.bannerFrame {
    cursor: hand;
    cursor: pointer;
    background-color: white;
    display: block;
    position: absolute;
    z-index: 2000;
    float: left;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 530px;
    filter: alpha( opacity = 0 );
    moz-opacity: 0;
    khtml-opacity:0;
    opacity: 0;
 	
}

.bannerBackFrame {
	
    background-color: white;
    border-color: silver;
    border-style: solid;
    border-width: 1px;
		
    height: auto;
    width: auto;
    position: absolute;
    z-index: 1500;
    float: left;
    left: 0px;
    top: 0px;
}

#banner1, #banner2, #banner3 {
    background-color: white;
    border-color: silver;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 9;
}

#oas1, #oas2, #oas3 {
    background-color: white;
    border-color: silver;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 9;
}

/**
 * Inicio Banners
 */
#banner1 {
    position: relative;
    width: 468px;
    height: 60px;
    float: left;
	/*margin-left:30px;*/
}

#banner2 {
	float   :left;
	height  :98px;
	overflow:hidden;
	position:relative;
	width   :345px;
	z-index: 0;
}

#banner3 {
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 343px;
    height: 166px;
}

/**
 * Inicio Banners
 */
#oas1 {
    position: relative;
    width: 468px;
    height: 60px;
    float: left;
}

#oas2 {
	float   :left;
	height  :98px;
	overflow:hidden;
	position:relative;
	width   :345px;
	z-index: 0;
}

#oas3 {
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 343px;
    height: 166px;
}


/**
 * fin Banners
 */
#publicidadcentral {
    position: relative;
    width: 730px;
    height: 178px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    top: 10px;
    z-index : 0;
}

/*
#resultPreferred {
    background-color: white;
    border-color: silver;
    border-style: solid;
    border-width: 1px;*/
    /*
    margin-left : 110px;
    position: relative;
    height: 62px;
    display: none;
    overflow: hidden;
    z-index: 2000;
    margin-top: 5px;
    width :532px;
}*/
