/*ACCESO CLIENTES*/
#accesoclientes{
   width:180px;
   height:120px;
   background:#f3fcfc;
   border:3px solid #bfe1e3;
   margin:8px 0 0 0;
   padding:2px 7px 0 7px;
   float: left;
}
#accesoclientes h2{
   width:183px;
   height:50px;
   text-indent:-10000px;
   background:url(../img/accesoclientes.jpg) no-repeat 0 0;
}
#btnentrar {      
   clear:both;
   color:#00393A;
   cursor:pointer;
   float:left;
   height:30px;
   margin:20px 0 0 42px;
   width:90px;
}
/*ULTIMAS NOVEDADES*/
#ultimasnovedades{
   width:200px;
   overflow:hidden;
   margin: 0 0 20px 0;
}
#ultimasnovedades h2{
   width:200px;
   height:35px;
   text-indent:-10000px;
   background:url(../img/ultimasnovedades.jpg) no-repeat 0 0;
   margin-bottom:20px;
}
#ultimasnovedades ul{
   width:200px;
   overflow:hidden;
}
#ultimasnovedades ul li{
   margin-bottom:10px;
   display:block;
   overflow:hidden;
}
#ultimasnovedades ul li div.fecha{
   width:30px;
   overflow:hidden;
   float:left;
   font-size:0.8em;
   color:#d64c1f;
   text-align:center;
   line-height: 1em;
   padding-top:3px;
}
#ultimasnovedades ul li div.texto{
   width:164px;
   overflow:hidden;
   float:left;
   margin:0 0 0 6px; padding:0;
   font-size:0.9em;
}
#ultimasnovedades ul li div.texto a{
   margin:0; padding:0;
   text-decoration:none;
   color:#999;
}
#ultimasnovedades ul li div.texto a:hover{text-decoration:underline; }

/*PROYECTO DESTACADO*/
#proyectodestacado{
   width:200px;
   overflow:hidden;
   margin: 0 0 20px 0;
}
#proyectodestacado h2{
   width:200px;
   height:35px;
   text-indent:-10000px;
   background:url(../img/proyectodestacado.jpg) no-repeat 0 0;
   margin-bottom:20px;
}
#proyectodestacado ul{
   width:200px;
   overflow:hidden;
}
#proyectodestacado ul li{
   margin-bottom:10px;
   display:block;
   overflow:hidden;
}
#proyectodestacado ul li p.desc{
   font-size:0.8em;
   text-align:justify;
}
#proyectodestacado ul li p.titulo{
  font-size:1.1em;
  line-height:1em;
  margin: 0 0 5px 0;
}
#proyectodestacado ul li p.titulo a{
   font-weight:normal;
   margin: 0; padding:0;
   text-decoration:none;
   color:#666;   
}
#proyectodestacado ul li p.titulo a:hover{text-decoration:underline; }
