/* CSS Document */

#top nav ul li#boton1 {
    background: url(../images/btn-inicio-n.png) no-repeat top center;
}

#top nav ul li#boton1:hover {
    background: url(../images/btn-inicio.png) no-repeat top center;
}

#top nav ul li#boton2 {
    background: url(../images/btn-mi_jardin-over.png) no-repeat top center;
}


#quienes {
    width: 1080px;
    height: 420px;
    margin: 576px auto 0 auto;
}

#quienes-info {
    width: 577px;
    height: 315px;
    float: left;
    margin: 64px 0 0 0;
}

#fach {
    margin: 50px 0 0 45px;    
}


#quienes-info h2 {
    color: #80B93F;
    margin: 0;
}

#quienes-info h3 {
    color: #299ED5;
    margin-top: 0;
}

#quienes-info p {
    color: #777777;
}

#quienes-info img {
   float: left;
}

#instalaciones {
    width: 1080px;
    height: 820px;
    margin: auto;
}

#instalaciones h2 {
    color: #80B93F;
    margin: 0;
    text-align: center;
}

#instalaciones h3 {
    color: #299ED5;
    margin-top: 0;
    text-align: center;
}

#caption1 {
    width: 539px;
    height: 356px;  
    float: left;
}

#caption4 {
    width: 539px;
    height: 264px;  
    margin: 3px 0;
    clear: both;
    float: left;
}

#caption2 {
    width: 268px;
    height: 265px;
    margin: 0 2px;
    float: left;
}

#caption5 {
    width: 539px;
    height: 264px;  
    margin: -89px 0 0 2px;
    float: left;
}

#caption6 {
    width: 268px;
    height: 132px;  
    margin: 0;
    clear: both;
    float: left;
}

#caption7 {
    width: 268px;
    height: 132px;  
    margin: 0 3px;
    float: left;
}

.caption8 {
    width: 131px;
    height: 132px;  
    margin: 0;
    float: left;
}

.caption9 {
    width: 131px;
    height: 132px;  
    margin: 0 4px;
    float: left;
}

.caption10 {
    width: 131px;
    height: 132px;  
    margin: 0 0 0 4px;
    float: left;
}

#solicita {
    display: inline-block;
    margin: 30px 35%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-decoration: none;
    color: white;
    background: #299ED5;
    padding: 13px 20px 13px 20px;
    border-radius: 40px;
    transition: background 0.3s ease-in;
}

#solicita:hover {
    background: #2FB5EA;  
}

/* Teamwork */

#teamwork {
    width:100%;
    height: 664px;
    clear: both;
    
    background: url(../images/background-teamwork.jpg) top center no-repeat;
}

#team {
    width: 1080px;
    height: 664px;
    margin: auto;
    color: white;
    
    text-align: center;
}

#team h2 {
    margin: 40px 0 0 0;
    display: inline-block;
}

#team h3 {
    color: #80B93F;
    margin-top: 5px;
}

#izqo, #team ul {
    text-align: left;
    list-style: url(../images/bulletyellow.png);
    width: 300px;
}

#team ul li {
    margin: 3px 0 0 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px; 
}

#team img {
    margin: -455px 0 0 30px;
    float: right; 
}