/*@font-face{
    font-family:pier-regular;
    src:url(../files/fonts/pier-regular.eot);
    src:url(../files/fonts/pier-regular.eot?#iefix) format("embedded-opentype"),url(../files/fonts/pier-regular.woff2) format("woff2"),url(../files/fonts/pier-regular.woff) format("woff"),url(../files/fonts/pier-regular.ttf) format("truetype"),url(../files/fonts/pier-regular.svg#pier-regular) format("svg");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:pier-bold;
    src:url(../files/fonts/pier-bold.eot);
    src:url(../files/fonts/pier-bold.eot?#iefix) format("embedded-opentype"),url(../files/fonts/pier-bold.woff2) format("woff2"),url(../files/fonts/pier-bold.woff) format("woff"),url(../files/fonts/pier-bold.ttf) format("truetype"),url(../files/fonts/pier-bold.svg#pier-bold) format("svg");
    font-weight:400;
    font-style:normal;
}*/
html, body{
	margin:0;
	padding:0;
}

body{
    background-color:#fff;
    overflow:auto;
    color:#000;
    font-size:19px;
    font-family: Helvetica, Arial, sans-serif;
    background-image: url("../img/fondo.jpg");
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
}

.titulo{
    /*font-family: pier-regular,Georgia,Times,"Times New Roman";*/
    font-family: 'Ropa Sans', sans-serif;
}

#contenedor{
    width:66.25%;
    max-width:1060px;
    background-color: rgba(255,255,255,0.7);
    padding-top:60px;
    padding-bottom:60px;
    margin:0 auto;
    margin-top:80px;
    margin-bottom: 80px;
    overflow: auto;
}

#contenedor_interior{
    width: 87.075471%;
    margin:0 auto;
    height:100%;
    overflow:auto;
}

#cabecera{
    position:relative;
    margin:0 auto;
    max-width:100%;
    display: block;
    margin-bottom:45px;
}

.columna{
    width:48.970747%;
}

.columna1{
    float:left;

}

.columna2{
    float:right;
    background-color:#dbdbdb;
    padding:55px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

ul{
    list-style-image: url('../img/punto.png');
    padding-left: 20px;
}

li{
    margin: 20px 0;
    padding-left: 10px;
}

h1{
    color: #000;
    font-size: 2.1em;
    text-align:center;
    margin:0;
    padding:0;
    margin-bottom:30px;
}

h1 span{
    color: #f18904;
    font-size: 1.5em;
}

h2{
    color: #000;
    font-size: 1.8em;
    text-align:center;
    margin:0;
    padding:0;
    margin-bottom:10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 50px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#texto2{
    text-align: center;
    font-size: 1.4em;
    width: 85%;
    margin: 40px auto 0 auto;
}

#texto2 strong{
    color: #f18904;
}

#texto2 img{
    margin: 0 3px;
}

.fs-fields input:invalid, #fechasHijos input:invalid {
    box-shadow: none;
}

input[type="checkbox"]{
    padding:0 !important;
    width:auto !important;
    border-radius:0 !important;
    display: inline;
}

input {
    display: block;
    margin: 35px 0 0 0;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    text-overflow: ellipsis;
    font-size: 0.8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 16px;
}

#enviar{
    background-color: #f18904;
    color:#fff;
    cursor: pointer;
}

select{
    height:50px;
    width: 100%;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8em;
    border: none;
    margin: 35px 0 0 0;
    -webkit-appearance: menulist-button;
    text-indent:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#acepto{
    font-size: 0.7em;
    margin-left: 10px;
}

#acepto a{
    color: #000;
}

#flecha{
    display:block;
    margin: 0 auto;
}

#pie{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

#pie1{
    width:47%;
    float:left;
}

#pie2{
    width:47%;
    float:right;
}

@media screen and (max-width: 1300px) {  
    #contenedor{
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    body{
        font-size:16px;
    }
    #columna2{
        padding:25px;
    }
}

@media screen and (max-width: 800px) {
    #cabecera{
        margin-bottom: 35px;
    }
    #columna1{
        float:none;
    }
    #columna2{
        float:none;
        margin-top: 20px;
    }
    .columna{
        width:100%;
    }
    #pie1{
        width:100%;
        float:none;
    }

    #pie2{
        width:100%;
        float:none;
        margin-top:40px;
    }
}

@media screen and (max-width: 500px) {
    #contenedor{
        padding-top: 35px;
        margin-top: 40px;
    }
}