/* 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;
    font-size: 13px;
    color:#5b5b5b;
}
/* 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: #1b3747; /* Old browsers */ 
    background: -moz-linear-gradient(top, #1b3747 0%, #107091 100%) fixed no-repeat; /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b3747), color-stop(100%,#107091))fixed; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b3747 0%,#107091 100%)fixed; /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top, #1b3747 0%,#107091 100%)fixed; /* Opera11.10+ */   
    background: -ms-linear-gradient(top, #1b3747 0%,#107091 100%); /* IE10+ */  
    background: linear-gradient(top, #1b3747 0%,#107091 100%)fixed; /* W3C */
}

.hederContent{
    width: 100%;
    height: 492px;
    background-image: url('../img/fondo_12.jpg');
}

.abajo{
    width: 100%;
    height: 350px;
    background-color: white;
}

.abajo p{
    width: 40%;
    margin: 0;
    padding: 0;
    margin: auto;
    font-size: 13px;
    color:#5b5b5b;
    padding-top: 55px;
}

.hederContent h1{
    padding: 0;
    padding-top: 105px;
    color:#14dbff;
    font-size: 40px;
    text-transform: uppercase;
    
}

.hederContent h2{
    padding-top: 0;
    margin: 0;
    color:white;
      font-size: 26px;
}

.mailto{
    text-decoration: none;
    color:#5b5b5b;
    padding-left: 15px;
    padding-right: 15px;
}