body{
    background: white url("images/backfeatured.gif");
    font-family: 'Open Sans', sans-serif;
}
a{
    color:#21b087;
}
img{
    max-width:100%;
    height:auto;
}
#preheader a{
    display:inline-block;
    background-color:#333;
    color:white;
    text-transform: uppercase;
    padding:10px;
    margin:0 0 0 5px;
}
#preheader a:hover{
    text-decoration: none;
    background-color:#666;
}
.container{
    padding:2em;
    background-color:white;
    max-width:1170px;
    margin:2em auto;
}
.content{
    margin: 1em 0 1em 2em;
}
.bigimage{
    text-align:center;
    margin-bottom:2em;
}
.litleimages{
    margin-bottom:2em;    
}
.litleimages > div {
    text-align:center;
}
.fancybox{
    display:block;
    background-color:#333;
}
.fancybox img{
    opacity:0.8;
}
.solicitud{
    border:2px solid #efefef;
    padding:3em;
    margin:2em;
}
h2{
    margin-top:0;
    margin-bottom:20px;
    font-size:24px;
    font-weight:700;
    color:#4a4949;
    margin-bottom:30px;
}
label{
    font-weight:300;
}
.btn-default {
    background-color: #21b087;
    border-color: #21b087;
    color: white;
}
.btn {
    width:100%;
    text-transform: uppercase;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
}
.btn:hover{
    background-color: #333;
    border-color: #333;
    color: white;
}
.checkbox{
    margin-top:30px;
}
.checkbox label{
    font-size:12px;
}
.g-recaptcha{
    margin-bottom:10px;
}

@media only screen and (max-width: 970px) {
    .content{
        margin-left:0;
    }
}
@media only screen and (max-width: 460px) {
    .solicitud{
        margin-left:0;
        margin-right:0;
    }
}