*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background: #fff;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 62.5%;
}

.menu_bar{
    display: none;
}

header{
    background-color: #fff;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9000;
}

header nav{
    max-width: 100%;
    position: fixed;
    z-index: 9000;
    top: 90px;
    text-align: center;
    height: 50px;
    left: 25%;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    max-width: 90%;
    display: inline-block;
    position: relative;
    padding: 9px;
}

header nav ul li a{
    color: #000000;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 19px;
    font-weight: bolder;
    display: block;
    text-decoration: none;
    margin-left: 10px;
    padding: 5px;
}

header nav ul li a:hover{
    background: #000000;
    color: #fff;
    font-weight: bolder;
}

.logo{
    float: right;
}

header .logo img{
    width: 100%;
    height: auto;
}

.rrss{
    position: relative;
    float: left;
    left: 2%;
}

.rrss .face, .tw, .insta{
    max-width: 40px;
}

ul{
    list-style-type: none;
}

.main{
    max-width: 100%;
    position: relative;
    top: 230px;
    background-color: #eeeeee;
}

h1{
    max-width: 100%;
    text-align: center;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 24px;
    color: #000000;
    position: relative;
    top: 50px;
}

.main table{
    max-width: 90%;
    position: relative;
    top: 80px;
    margin: auto;
}

.main table td{
    vertical-align: top;
}

.main table .texto{
    padding: 20px;
    max-width: 100%;
    vertical-align: middle;
}

.main table .texto, .contacto p{
    max-width: 100%;
    font-family: Arial;
    font-size: 19px;
    line-height: 1.5em;
    margin-top: 20px;
}

.main table .contacto{
    padding: 20px;
    max-width: 500px;
    vertical-align: middle;
}

.main table .foto, .mapa{
    padding: 20px;
    position: relative;
    top: 60px;
    text-align: center;
}

.main table .foto img{
    max-width: 100%;
}

iframe{
    max-width: 100%;
}

.espacio{
    max-width: 100%;
    height: 500px;
    background-color: #eeeeee;
}

.subir{
    display: none;
    padding: 20px;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    color: #000000;
    z-index: 10000;
}

.politicaCookies{
    position: relative;
    top: 100px;
    left: 29%;
}

.politicaCookies p{
    max-width: 90%;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 17px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 5%;
}

/* Cookies */

#overbox3 {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
    display: block;
}
#infobox3 {
    max-width: 100%;
    margin: auto;
    position: relative;
    top: 0px;
    min-height: 50px;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:25px;
    font-size:12px;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}









/* Responsive */

@media only screen and (max-width: 825px){
    body{
        padding-top: 80px;
    }

    .rrss{
        position: fixed;
        top: 40%;
    }

    header nav{
        position: fixed;
        top: 80px;
        margin: 0;
        width: 80%;
        height: auto;  
        left: -100%; 
        overflow: hidden;
        background-color: #000;
    } 

    header nav ul li{
        display: block;
        max-width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.5);
        left: 0%;
    }  

    header nav ul li a{
        display: block;
        color: #fff;
        margin-left: -5px;
        padding: 11px;
    }

    header nav ul li a:hover{
        background-color: #fff;
        color: #000;
    }

    .menu_bar{
        position: fixed;
        display: block;
        width: 100%;
        top: 0px;
        left: 0;
        background: #000;
        z-index: 1000;
    }

    .menu_bar .bt-menu{
        display: block;
        padding: 20px;
        background: #000;
        color: #fff;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        font-size: 25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .menu_bar span{
        float: right;
        font-size: 40px;
    }

    .main td{
        display: block;
        max-width: 100%;
    }
}







@media only screen and (max-width: 420px){
    h1{
        font-size: 18px;
    }

    .subir{
        bottom: 75px;
    }

    iframe{
        max-width: 75%;
        height: auto;
    }
}