@import url("./temas/standard.css"); #cabecera_top { background-image: url(../Images/temas/cabecera_expo_oscura2.jpg); background-position:center; } #acceso_privado { width: 287px; height: 21px; background-image: url(../../Images/temas/acceso_expo_oscura2.jpg); text-align: left; } #acceso_privado a{ margin-left: 45px; } #cabecera_tab_conocenos div.tab_selected { background-image: url(../../Images/temas/tab_conocenos_oscuro2.jpg); } #cabecera_tab_promotores div.tab_selected { background-image: url(../../Images/temas/tab_promotores_oscuro2.jpg); } #cabecera_tab_contactanos div.tab_selected { background-image: url(../../Images/temas/tab_contactanos_oscuro2.jpg); } #cabecera_tab_vender_piso div.tab_selected { background-image: url(../../Images/temas/tab_vender_oscuro2.jpg); } #cabecera_tab_buscar_piso div.tab_selected { background-image: url(../../Images/temas/tab_buscar_oscuro2.jpg); } #cabecera_tab_conocenos div.tab_onmouseover { background-image: url(../../Images/temas/tab_conocenos_over_oscuro2.jpg); } #cabecera_tab_promotores div.tab_onmouseover { background-image: url(../../Images/temas/tab_promotores_over_oscuro2.jpg); } #cabecera_tab_contactanos div.tab_onmouseover { background-image: url(../../Images/temas/tab_contactanos_over_oscuro2.jpg); } #cabecera_tab_vender_piso div.tab_onmouseover { background-image: url(../../Images/temas/tab_vender_over_oscuro2.jpg); } #cabecera_tab_buscar_piso div.tab_onmouseover { background-image: url(../../Images/temas/tab_buscar_over_oscuro2.jpg); } /*Sistema de Alertas*/ #alerta{ position:absolute; bottom:10px; right:10px; background-image: url(../Images/bocadillo.png); background-color: transparent; cursor:hand; cursor:pointer; background-repeat:no-repeat; width:300px; height:100px; z-index:2; } #alerta div.error { position:absolute; top:25px; left:-8px; background-image: url(../Images/bocadillo_cancelar.png); background-repeat:no-repeat; width:32px; height:32px; } #alerta div.info { position:absolute; top:25px; left:-8px; background-image: url(../Images/bocadillo_info.png); background-repeat:no-repeat; width:32px; height:32px; } #alerta div.advertencia { position:absolute; top:25px; left:-8px; background-image: url(../Images/bocadillo_advert.png); background-repeat:no-repeat; width:32px; height:32px; } #alerta div.tarea_en_curso { position:absolute; top:25px; left:25px; background-image: url(../Images/loading.gif); background-repeat:no-repeat; width:32px; height:32px; } #alerta textarea { position: absolute; float: left; left: 40px; width: 250px; background-color:transparent; border:none; font-size:8pt; font-weight: bolder; overflow:hidden; cursor:hand; cursor:pointer; } #alerta_interna{ position:absolute; opacity: .8; filter: alpha(opacity=80); background-color:white; background-image: url(../Images/loading.gif); background-repeat:no-repeat; background-position:center center; }