html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Open Sans', sans-serif;
}

.main-container {
    /*display: none;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 741px;

    /*background: url(../img/back01.png) no-repeat;*/

    -webkit-box-shadow:0px 0px 5px #555;
       -moz-box-shadow:0px 0px 5px #555;
            box-shadow:0px 0px 5px #555;
}


.logo {
    position: absolute;
    left: calc(50% - 107px);
    top: 20px;
}

.bandera {
    position: absolute;
    right: 180px;
    top: 0;
}

.logo-GA {
    position: absolute;
    bottom: 140px;
    right: 150px;
}


.click-aqui {
    position: absolute;
    bottom: 70px;
    left: 50px;
}

.click-aqui p {
    font-weight: 300;
}

.click-aqui span {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #967e50;
    color: #fff;
    line-height: 16px;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    left: calc(50% - 44px);
}




.redes {
    position: absolute;
    bottom: 0;
    left: calc(50% - 243px);
    font-weight: 300;
    margin-bottom: 20px;
}

.iconos {
    float: left;
    border-right: 3px solid #967e50;
    margin-right: 26px;
    padding-left: 10px;
}

.iconos a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    padding-right: 23px;
}

.insta a {
    text-decoration: none;
}

.insta a img {
    float: left;
    position: relative;
    padding-right: 15px;
}

.insta a p {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-top: 11px;
    font-size: 14px;
}










.main-container img {
    position: absolute;
    /*top: 46px;*/
}

.main-container2 {
    display: none;
    position: relative;
    /*top: -621px;*/
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 741px;

    /*background: url(../img/back02.png) no-repeat;*/

    -webkit-box-shadow:0px 0px 5px #555;
       -moz-box-shadow:0px 0px 5px #555;
            box-shadow:0px 0px 5px #555;
}




.main-container2 .logo {
    position: absolute;
    left: 30px;
    top: 20px;
}

.main-container2 .logo img {
    width: 82%;
}

.main-container2 .bandera {
    position: absolute;
    right: -20px;
    top: 0;
}

.main-container2 .bandera img {
    width: 80%;
}

.main-container2 .logo-GA {
    position: absolute;
    bottom: 20px;
    right: 20px;
}




.main-container3 {
    display: none;
    position: relative;
    /*top: -621px;*/
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 621px;

    background: url(../img/back02.png) no-repeat;

    -webkit-box-shadow:0px 0px 5px #555;
       -moz-box-shadow:0px 0px 5px #555;
            box-shadow:0px 0px 5px #555;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    background: #000;
    /*border-bottom: 20px solid #FFF;*/
}

.header-container header {
    background: #000;
}

.footer-container,
.main aside {
    border-top: 0px solid #999;
}

.main2 aside {
    border-top: 0px solid #999;
}

.header-container,
.footer-container,
.main aside {
    /*background: #000;*/
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 0px;
    padding: 0 0;

    text-align: center;
    text-decoration: none;

    color: white;
    background: #000000;
}

nav a:hover,
nav a:visited {
    color: #967e50;
}

nav a:hover {
    text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 220px 0px 50px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: #444;
    text-align: center;
    padding: 0px 10% 10px;
}

.main2 aside {
    color: #444;
    text-align: center;
    padding: 0px 10% 10px;
}

.footer-container footer {
    color: white;
    padding: 0px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (min-width: 480px) {*/

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        font-size: 0.75em;
        width: 10%;
        margin: 0 6px;
        padding: 10px 2%;
        margin-bottom: 0;
        font-weight: normal;
    }

    nav li:first-child a {
        margin-left: 425px;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
/*}

@media only screen and (min-width: 768px) {*/

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {

        /*
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
        */
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 1200px;
    }

/* ============
    WIDE: Main
   ============ */

    .click-aqui, .contacto, .home, .yagp, .actividades, .prensa {
        cursor: pointer;
    }

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 80%;
    }

    .main2 aside {
        float: right;
        width: 80%;
    }

    .main aside h1 {
        font-weight: bold;
        line-height: 1.1;
        font-size: 46px;
        margin-bottom: 5px;
        color: #967e50;
        letter-spacing: 0px;
    }

    .main aside h1 span {
        font-weight: 600;
        font-size: 40px;
    }

    .main aside h3 {
        margin-top: 0px;
        font-weight: bold;
        font-size: 20px;
    }

    .main aside h4 {
        margin-top: 0px;
        font-weight: bold;
        font-size: 16px;
    }

    .main aside p {
        font-weight: normal;
        font-size: 28px;
        line-height: 34px;
        width: 850px;
        margin-right: auto;
        margin-left: auto;
    }

    .main2 aside p {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.9;
        width: 850px;
        margin-left: 30px;
        padding-top: 40px;
    }

    .main aside a {
        font-size: 15px;
        color: #967e50;
        text-decoration: none;
    }

    .main aside a:hover {
        text-decoration: none;
    }

    .footer-container ul {
        float: right;
        margin: 0;
        padding: 0;
        padding-right: 0px;
    }

    .footer-container a {
        display: block;
        float: left;
        margin-bottom: 0px;
        margin: 5px 5px;

        text-align: center;
        text-decoration: none;

        color: black;
    }

    .footer-container ul li {
        display: inline;
    }

    .footer-container li:last-child a {
        margin-right: 0;
    }

    .formulario {
        float: left;
        width: 510px;
        height: 510px;
        margin-top: 120px;
        margin-left: 210px;
        /*background-color: red;*/
        border-right: 1px solid #999;
    }

    .formulario p {
        width: 490px;
        text-align: justify;
        font-size: 13px;
        margin-bottom: 60px;
        margin-top: 0px;
        color: #414243;
    }

    .main-container2 aside {
        float: left;
        width: 230px;
        height: 510px;
        margin-top: 120px;
        margin-left: 30px;
        background-color: #ece9e8;
        text-align: center;
        color: #414243;
    }

    .main-container2 aside h3 {
        border-bottom: 1px solid #999;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 4px;
    }

    .main-container2 aside h3, .main-container2 aside p {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6;
    }

    .main-container2 aside p:last-child {
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
        font-size: 10px;
        line-height: 1.6;
    }

    .row_01, .row_02, .row_03, .row_04, .row_05, .row_06 {
        color: #414243;
        font-size: 10px;
        /*font-family: 'DINLight';*/
        /*background-color: #2d507c;*/
        padding-left: 0px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 60px;
        float: left;
    }

    .row_01:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_02:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_03:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_04:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_05:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_06:before {
        float: left;
        padding-right: 4px;
        margin-top: -3px;
        content:url('../img/dot.png');
    }

    .row_01b, .row_02b, .row_03b, .row_04b, .row_05b {
        font-size: 10px;
        margin-right: 230px;
        margin-bottom: 10px;
        float: left;
    }

    .row_06b {
        font-size: 10px;
        float: left;
    }

    .row_01b input, .row_02b input, .row_03b input, .row_04b input, .row_05b input {
        width: 146px;
        height: 26px;
        margin: 0px 0;

        padding-left: 10px;

        border: 1px solid #777;
        outline: none;
        color: #666;
        font-size: 12px;
        /*font-family: 'DINLight';*/
    }

    .row_06b textarea {
        width: 370px;
        height: 126px;
        margin: 0px 0;

        padding-left: 10px;
        padding-top: 5px;

        border: 1px solid #777;
        outline: none;
        color: #666;
        font-size: 12px;

        resize: none;
    }

    .mensaje_textarea:focus {
        outline: none;
    }

    .btn_enviar_encuesta {
        /*position: absolute;*/
        float: right;
        /*top: 420px;
        right: 0px;*/
        cursor: pointer;
        margin-top: 20px;
        margin-right: 17px;
    }

    .btn_enviar_encuesta input {
        color: #414243;
        font-size: 11px;
        /*font-family: 'DINBold';*/
        background-color: white;
        border:none;
        float: left;
        cursor: pointer;
    }

    .btn_enviar_encuesta img {
        float: right;
        margin-top: 1px;
        right: 0px;
    }

    .obligatorios {
       position: absolute;
       top: 633px;
       width: 320px;
    }

    .obligatorios p { 
        width: 320px;
        color: #414243;
        font-size: 12px;
        /*font-family: 'DINLight';*/
    }

    .pie-nombre, .pie-apellido, .pie-email01, .pie-email02, .pie-edad, .pie-escuela, .pie-mensaje, .pie-ok, .pie-error {
        position: absolute;
        top: 523px;
        display: none;
    }

    .pie-nombre p, .pie-apellido p, .pie-email01 p, .pie-email02 p, .pie-edad p, .pie-escuela p, .pie-mensaje p, .pie-ok p, .pie-error p {
        color: #414243;
        font-size: 12px;
        /*font-family: 'DINLight';*/
        width: 320px;
    }
/*}

@media only screen and (min-width: 1140px) {*/

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1200px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
/*}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */





@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}