@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #36342E;
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 5px;
}

hr {
    border: 0;
    border-top: 1px solid #E1E1E1;
}

body {
    background: #F9F9F9 url(../img/bg.jpg);
    color: #595131;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
}

.content {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}


/*Header*/

header {
    border-top: 3px solid #F05858;
}


/*Menu Site*/

#menu-site {
    overflow: hidden;
}

#menu-site ul {
    float: right;
    height: 40px;
}

#menu-site li {
    display: inline-block;
    margin-bottom: 0;
}

#menu-site li a {
    border-right: 1px solid #DDD;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
}

#menu-site li a.hm {
    background: url(../img/ic-redes.png);
    border-left: 1px solid #DDD;
}

#menu-site li a.fc {
    background: url(../img/ic-redes.png) -40px 0;
}

#menu-site li a.tw {
    background: url(../img/ic-redes.png) -80px 0;
}

#menu-site li a.hm:hover {
    background: #F05858 url(../img/ic-redes.png) 0 -40px;
    border-left: 1px solid #DDD;
}

#menu-site li a.fc:hover {
    background: #F05858 url(../img/ic-redes.png) -40px -40px;
}

#menu-site li a.tw:hover {
    background: #F05858 url(../img/ic-redes.png) -80px -40px;
}


/*-LOGO REDES SOCIALES-*/

#logo-menu {
    background: url(../img/bg-logo-menu.png);
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

#logo-menu .content {
    border-right: 1px solid #DDD;
}

#logo,
nav {
    display: inline-block;
    vertical-align: middle;
}

#logo {
    width: 410px;
}


/*Menu*/

nav {
    width: 570px;
}

nav a span {
    font-style: italic;
    font-size: 12px;
}

#menu {
    display: table;
    max-width: 570px;
    width: 100%;
}

#menu ul.level1 {
    display: table-row;
}

#menu ul.level1>li {
    display: table-cell;
    max-height: 75px;
    font-size: 14px;
}

#menu ul.level1>li.lastbotton {
    border-right: none !important;
}

#menu ul.level1 li a {
    border-left: 1px solid #DDD;
    color: #333;
    display: block;
    padding: 23px 15px;
    white-space: normal;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}

#menu ul.level1 li a:hover {
    background: #FFF;
    color: #F05858;
}

#menu ul.level1 li {
    position: relative;
}

#menu ul.level1 li ul {
    background: #FFF;
    border-top: 3px solid #F05858;
    display: none;
    position: absolute;
    min-width: 200px;
}

#menu ul.level1 li:hover>ul {
    display: block;
    z-index: 1000000;
    font-size: 11px;
}

#menu ul.level1 li ul li ul {
    right: -210px;
    top: -5px !important;
}

#menu ul.level1 li ul li a {
    border-left: 0;
    border-bottom: 1px solid #DDD;
    padding: 15px 10px;
}

#menu ul.level1 li ul li a:hover {
    background: #F05858;
    color: #FFF;
}

#menu ul.level1 li.sub:hover,
#menu ul.level1 li.sub1:hover,
#menu ul.level1 li.sub2:hover {
    color: #0D8DC3 !important;
}

#menu ul.level1 li.sub:hover a.drop {
    color: #0D8DC3 !important;
}

#menu ul.level1 li.sub:hover ul li.sub a,
#menu ul.level1 li.sub1:hover a.drop,
#menu ul.level1 li.sub2:hover a.drop {
    color: #FFF !important;
}

#menu ul.level1 li.sub:hover ul li.sub1 a {
    color: #FFF !important;
}

#menu .sub:hover .sub a {
    color: #FFF !important;
}

#menu ul.level1 li.sub ul ul {
    right: -250px;
    position: absolute;
}

#menu ul.level1 li.sub ul li a {
    color: #FFF !important;
    text-align: left !important;
    font-weight: normal !important;
    border-bottom: 1px dotted #CCC;
    padding: 10px !important;
}

#menu ul.level1 li.sub1 ul li a {
    color: #FFF !important;
    text-align: left !important;
    font-weight: normal !important;
    border-bottom: 1px dotted #CCC;
    padding: 10px !important;
}

#menu ul.level1 li.sub2 ul li a {
    color: #FFF !important;
    text-align: left !important;
    font-weight: normal !important;
    border-bottom: 1px dotted #CCC;
    padding: 10px !important;
}

#menu ul.level1 li.sub1 ul {
    width: 480px !important;
    overflow: hidden;
    right: -480px !important;
}

#menu ul.level1 li.sub1 ul li {
    width: 50%;
    float: left;
    display: inline;
}

#menu ul.level1 li.sub2 ul {
    width: 500px !important;
    overflow: hidden;
}

#menu ul.level1 li.sub2 ul li {
    width: 33%;
    float: left;
    display: inline;
}


/*Slide Show*/

.bx-wrapper {
    position: relative;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none;
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 50%;
    left: 0;
    margin: auto;
    max-width: 980px;
    right: 0;
    width: 100%;
}

.bx-wrapper .bx-caption span {
    background: #666\9;
    background: rgba(70, 70, 70, 0.75);
    color: #FFF;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    padding: 10px;
    width: 300px;
}


/*body*/

#body #content-p {
    overflow: hidden;
}

#body #content-p ul {
    margin-left: 30px;
}

#body #content-p ul li {
    list-style: url(../img/arrow.png);
    margin-bottom: 2px;
}

#list-pages .item {
    background: #FFF;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 310px;
}

#list-pages .item a {
    background: #FCFBF8;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

#list-pages .item a h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

#list-pages .item a hr {
    width: 80%;
    margin: 0 auto 5px;
    text-align: center;
}


/*#list-pages .item a:hover{background:#E98825; color:#FFF;}*/

#list-pages .item a img {
    border-bottom: 3px solid #F05858;
}

#menu-page,
.content-right {
    display: inline-block;
    vertical-align: top;
}

#menu-page {
    width: 270px;
    margin-top: 20px;
    margin-right: 30px;
}

#menu-page li a {
    background: url(../img/arrow.png) 5px center no-repeat;
    border-bottom: 1px dashed #DDD;
    display: block;
    padding: 7px 7px 7px 20px;
}

#menu-page li a:hover {
    color: #F05858;
}

#menu-page li {
    margin-bottom: 5px;
}

.content-right {
    width: 675px;
}

.imgpr {
    float: right;
    margin-left: 10px;
}

.comeback {
    overflow: hidden;
}

.comeback a {
    display: block;
    float: right;
    background: #0066C5;
    width: 80px;
    padding: 3px 5px;
    border: 1px solid #0F52A4;
    text-align: center;
}

.itemgal {
    background: #0E8EC3;
    padding: 4px 0;
}


/*Sección contacto*/

#contact-data {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

#contact-form {
    width: 675px;
    display: inline-block;
    vertical-align: top;
}

#contact-data h2,
#contact-form h2 {
    color: #F05D5D;
    font-size: 18px;
    margin: 5px 0;
}

#contact-form form .c {
    display: inline-block;
    width: 32%;
    margin-right: 9px;
    margin-bottom: 10px;
}

#contact-form form .cf {
    margin-right: 0;
}

#contact-form form .box {
    border: 1px solid #E0E0E0;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    width: 210px;
    padding: 5px;
}

#contact-form form textarea.box {
    height: 150px;
    width: 668px;
}

#antispam-filter {
    text-align: center;
    margin-top: 10px;
}

#antispam-filter p {
    color: #F05858;
    font-size: 12px;
    padding-top: 5px;
}

.send {
    background: #F05D5D;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}

.confirmsend {
    padding: 5px;
    border: 1px dashed #CCCCCC;
    font-style: italic;
    background: #FFF;
    margin-bottom: 10px;
}

.msg_ok {
    background: url(../img/tick_16.png) right center no-repeat;
    padding: 5px;
    display: block;
    color: #0C0;
}

.msg_error {
    background: url(../img/warning_16.png) right center no-repeat;
    padding: 5px;
    display: block;
    color: #F00;
}


/*Footer*/

footer {
    background: url(../img/bg-logo-menu.png);
    border-bottom: 3px solid #F05858;
    text-align: center;
    padding: 20px 0;
}

footer_extra {
    display: none;
}

@media (max-width:400px) {
    /*Menu Site*/
    #menu-site {
        display: none;
    }
    /*-LOGO MENU-*/
    #logo-menu {
        background: url(../img/bg-logo-menu.png);
        border-bottom: 1px solid #E1E1E1;
        border-top: none;
    }
    #logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    /*Menu*/
    nav {
        display: block;
        margin: auto;
        position: absolute;
        top: 220px;
        width: 100%;
        left: 0;
        right: 0;
    }
    nav._extra {
        display: none;
    }
    nav a span {
        display: none;
    }
    nav a br {
        display: none;
    }
    #menu {
        display: block;
        max-width: 100%;
        width: 100%;
        background: #0F0;
    }
    #menu ul.level1 {
        display: block;
    }
    #menu ul.level1>li {
        display: block;
        max-height: 45px;
        font-size: 13px;
        border-bottom: 2px solid #F38181;
    }
    #menu ul.level1 li a {
        background: #F05858;
        border-bottom: 1px solid #F38181;
        border-left: 0;
        color: #FFF;
        display: block;
        padding: 15px 0 !important;
        text-align: center;
        width: 100%;
    }
    #menu ul.level1 li a:hover {
        background: #585858;
        color: #FFF;
    }
    #menu ul.level1 li ul {
        background: #FFF;
        border-top: 3px solid #F05858;
        display: none;
        position: absolute;
        min-width: 200px;
    }
    #menu ul.level1 li:hover>ul {
        display: none;
        z-index: 1000000;
        font-size: 11px;
    }
    /*Slide Show*/
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 50%;
        left: 0;
        margin: auto;
        max-width: 980px;
        right: 0;
        width: 100%;
        display: none;
    }
    .bx-wrapper .bx-caption span {
        background: #666\9;
        background: rgba(70, 70, 70, 0.75);
        color: #FFF;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 25px;
        padding: 10px;
        width: 300px;
    }
    /*body*/
    #body #content-p {
        overflow: hidden;
        padding: 5px;
    }
    #body #content-p ul {
        margin-left: 30px;
    }
    #body #content-p ul li {
        list-style: url(../img/arrow.png);
        margin-bottom: 2px;
    }
    #list-pages .item {
        background: #FFF;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 20px;
        margin-right: 10px;
        padding-bottom: 10px;
        vertical-align: top;
        width: 310px;
    }
    #list-pages .item a {
        background: #FCFBF8;
        display: block;
        overflow: hidden;
        text-decoration: none;
    }
    #list-pages .item a h2 {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }
    #list-pages .item a hr {
        width: 80%;
        margin: 0 auto 5px;
        text-align: center;
    }
    /*#list-pages .item a:hover{background:#E98825; color:#FFF;}*/
    #list-pages .item a img {
        border-bottom: 3px solid #F05858;
    }
    #menu-page,
    .content-right {
        display: inline-block;
        vertical-align: top;
    }
    #menu-page {
        width: 270px;
        margin-top: 20px;
        margin-right: 30px;
    }
    #menu-page li a {
        background: url(../img/arrow.png) 5px center no-repeat;
        border-bottom: 1px dashed #DDD;
        display: block;
        padding: 7px 7px 7px 20px;
    }
    #menu-page li a:hover {
        color: #F05858;
    }
    #menu-page li {
        margin-bottom: 5px;
    }
    .content-right {
        width: 100%;
    }
    .imgpr {
        float: right;
        margin-left: 10px;
    }
    .comeback {
        overflow: hidden;
    }
    .comeback a {
        display: block;
        float: right;
        background: #0066C5;
        width: 80px;
        padding: 3px 5px;
        border: 1px solid #0F52A4;
        text-align: center;
    }
    .itemgal {
        background: #0E8EC3;
        padding: 4px 0;
    }
    /*Sección contacto*/
    #contact-data {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    #contact-form {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    #contact-data h2,
    #contact-form h2 {
        color: #F05D5D;
        font-size: 18px;
        margin: 5px 0;
    }
    #contact-form form .c {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #contact-form form .cf {
        margin-right: 0;
    }
    #contact-form form .box {
        border: 1px solid #E0E0E0;
        color: #333;
        font-family: Tahoma, Geneva, sans-serif;
        width: 210px;
        padding: 5px;
    }
    #contact-form form textarea.box {
        height: 100px;
        width: 97%;
    }
    #antispam-filter {
        text-align: center;
        margin-top: 10px;
    }
    #antispam-filter p {
        color: #F05858;
        font-size: 12px;
        padding-top: 5px;
    }
    .send {
        background: #F05D5D;
        border: 0;
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 12px;
        margin: 10px auto;
        padding: 10px 0;
        text-align: center;
        width: 200px;
    }
    .confirmsend {
        padding: 5px;
        border: 1px dashed #CCCCCC;
        font-style: italic;
        background: #FFF;
        margin-bottom: 10px;
    }
    .msg_ok {
        background: url(../img/tick_16.png) right center no-repeat;
        padding: 5px;
        display: block;
        color: #0C0;
    }
    .msg_error {
        background: url(../img/warning_16.png) right center no-repeat;
        padding: 5px;
        display: block;
        color: #F00;
    }
    /*Footer*/
    footer {
        background: url(../img/bg-logo-menu.png);
        border-bottom: 3px solid #F05858;
        text-align: center;
        padding: 20px 0;
        position: absolute;
        top: 410px;
    }
    footer._extra {
        display: none;
    }
}