/*  Juanjo: Desarrollo */

ul.l10n_lang_list {
  display: inline;
}

ul.l10n_lang_list li {
  display: inline;
}

ul.l10n_lang_list li, ul.l10n_lang_list li a {
  color:#F9EB11;
  font-weight: normal;
}

/* boton */

.replaced a {
font-size: 1.625em;
line-height: 1.625em;
font-family: Arial, Helvetica, Verdana, sans-serif; 
font-weight: normal;                    
display:block;
text-align: center;
width:180px;
height:80px /* aqui esta el truco */
text-indent:-9999px;
background:url(../img/down_03.gif) top left no-repeat;
}

.replaced a:hover {
background-position:0 -45px;/* con esto cambiamos la porcion de imagen que se muestra */
}

.titulo_col_drcha h2 a:active,
.titulo_col_drcha h2 a:visited {
  color: #999;
}

.navegacion {
  text-align: center;
}

.navegacion li {
  display: inline;
  list-style: none;
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial;
  font-size: 80%;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px;
}

.navegacion li a, .navegacion li a:hover {
  color: #666666;
  vertical-align: top;
}

.articulo input, .articulo textarea {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 1em;
}

.articulo .zemSubmit {
  background-color: #ccc;
  border: 1px solid #999;
}