/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 29, 2016 */
@font-face {
    font-family: 'jurademibold';
    src: url('fonts/jura-demibold-webfont.woff2') format('woff2'),
         url('fonts/jura-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'juralight';
    src: url('fonts/jura-light-webfont.woff2') format('woff2'),
         url('fonts/jura-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'juramedium';
    src: url('fonts/jura-medium-webfont.woff2') format('woff2'),
         url('fonts/jura-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jurabook';
    src: url('fonts/jura-regular-webfont.woff2') format('woff2'),
         url('fonts/jura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:0px;
    padding: 0px;
    background-color: #ffffff;
}

h2{
    padding: 0px;
    margin: 0px;
}

.idioma_rojo{
    color:#e30613;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 14px;
    text-decoration: none;
}

.idioma_normal{
    color:#706f6f;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 14px;
    text-decoration: none;
}
.menu{
    color:#000000;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 21px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;

    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.menu:hover{
    color:#be0200;
}

.menu_over{
    color:#000000;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 21px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;

   
    color:#be0200;
}

.menumobil{
    color:#fff;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 32px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menumobil:hover{
    color:#be0200;
    text-decoration: underline;
}

.menumobil_over{
    font-family: 'juramedium',Arial,Verdana;
    font-size: 32px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    color:#be0200;
    text-decoration: underline;
}

.menu_nada{
     color:#000000;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 21px;
    text-decoration: none;
}

.titulos{
    color:#000000;
    font-family: 'jurademibold',Arial,Verdana;
    font-size: 24px;
    text-decoration: none;
}

.titulos_blanco{
    color:#ffffff;
    font-family: 'jurademibold',Arial,Verdana;
    font-size: 50px;
    text-decoration: none;
     text-shadow: 1px 1px #000000;
}

.contenido{
    color:#000000;
    font-family: Arial,Verdana;
    font-size: 18px;
    text-decoration: none;
}

.contenido_titulos{
    color:#000000;
    font-family: 'jurademibold',Arial,Verdana;
    font-size: 24px;
    text-decoration: none;
}
.abajo{
    color:#575756;
     font-family: Arial,Verdana;
    font-size: 12px;
    text-decoration: none;
}

.abajo_titulo{
    color:#ffffff;
    font-family: 'jurademibold',Arial,Verdana;
    font-size: 21px;
    text-decoration: none;
}

.contenido_abajo{
    color:#ffffff;
     font-family: Arial,Verdana;
    font-size: 14px;
    text-decoration: none;
}

.boton_subcat{
    color:#000000;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    display: inline-block;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.boton_subcat:hover{
    color:#be0200;
}

.boton_subcat_over{
    
    color:#be0200;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    display: inline-block;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.boton_negro{
    
    color:#ffffff;
    background-color: #000000;
    font-family: 'juramedium',Arial,Verdana;
    font-size: 16px;
    text-decoration: none;
    padding:5px 20px 5px 20px;

    display: inline-block;
 
}

.cajas_gris{
    background-color:#ffffff;
    border:0px solid;
    color:#000000;
    font-family:Arial,Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:400;
    font-size:16px;
    text-decoration:none;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:0px;
    width:100%;
}

.boton_enviar{
    color:#ffffff;
    cursor:pointer;
    display:inline;
    position:relative;
    float:left;
    text-align:center;
    background-color:#000000;
    padding:5px 9px 5px 9px;
    font-family:Arial,Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
   
    border:0px;
}
