﻿BODY.home #contenedorPrincipal 
{
    background: url(Images/fondoPuntosContenido.gif) repeat-y 478px;
    width: 766px;

}


BODY.home A.idioma
{
position:absolute;
top:10px;
left:20px; 
font-size:90%;
color:#A5A16E;
visibility:visible;
}



BODY.home .idioma:hover

{
    
    color:#636141;
    }
    
    
    

BODY.home #menu 
{
    position: absolute;
    top:0;
    left: 139px;
    float: none;
    z-index:1000;
    
}

BODY.home .rotulo
{
    position:absolute;
    top:380px;
    left:5px;
    }
  
  
    
BODY.home #contenido  
{
    position: relative;
    padding-top: 50px;
    _width:760px;/*IE6*/
    
    
    height: auto!important; /* para los browsers buenos */
    height: 660px; /* para IE5+ */
    min-height: 660px; /* para los browsers buenos */
}


BODY.home #contenido H1
{
    font-size:130%;
    margin:0;
    padding:0;
    font-weight:bold;
    color:#636141;
    margin-bottom:5px;
    background: url(Images/puntosHorizontalesDobles.gif) repeat-x bottom;
    position: absolute;
    width: 420px;
    top: 27px;
    left: 346px;
    padding-bottom:3px;
}



BODY.home .itemsDestacados
{
    overflow: hidden;
    width: 420px;    
    background: #DFDECE url(Images/puntosHorizontalesDobles.gif) repeat-x bottom;
    padding-bottom:5px;
    position: relative;
    margin-left: 346px;
}

    
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;

}




    
