/*reset css*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*fin reset css*/
body {
    font-family: 'Oswald', serif;
    background-color: #fff;
    background-image: url(../img/fondo.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;

}

#main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: 'Oswald', sans-serif;

}

#redes {
    position: absolute;
    top: 60px;
    left: 45px;
    z-index: 10;
    width: 300px;
}

img.redes {
    display: inline;
}

.redes {
    width: 35px;
}

#logo {
    position: absolute;
    width: 100%;
    top: 30px;
    margin: 0px auto;
    text-align: center;
    z-index: 1;
}

.logo {
    width: 320px;
}

#idiomas {
    position: absolute;
    top: 70px;
    right: 45px;
    color: #000;
    z-index: 25;
}

#idiomas a {
    color: #ba8333;
    text-decoration: none;
}

#idiomas a.active {
    color: #fff;
    text-decoration: underline;
}

#frase-izq {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 250px;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

#frase-izq a {
    color: #fff;

}

.boton {
    margin-top: 35px;
}

.boton a {
    color: #fff;
    background-color: #ba8333;
    padding: 10px 30px;
    font-size: 18px;
    text-decoration: none;
}

.boton a:hover {
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    font-size: 18px;
    text-decoration: none;
}



.titgrande {
    font-size: 30px;

}

.titpetit {
    font-size: 18px;


}

.espacio {
    height: 200px;
    display: block;
}

#email {
    width: 100%;
    background-color: #000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
}

#email .texto {
    padding: 20px;
}

#email a {
    color: #fff;
    text-decoration: underline;
}

/* Escritorio extra grande */
@media only screen and (min-width: 1200px) {}

/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {}

/* Teléfonos */
@media only screen and (max-width: 575px) {
    #logo {
        position: absolute;
        width: 100%;
        top: 150px;
        margin: 0px auto;
        text-align: center;
        z-index: 1;
    }

    #main {
        width: 100%;
        height: auto;
        font-family: 'Oswald', sans-serif;

    }

    .espacio {
        height: 200px !important;
    }

    #frase-izq {
        width: 100%;
        position: absolute;
        text-align: center;
        color: #fff;
        top: 350px;
        font-size: 18px;
    }

    #email {
        width: 100%;
        background-color: #000;
        position: fixed;
        bottom: 0px;
        left: 0px;

        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        font-weight: 200;
    }

    #email .texto {
        padding: 20px;
    }

}


.txtbonos {
    background-color: black;
    color: #fff;
    margin-top: 25px;
    padding: 35px;
    width: 30%;
    margin: 0px auto;
    line-height: 24px;


}

.txtbonos a {
    color: #fff;
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {}

/* Teléfonos */
@media only screen and (max-width: 575px) {}