#newMenuInicio
{
    float:                  left;
    width:                  232px;
    height:                 335px;
    background-color:       #e5f2fb;
    border:                 1px solid #72b5e2;
}
#newMenuInicio #title
{
    background-color:       #72b5e2;
    /*height:                 21px;*/
    padding:                3px 10px;
    color:                  white;
    font-weight:            bold;
    font-size:              1.0em;    
}
#newMenuInicio .menu
{       
    background:             url(/img/icons/fletxeta.gif) no-repeat 5% 50%;
    width:                  232px;
    height:                 18px;
    background-color:       #cde7f6;
    display:                block;    
    margin:                 1px auto;
    padding-top:            5px;
    text-decoration:        none;
    color:                  #414141;
    font-size:              1.2em;        
}
#newMenuInicio .menuSel
{       
    font-weight:            bold;
}
#newMenuInicio .menu:hover
{
    background-color:       #a6d3f2;
    
}
#newMenuInicio .menu div
{    
    text-indent:            30px;
}

/* Lang menu */

#newMenuLang{
    text-align:right;
    position:absolute;
    top:230px;
    left:650px;
    z-index:-1;
}



