﻿


BODY.home A.idioma
{
position:absolute;
top:10px;
left:20px; 
font-size:90%;
color:#A5A16E;
visibility:visible;
}

.oculto
{
   display:none; 
   border:1px solid red;
    }

BODY.home .idioma:hover

{
    
    color:#636141;
    }
    
    
    
BODY .rotulo
{
    position:absolute;
    top:430px;
    margin-left:15px;
    }
  
  
    




BODY.home .itemsDestacados
{
    overflow: hidden;
    width: 420px;    
    background: #DFDECE url(Images/puntosHorizontalesDobles.gif) repeat-x bottom;
    padding-bottom:5px;
    position: relative;
}

    
BODY.home .itemDestacado
{
    width: 420px;    
    background-color:#DFDECE;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
}

BODY.home .itemDestacado01,
BODY.home .itemDestacado02
{
    width: 420px;
    background-color:#DFDECE;
    overflow: hidden;
    position: absolute;
    left: 346px;
}


BODY.home .itemDestacado01
{
    border-bottom:1px solid #FFF;
    }
    
    
BODY.home .itemDestacado02
{
    background: #DFDECE url(Images/puntosHorizontalesDobles.gif) repeat-x bottom;
    padding-bottom:5px;
    }

BODY.home .itemDestacado IMG,
BODY.home .itemDestacado01 IMG,
BODY.home .itemDestacado02 IMG
{
    width:296px;
    border-right:1px solid #FFF;
    float:left;
    
}


BODY.home .itemDestacado .nombre,
BODY.home .itemDestacado01 .nombre,
BODY.home .itemDestacado02 .nombre
{
    width:120px;
    position:relative;
    top:10px;
    left:10px;
    float:left;
    display:block;
    font-size:130%;
    font-weight:bold;

    }
    
BODY.home .itemDestacado .poblacion,
BODY.home .itemDestacado01 .poblacion,
BODY.home .itemDestacado02 .poblacion
{
    width:120px;
    position:relative;
    top:10px;
    left:10px;
    float:left;
    display:block;
    font-size:110%;
    font-weight:bold;

    }
    
    
    
    BODY.home .itemDestacado02
{

    top:275px;

}


.destacadoshome
{
    width:534px;
    overflow:hidden;
    margin-bottom:20px;
    }
    
.destacadoshome .destacado1,
.destacadoshome .destacado2
{
    width:260px;
    float:left;
    }
 
 .destacadoshome img
{
    width:260px;
    height:173px;
    overflow:hidden;
   
    }   
    
.destacadoshome .destacado1
{
    margin-right:10px;
    }

.destacadoshome .titulo
{
    font-family:Times New Roman, Arial, Sans-Serif;
    font-size:26px;
    color:#636141;
    margin-bottom:10px;
    border-bottom:1px solid #CCCCCC;
    }
    
.destacadoshome .texto
{
    background-color:#DFDECE;
    color:#636040;
    width:250px;
    padding:5px;
    }
    
.destacadoshome .texto .nombre
{
    font-family:Times New Roman, Arial, Sans-Serif;
    font-size:18px;
    color:#636141;
    margin-bottom:10px;
    }

.mapa
{
    width:534px;
    overflow:hidden;
    }
    
.mapa UL.tipoinmueble
{
    width:534px;
    overflow:hidden;
    margin:0;
    padding:0;
    }
    
.mapa UL.tipoinmueble LI
{
    display:inline;
    margin:0;
    padding:0;

    }
    
.mapa UL.tipoinmueble LI A
{
    font-family:Times New Roman, Arial, Sans-Serif;
    font-size:22px;
    color:#635F3F;
    padding:5px 10px;
    display:block;
    float:left;
    background-color:#B9B695;
    }
    
.mapa UL.tipoinmueble LI A:hover
{
    text-decoration:underline;
    }
    
    
    
.mapa UL.tipoinmueble LI.on A,
.mapa UL.tipoinmueble LI.ui-state-active A
{
    background-color:#DFDECE !important;
    
    }   
    
.numeroviviendas
{
    width:494px;
    overflow:hidden;
    background-color:#DFDECE;
    padding:0 20px 20px 20px;
    }
    
    
.numeroviviendas .titulo
{
    font-family:Times New Roman, Arial, Sans-Serif;
    font-size:26px;
    color:#636141;
    margin-bottom:10px;
    width:494px;
    }
    
    
.numeroviviendas UL
{
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    margin-right:20px;
    font-size:110%;
    }
    
 .numeroviviendas UL LI 
{
    width: 143px;
    margin-bottom:3px;
    } 
      
.numeroviviendas UL LI A
{
    text-decoration:underline;
    padding-bottom:3px;
    display:block;
    font-size:10px;
    color:#635F3F;
    }
    
.numeroviviendas UL LI A:hover
{
    color:#111;
    }
    
    
/*.rotulo{display:none;}*/
body.home .rotulo{display:block;}



.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0;  }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0;  background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
