/*Hoja de estilos CSS*/
@font-face {
    font-family: 'alegreya_sans_scbold';
    src: url(fonts/alegreyasanssc-bold-webfont.woff2) format('woff2'),
         url(fonts/alegreyasanssc-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alegreya_sans_scthin';
    src: url(fonts/alegreyasanssc-bold-webfont.woff) format('woff2'),
         url(fonts/alegreyasanssc-thin-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sans';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans_condensed';
    src: url('opensans-condbold-webfont.eot');
    src: url('opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condbold-webfont.woff2') format('woff2'),
         url('opensans-condbold-webfont.woff') format('woff'),
         url('opensans-condbold-webfont.ttf') format('truetype'),
         url('opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-condlight-webfont.eot');
    src: url('opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condlight-webfont.woff2') format('woff2'),
         url('opensans-condlight-webfont.woff') format('woff'),
         url('opensans-condlight-webfont.ttf') format('truetype'),
         url('opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-italic-webfont.eot');
    src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-italic-webfont.woff2') format('woff2'),
         url('opensans-italic-webfont.woff') format('woff'),
         url('opensans-italic-webfont.ttf') format('truetype'),
         url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@charset "utf-8";


* {
    background:#A0C2B9;
}




#pagina{text-align: center;

margin-top: 15em;}

.button {
    background: #7f8c8d;
    color: #fff;
    display: inline-block;
    font-family: "Open sans condensed";
    font-size: 1em;
    padding: 10px 0px;
    margin-top: 2em;
    width: 20%;
    max-width: 40%; 
    min-width: 40%;
    text-align: center;
    text-decoration: none;
    justify-content: center;
   
}

*{font-family: sans-serif !important;}
img{width: 90%;}

.button2 {
    background: #7f8c8d;
    color: #fff;
    display: inline-block;
    font-family: "Open sans condensed";
    font-size: 1em;
    margin-top: 2em;
    padding: 10px 0px;
    width: 20%;
    max-width: 40%; 
    min-width: 40%;
    text-align: center;
    text-decoration: none;
    justify-content: center;

}

.button:hover {
    background-color: beige;
    color: #7f8c8d;
    
}
.button2:hover {
    background-color: beige;
    color: #7f8c8d;
    
}


@media and screen (min-width: 950px) {
    #pagina {margin-top: 2em;}
}
