/* HEADER */
.header{
    width: 100%;
    background: url('../img/bg_mini_1.png') repeat scroll 0% 0% #d1d1d1;
}
.header .header-contenedor{
    width: 70%;
    background: #FFF;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}
.header .header-contenedor .header-1{
    width: 40%;
    float: left;
    height: 200px;
}
.header .header-contenedor .header-1 img{
    padding-top: 23px;
    width: 345px;
    margin: 0px auto;
    display: block;
}
.header .header-contenedor .header-2{
    width: 60%;
    float: left;
    height: 200px;
}
.header .header-contenedor .header-2 ul{
    list-style: none outside none;
    display: inline-flex;
    width: 55%;
    float: right;
    padding-top: 10px;
}
.header .header-contenedor .header-2 ul li{
    text-align: center;
    font-family: Gautami;
    font-size: 12px;
}
.header .header-contenedor .header-2 ul li a{
    color: #7D7D7D !important;
}
/* */

/* CUERPO */
.body{
    width: 100%;
    background: url('../img/bg_mini_1.png') repeat scroll 0% 0% #d1d1d1;
}
.body .body-contenedor{
    width: 70%;
    background: #FFF;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.body .body-contenedor .body-1{
    width: 70%;
    float: left;
    overflow: hidden;
    height: auto;
}
.body .body-contenedor .body-1 .contenido{
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    border-left: #9d9d9d solid 1px;
    border-bottom: #9d9d9d solid 1px;
    position: relative;
    background: url('../img/esquina.png') top right no-repeat;
    overflow: hidden;
    padding-bottom: 15px;
}
.body-1 .contenido .line-v{
    position: absolute;
    border-top: 1px solid #9D9D9D;
    top: 0px;
    width: 100%;
    margin-right: 41px;
    right: 0px;
}
.body-1 .contenido .line-r{
    position: absolute;
    right: 0px;
    height: 100%;
    width: 1px;
    top: 41px;
    background: none repeat scroll 0% 0% #9D9D9D;
}
.body-1 .contenido .formulario{
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 55px;
    margin-bottom: 15px;
}
.body-1 .contenido .formulario h1{
    font-family: Gautami;
    font-size: 26.78px;
    color: #000;
    font-weight: inherit;
}
.body-1 .contenido .formulario h3{
    float: left;
    width: 90%;
    text-align: justify;
    font-family: Gautami;
    color: #5d5d5d;
    font-size: 11px;
    line-height: 15px;
    font-weight: inherit;
}
.body-1 .contenido .formulario span{
    float: left;
    width: 100%;
    font-family: Gautami;
    font-size: 11px;
}
.body-1 .contenido .formulario a{
    color: rgb(0, 0, 0);
    border-bottom: 1px solid #939393;
}
.body-1 .contenido .formulario p{
    font-family: Gautami;
    color: #5D5D5D;
    line-height: 21px;
    font-size: 14px;
}
.body-1 .contenido .formulario .input{
    width: 50%;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
}
.body-1 .contenido .formulario .input label{
    width: 100%;
    font-family: Gautami;
    font-size: 15px;
    color: #6D6D6D;
    line-height: 15px;
    float: left;
}
.body-1 .contenido .formulario .input input,
.body-1 .contenido .formulario .input select{
    width: 80%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 20px;
    background: #f5f5f5;
}
.body-1 .contenido .formulario .input-lg{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
}
.body-1 .contenido .formulario .input-lg label{
    width: 100%;
    font-family: Gautami;
    font-size: 15px;
    color: #6D6D6D;
    line-height: 15px;
    float: left;
}
.body-1 .contenido .formulario .input-lg input,
.body-1 .contenido .formulario .input-lg select{
    width: 90%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 20px;
    background: #f5f5f5;
}
.body-1 .contenido .formulario .input-lg textarea{
    width: 90%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 150px;
    background: #f5f5f5;
}

.body-1 .contenido .formulario h2{
    width: 100%;
    float: left;
    font-family: Gautami;
    font-size: 15px;
    color: #6D6D6D;
    font-weight: inherit;
}


.body .body-contenedor .body-2{
    width: 30%;
    float: left;
    overflow: hidden;
    height: auto;
}
.body .body-contenedor .body-2 .contenido{
    background: none repeat scroll 0% 0% #383838;
    margin-left: 20px;
    margin-right: 30px;
}
.body .body-contenedor .body-2 .contenido ul{
    list-style: none;
}
.body .body-contenedor .body-2 .contenido li{
    padding-left: 30px;
    height: 28px;
    padding-top: 6px;
    border-bottom: 1px solid #FFF;
    font-family: Gautami;
    font-size: 12px;
}
.body .body-contenedor .body-2 .contenido .active{
    background: none repeat scroll 0% 0% #636363;
    color: #383838;
}
.body .body-contenedor .body-2 .contenido li:hover{
    background: none repeat scroll 0% 0% #636363;
    color: #383838;
}
/* */

/* MAPA DE SITIO */
.mapa{
    width: 100%;
    background: url('../img/bg_mini_1.png') repeat scroll 0% 0% #d1d1d1;
}
.mapa .mapa-contenedor{
    width: 70%;
    background: #FFF;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 40px;
}
.mapa .mapa-contenedor .mapa-1,
.mapa .mapa-contenedor .mapa-2,
.mapa .mapa-contenedor .mapa-3,
.mapa .mapa-contenedor .mapa-4{
    width: 20.5%;
    float: left;
    margin-left: 20px;
    padding-right: 22px;
}
.mapa .mapa-contenedor .mapa-1 ul,
.mapa .mapa-contenedor .mapa-2 ul,
.mapa .mapa-contenedor .mapa-3 ul,
.mapa .mapa-contenedor .mapa-4 ul{
    list-style: none outside none;
}
.mapa .mapa-contenedor .mapa-1 li,
.mapa .mapa-contenedor .mapa-2 li,
.mapa .mapa-contenedor .mapa-3 li,
.mapa .mapa-contenedor .mapa-4 li{
    width: 75%;
}
.mapa .mapa-contenedor .mapa-1 a,
.mapa .mapa-contenedor .mapa-2 a,
.mapa .mapa-contenedor .mapa-3 a,
.mapa .mapa-contenedor .mapa-4 a{
    font-family: Gautami;
    font-size: 11px;
    color: #9F9F9F;
    line-height: 0px;
}
/* */

/* FOOTER */
.footer{
    width: 100%;
    background: url('../img/bg_mini_1.png') repeat scroll 0% 0% #d1d1d1;
    padding-top: 15px;
}
.footer .footer-contenedor{
    width: 70%;
    background: #FFF;
    height: 70px;
    margin: 0 auto;
}
.footer .footer-contenedor p{
    text-align: center;
    font-family: Gautami;
    font-size: 12.11px;
    color: #747474;
    width: 100%;
    top: 40px;
    position: relative;
}
/* */