
/*estilos de duende*/
@font-face {
    font-family: 'corbelregular';
    src: url('../fonts/corbel-webfont.eot');
    src: url('../fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbel-webfont.woff') format('woff'),
         url('../fonts/corbel-webfont.ttf') format('truetype'),
         url('../fonts/corbel-webfont.svg#corbelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.top-bar {
    background-image: url(../img/bg-nav.png);
    background-repeat: repeat-x;
    background-color: #fff;
    min-height: 47px
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 11px;
    line-height: 45px;
    background-image: url(../img/bg-nav.png);
    background-repeat: repeat-x;
    background-color: #fff;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 11px;
    line-height: 45px;
    background-image: url(../img/bg-nav.png);
    background-repeat: repeat-x;
    background-color: #fff;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #74716C;
    padding: 12px 0px 12px 15px;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
}
.row{
	max-width: 900px
}
#fondo-orbit {
    background: none repeat scroll 0% 0% #4B4841;
    padding: 0px 0px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0% 0% #B1AC9E;
}
.active{
    color: #000;
    font-weight: bold
}
/*estilo para el nav lateral*/
.side-nav li a:not(.button) {
    display: block;
    color: #000;
    margin: 0px;
    padding: 0.4rem 0.4rem 0rem;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button) {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.024);
    color: #74716C;
}
.side-nav li.active > a:first-child:not(.button) {
    color: #000;
    font-weight: bold;
    
}
/*estilos de parrafos*/
.servicios{
    font-family: 'corbelregular'; 
    padding: 0rem 1rem; 
    font-size: 0.9rem; 
    line-height: 1.2rem
}
/*estilos para los link del footer*/
.footer a {
    color: #000;
    text-decoration: none;
    line-height: inherit;
}
.footer a:hover{
    text-decoration: underline;
    color: #39531B;
}
/*estilo para el submenu jardines*/
.largo {
    padding-bottom: 28rem
}


@media only screen and (max-width: 40em){
 .largo {
    padding-bottom: 2rem
}   
}
