/* 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;
    background-color: #114f86;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-image: url('../img/fondo_11.jpg');
    font-size: 14px;
}
/* para hacer los dos colores de los resultados de las tablas diferentes */
table tr:nth-child(odd) td{}table tr:nth-child(even) td{}
/* para sacar los errores de espaciado de las tablas en html5 */
table{
    border-collapse: collapse;
    border-spacing: 0;   
}
/* gradient all browser*/
#gradient{  
    height: 100%; 
    margin: 0;  
    padding: 0;   
    background-repeat: no-repeat;  
    background: #1d2d44; /* Old browsers */ 
    background: -moz-linear-gradient(top, #35537a 0%, #1d2d42 100%) fixed no-repeat; /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#1d2d42))fixed; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #35537a 0%,#1d2d42 100%)fixed; /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top, #35537a 0%,#1d2d42 100%)fixed; /* Opera11.10+ */   
    background: -ms-linear-gradient(top, #35537a 0%,#1d2d42 100%); /* IE10+ */  
    background: linear-gradient(top, #35537a 0%,#1d2d42 100%)fixed; /* W3C */
}

.content{
    width: 520px;
    height: 500px;
   
    color:white;
    margin: auto;
     margin-top: 100px;
}

.content h1{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    line-height: 38px;
}

.content p{
    font-size: 13px;
}

.content h2{
    font-size: 14px;
    font-weight: bold;
}

.mailto{
 text-decoration: none;color: white;
 font-size: 14px;
}