/* css style flor rastas para Base web *//* internet explorer border fix */
a img {    
    border: none;
}
img {     
    border: none;
}
a {     
    border: none;
    text-decoration: none;
}
body{  
    margin: 0;  
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #192f42;
    background-image: url("../img/fondo_01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}


h1{
    color:#df7819;
    font-weight: lighter;
    font-size: 40px;
    line-height: 38px;
}

.descripcion{
    font-size: 13px;
    color:white;
    
}

.content{
    margin: auto;
    width: 530px;
    margin-top:150px;
}

.footer{
    margin-top: 200px;
    height: 150px;
    background-color: #da7410;
    width: 100%;
}

.footer p{
    font-size: 12px;
    padding-top: 10px;
    font-weight: 500;
}

.email img{
    margin-top: 35px;
}

.mailto{
    text-decoration: none;
    color:white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
}