/* General Demo Style */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}


/* Reset */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #C22F27;
}

a {
    color: #f0f0f0;
    text-decoration: none;
}

a:hover {
    color: #C22F27;
}

.container>header {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
}

.container>header {}

.container>header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0;
    float: left;
    font-weight: 400;
}

.container>header span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}

.container>header nav {
    float: right;
}

.container>header nav a {
    display: block;
    float: left;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin: 0 0.1em;
    border: 4px solid #47a3da;
    text-indent: -8000px;
}

.container>header nav a:after {
    content: attr(data-info);
    color: #C22F27;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.container>header nav a:hover:after {
    opacity: 1;
}

.container>header nav a:hover {
    background: #C22F27;
}

.icon-drop:before,
.icon-arrow-left:before {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: #C22F27;
    -webkit-font-smoothing: antialiased;
    text-indent: 8000px;
    padding-left: 8px;
}

.container>header nav a:hover:before {
    color: #fff;
}

.icon-drop:before {
    content: "\e000";
}

.icon-arrow-left:before {
    content: "\f060";
}


/* Style all font awesome icons */

.fa {
    font-size: 10px;
}


/* Add a hover effect if you want */

.fa:hover {
    opacity: 0.7;
}


/* Set a specific color for each brand */


/* Facebook */

.fa-facebook {
    color: white;
}


/* Twitter */

.fa-twitter {
    color: white;
}

.fa-search {
    color: #C22F27 !important;
    font-size: 20px !important;
}


/*buscador overlay*/

.campo-buscar {
    border: 0px solid #000;
    padding: 5px;
    margin: 3px 5px;
    background-color: #ffffff;
    width: 150px;
    font-style: italic;
}

.buscador {
    margin: 8px 5px;
}

.buscar {
    border: 1px solid #C22F27;
    padding: 5px;
    margin: 5px;
    top: 0px;
    left: -86px;
}

.boton1 {
    margin: 1px 0;
    font-size: 14pt;
    padding: 0 5px;
    min-width: 124px;
    height: 52px;
    color: #fff;
    background-color: #C22F27;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.input1 {
    margin: 1px 0;
    color: #C22F27;
    font-size: 14pt;
    padding: 2px 10px;
    height: 50px;
    width: 54%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

td.con_publi.menu__33.id_publi_79 {
    background-color: #282c2d;
}

table#id_menu_270 {
    background-color: #fff;
}


/* fin buscador */

.box1 {
    font-size: 12px;
    padding-right: 30px;
    color: #999999;
}

.myNavs {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.myNavs.overlay {
    height: 0%;
    width: 100%;
    z-index: 100;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: hidden;
    transition: 0.5s;
    position: fixed;
}

.myNavs .overlay-content {
    position: relative;
    top: 25%;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.myNavs.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.myNavs.overlay a:hover,
.myNavs.overlay a:focus {
    color: #f1f1f1;
}

.myNavs.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 9999;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .myNavs.overlay {
        overflow-y: auto;
    }
    .myNavs.overlay a {
        font-size: 20px
    }
    .myNavs.overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        color: #fff;
    }
}