main h1, main > h2 {
    clear: both;
    text-align: center;
    font-weight: lighter;
}
main h1 {
    font-size: 2em;
    padding: 2em auto 0 auto;
}
section.proyectos {
    width: 100%;
    max-width: 1200px !important; 
    margin: 0 auto !important; 
}
section.proyectos {
    width: 100%;
    max-width: 1200px !important; 
    margin: 0 auto !important; 
}
section.proyectos article {
    text-align: left;
    padding: 0.5em;
}
section.proyectos article p {
    font-family: Roboto, "Open sans", Arial, sans-serif;
    font-size: 0.9em;
    line-height: 170%;
    padding: 0.5em;
}
section.proyectos article h2 {
    font-size: 2em !important;
    padding: 0.5em 0 !important;
    margin: 0;
    font-size: 1.7em;
    text-align: left;
}
article img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto 1em auto;
    text-align: center;
}
.enlacetour {
    font-size: 1.5em;
    color: #00a1af;
    font-weight: bold;
}

 .enlacetour{
    text-align: center;
    padding: 0.5em;
    border-radius: 0.5em;
    border: solid 2px #fff;
        -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
        -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
        -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
        -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

 .enlacetour:hover, .enlace tour:active {
    background-color: #00303c;
    color: white;
    border: solid 2px #888;
}
/*slider de fotos*/
.carousel img {
  width: 100%;
}
.carousel-indicators {
    margin: 30px;
}
.carousel-caption {
    bottom: 30px;
}
