/* ESTILOS PARTE PUBLICA */

a:link{color:#111111;text-decoration:none}
a:visited{color:#111111;text-decoration:none}
a:active{color:#111111;text-decoration:none}
a:hover{color:#111111;text-decoration:none}

html,body{
    padding: 0px;
    margin: 0px;
    font: normal 0.9em 'trebuchet ms', sans-serif;
    color:#000000;
    text-align:center;
    background:#f4f2e2 url('../images/bg_web.jpg') repeat-x  top;    
}
#container{  /* DIV CON TODA LA WEB */
    width:950px;
    height:100%;
    margin:auto;    
}
#cabecera{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 25px 0px;
    width: 950px;
    text-align:center;   
}
#idiomas{
  height: 20px;
    width: 950px;
   padding: 0px 0px 0px 0px;
    text-align:right;
  color: #ffffff;  
  
}
.idiomas{
  font: bold 1.1em  'trebuchet ms', sans-serif;
  text-align: right;
  letter-spacing: 0em;
}
#idiomas a:link{  color: #f0f0f0;}
#idiomas a:visited,#idiomas a:active,#idiomas a:hover{
color: #ffffff;
}

/* PIE DE PAGINA */
#pie{
  clear:left;
  padding: 20px 10px 0px 0px;
  text-align:right;

}

/* FILTRO DE BUSQUEDA */
#buscador{
    float:right;
    text-align:right;
    width:100%;
    background:#ff0000;
}
.buscador form{
    margin:0px;
    padding:2px;
}
.buscador input{
    border-style : solid;
    border-width: 1px;
    border-color:#CCCCCC;
    font-size:1em;
}

/* CONTENIDO */

#contenido{     /* DIV con todo el contenido*/
    overflow:hidden;
    float:left;
    width:740px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
   
}




/* FICHA DE CONTENIDOS SECCION/PAGINA*/

#ficha{        /* DIV con la zona de contenidos*/
    clear:left;
    float:left;
    width:720px;
    padding: 10px 0px 0px 20px;
   
}






