@import url(http://fonts.googleapis.com/css?family=Lobster);
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue.eot?v=4.2.0');
    src: url('../fonts/helveticaneue.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/helveticaneue.ttf?v=4.2.0') format('truetype');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
}
* {
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    resize: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-decoration: none;
    
}
/* estilos básicos */
.floatleft {float: left}
.floatright {float: right}
.floatcenter {margin: 0 auto}
.clearleft {clear: left}
.clearright {clear: right}
.clearboth {clear: both}
.hideoverflow {overflow: hidden}
.relative {position: relative;}
.displayblock {display: block}
.inlineblock {display: inline-block}
.valigntop {vertical-align: top!important}
.valignbottom {vertical-align: bottom!important}
.valignmiddle {vertical-align: middle}
.aligncenter {text-align: center}
.alignleft {text-align: left}
.alignright {text-align: right}
.alignjustify {text-align: justify}
.mayus {text-transform: uppercase}
.regular {font-weight: normal}
.bold {font-weight: bold}
.italic {font-style: italic}
.underline {text-decoration: underline}
.tx-white, .th-white:hover {color: white}
.tx-brown, .th-brown:hover {color: #8a2212}
.tx-black, .th-black:hover {color: black}
.f-lobster {font-family: 'Lobster'}
.f-helvetica {font-family: 'Helvetica Neue'}
/* clases básicas */
.boton {
    line-height: 24px;
    padding: 0 20px;
    background-color: #8a2212;
    color: white;
    display: inline-block;
}
.cont960 {
    max-width: 960px;
    margin: 0 auto;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
}
.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#cargando {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    background-image: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed; 
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
.cargando #cargando {
    display: block!important;
}
form input[type='text'], form textarea {
    width: 100%;
    padding: 5px 10px;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
}
form textarea {
    height: 160px;
}
form input[type='button'] {
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
/*  */
html {
    background-image: url('../images/fondo.jpg');
    font-family: 'Helvetica Neue';
}
#idiomas a:first-of-type {
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px;
}
#idiomas a, #idiomas img, #idiomas span {
    display: inline-block;
    vertical-align: middle;
}
header {
    background-position: center bottom;
}
header #header-cont {
    padding-top: 10px;
    background-image: url('../images/redondel.png');
    background-repeat: no-repeat;
    background-position: left top;
}
#menu .n1 {
    width: 127px;
    height: 105px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#menu .n1:hover span {
    background-position: center bottom;
}
#menu .n1 span {
    width: 100%;
    height: 60px;
    padding-top: 45px;
    background-position: center top;
    display: block;
}
#menu #menu1 {
    background-image: url('../images/fondo-menu1.png');
}
#menu #menu2 {
    background-image: url('../images/fondo-menu2.png');
}
#menu #menu3 {
    background-image: url('../images/fondo-menu3.png');
}
#menu #menu4 {
    background-image: url('../images/fondo-menu4.png');
}
#menu #menu5 {
    background-image: url('../images/fondo-menu5.png');
}
/*#menu .n1:hover .submenu {
    display: block;
}*/
#menu .submenu {
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
#menu .submenu .n2 {
    padding: 2px 0;
    border-top: 1px dashed #A7A6A4;
    color: #8a2212;
    display: block;
}
#menu .submenu .n2:hover {
    background-color: #8a2212;
    color: white;
}
footer {
    padding: 30px 0;
}
footer p + p {
    margin-top: 5px;
}
footer a {
    margin: 0 2.5px;
}
@viewport {
    width: device-width;
    zoom: 1;
}
@media all and (min-width: 1100px) {
    header {
        background-size: 100% auto;
    }
}
@media all and (max-width: 1099px) {
    header {
        background-size: 100% 100%;
    }
}
@media all and (min-width: 640px) {
    #idiomas {
        position: absolute;
        top: 5px;
        right: 20px;
    }
    #menu-mini {
        display: none;
    }
}
@media all and (max-width: 639px) {
    header {
        padding-top: 30px;
    }
    #idiomas {
        width: 100%;
        position: absolute;
        top: 5px;
        left: 0;
        text-align: center;
    }
    #menu {
        display: none;
    }
}
/*@media all and (min-width: 960px) {*/
    .tam10 {font-size: 10px}
    .tam11 {font-size: 11px}
    .tam12 {font-size: 12px}
    .tam13 {font-size: 13px}
    .tam14 {font-size: 14px}
    .tam15 {font-size: 15px}
    .tam16 {font-size: 16px}
    .tam18 {font-size: 18px}
    .tam20 {font-size: 20px}
    .tam22 {font-size: 22px}
    .tam24 {font-size: 24px}
    .tam28 {font-size: 28px}
    .tam30 {font-size: 30px}
    .tam36 {font-size: 36px}
    .tam40 {font-size: 40px}
    .tam44 {font-size: 44px}
    .tam48 {font-size: 48px}
    .tam60 {font-size: 60px}
    .tam72 {font-size: 72px}
/*}*/