/* Estilos concretos para la página de index.php */

/* Novedades */

#novedades {
    padding: 0.5em 1em;
    background-color: #fff;
}
#novedades .titulo {
  font-size: 1.7em;
}

#novedades ul {
    margin: 0;
    padding: 0;
}
#novedades li {
    width: 18.3em;
    margin: 0;
    margin-left: -1px;
    border-right: 1px solid #F17A00;
    border-left: 1px solid #F17A00;
    padding-left: 1em;
    display: inline;
    list-style-type: none;
    float: left;
}
#novedades .primero { border-left: 0 !important; }
#novedades .segundo { width: 17.3em !important; padding-right: 1em; }
#novedades .ultimo { border-right: 0 !important; }
#novedades h2 {
    margin: 0;
    font-size: 1em;
    line-height: 98%;
    font-weight: normal;
}
#novedades h2 a {
    color: #000;
    text-decoration: none;
}
#novedades h2 a:hover {
    text-decoration: underline;
}

/* fin Novedades */

#menusecundario .contenido {
  margin-top: 1em;
}

.fondomenu { background-image: url(../images/comun/bg-fondomenu-index.png); }
.limenusecundario span {
    font-size: 1.6em;
    font-weight: normal;
}
.espacio {
  margin-bottom: 1em;
}

#pie { margin-top: 0 !important; }



