/* css */

#portada div.slideshow {
    width: 950px;
    height: 275px;
    /*overflow: hidden;*/
}       

#portada div.slideshow div.slide1 {
    width: 638px;
    height: 275px;
    float: left;
    overflow: hidden;    
}

#portada div.slideshow div.slide2 {
    width: 294px;
    height: 275px;
    float: right;
    overflow: hidden;    
}

#portada_presentacio {
    width: 294px;
    float:left;
    margin-top:20px;
}

#portada_presentacio div.titol {
    width: 260px;
    height: 50px;
    margin-left:10px;
    background-image: url(/res_index/tt_bienvenido.png);
    background-repeat: no-repeat;
}

#portada_presentacio div.contingut p{
    margin:8px;
    font-family: font-family: Verdana, DejaVu Sans, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #434343;
    text-align: justify;
    
}

#portada_presentacio div.contingut p b {
    color: #1e5a32;   
}

#portada_presentacio div.contingut img {
    border: 1px solid #454545; 
    margin:2px;   
}


#portada_noticias {
    width: 294px;
    height: 289px;
    float: left;
    margin-top:20px;
    margin-left: 27px;
}

#portada_noticias div.titol {
    width: 260px;
    height: 50px;
    background-image: url(/res_index/tt_noticias.png);
    background-repeat: no-repeat;
}

#portada_noticias div.registre {
    width: 280px;
    height: 112;
    margin: 4px;    
    margin-top:10px;
    border-bottom: 1px solid #e2e0d1;
    padding-bottom:8px;    
}

#portada_noticias div.registre div.titol_registre {
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 0px;
}

#portada_noticias div.registre div.continuar {
    font-size: 10px;
    color: #7F2000; 
    font-weight: bold;
    text-align:right;
}

#portada_noticias div.registre div.continuar a, a:visited, a:link {color: #7F2000; text-decoration: none;}
#portada_noticias div.registre div.continuar a:hover {color: #7F2000; text-decoration: underline;}

#portada_noticias div.registre div.c1 {
    width: 106px;
    height: 90;    
    margin-top:8px;
    float: left;
}


#portada_noticias div.registre div.c1 img {
    border: 3px solid #e2e0d1;
}

#portada_noticias div.registre div.c2 {
    width: 156px;
    height: 90;
    margin: 0px;  
    margin-top:8px;
    float:right;
}

#portada_noticias div.registre div.c2 p {
    margin: 0px;
    font-size: 12px;
    text-align: justify;
}

div.ver_ultimas_noticias {width: 195px; height: 25px; float:left;margin-top:10px;}
div.ver_ultimas_noticias a {background:url("/res_index/spr_noticias.gif") repeat scroll 0 0 transparent;display:block;width:195px;height:25px;}
div.ver_ultimas_noticias a:hover {background-position:0 -25px;} 

div.ver_trabajos {width: 195px; height: 25px; float:left;margin-top:10px;}
div.ver_trabajos a {background:url("/res_index/spr_trabajos.gif") repeat scroll 0 0 transparent;display:block;width:195px;height:25px;}
div.ver_trabajos a:hover {background-position:0 -25px;} 

#portada_trabajos {
    width: 294px;
    height: 289px;
    float: right;
    margin-top:20px;
}

#portada_trabajos div.titol {
    width: 260px;
    height: 50px;
    background-image: url(/res_index/tt_trabajos.png);
    background-repeat: no-repeat;
}

#portada_trabajos div.contingut div.registre {
    margin-right:6px;
    margin-bottom:6px;
    float:left;
    padding: 10px;
    -moz-border-radius: 10px;
    height:90px;
    overflow: hidden;
}

#portada_trabajos div.contingut div.registre:hover {
    background-color: #DDDAC6;     
} 

#portada_trabajos div.contingut div.registre a img {
    border: none;
} 
