@font-face {
    font-family: DK Otago;
    src: local('DK Otago'), local('DK Otago'), 
        url(../fonts/DKOtago.otf) format('opentype');
}

.container{
    width: 964px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ajust-column-6{
    margin-left: -10px;
}

.separator-bottom-section{
    padding-bottom: 15px !important;
}

.modal-content{
    background: none;
    -moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0px 0px 0px #000000;
-webkit-box-shadow: 0px 0px 0px #000000;
box-shadow: 0px 0px 0px #000000;
border: 0px #fff solid;
width: 525px;
float: left;
}

body{
    background: url(../images/bk.png) !important;
    color: #666;
}

.barra-top{
    height: 15px;background: #C6C6C6;width: 100%;
}

.kwicks {
    height: 350px;
}
.kwicks > li {
    height: 350px;
}

#logo{
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-menu{
    background: url(../images/barra_menu_r.png);
    margin-bottom: 15px;
    height: 59px;
}

.content-menu ul{
    padding: 0px;
    margin: 0px;
}
.content-menu ul>li{
    display: inline-block;
    color: #281919;
    font-size: 20px;
    text-shadow:1px 0px 1px #E2C2BB;
    padding: 22px 0px 15px 28px;
}

.content-menu ul>li>a{
    color: #7b4800;
    text-decoration: none;
}

.content-menu img{
    display: inline-block;
    padding: 0px 0px 0px 28px;
    margin: 0px;
}

.end{
    height: 35px;
    width: 100%;
}

.content-pagina-interna{
    width: 100%;
    margin: 0px;
}

.content-pagina-interna h1{
    font-family: DK Otago;
    color: #6b501a;
    font-size: 14px;
}

.content-pagina-interna p{
    color: #757575;
    font-size: 13px;
    text-align: justify;
}

.texto-resaltado{
    color: #666;
    font-weight: bold;
}

.texto-numeros-list{
    color: #982626;
    font-weight: bold;
}
.separator-row{
    width: 100%;
    height: 10px;
}

.content-pagina-interna ul{
    padding: 15px 0px 0px 12px;
    margin: 0px;
    list-style-image: url("../images/icono_flecha.png");
}

.body-window-reychels ul{
    list-style-image: url("../images/vineta.png");
    padding: 5px 5px 5px 160px;
}

.body-window-reychels ul>li{
    padding: 7px;
}

.content-pagina-interna ul>li{
   padding: 0px 0px 1px 0px;
}

.content-pagina-interna ul>li>a{
   color: #666;
   text-decoration: none;
}

.content-pagina-interna ul>li>a:hover{
   color: #6b501a;
   text-decoration: none;
   font-weight: bold;
}

.row-content{
    width: 100%;float: left;
}

.column-2sections{
    float: left;width: 50%;
}

.head-window{
    height: 23px; 
    width: 460px;
    float: left;
    margin: 0px 0px 0px 30px;
}

.body-window-reychels{
    width: 460px;
    float: left;
    margin: 5px 0px 0px 30px;
    background: #E9E9E9;
    padding: 30px 20px 20px 20px;
}

.tab-head-window{
    width: 230px;
    float: left;
    color: #6b501a;
    text-transform: uppercase;
    padding: 2px 0px 0px 27px;
}

.close-head-window{
    height: 23px; 
    width: 24px;
    float: left;
    margin: 0px 0px 0px 6px;
    background: url(../images/cerrar.png);
    cursor: pointer;
}

#politicas{
    padding: 20px 40px 10px 40px !important;
}

.titulo-legend{
    padding-bottom: 5px;
    padding-top: 5px;
    color: #7b4800; 
    text-transform: uppercase;
    font-size: 14px;
    font-family: DK Otago;
}

.titulo{
     font-family: DK Otago;
    color: #6b501a;
    font-size: 18px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    float: left;
    padding-top: 15px;
    padding-bottom: 5px;
}

.control-label{
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}