.contenerDetalles{
    width: 1200px;
    margin: auto;
    padding-top: 180px;
    padding-left: 10px;
}
@media(max-width:1200px){
    .contenerDetalles{
        width: 100%;
    }
}

.centroDetalles{
    width: 1100px;
    height: 550px;
    
    
}
.imagenesDetlles{
    width: 550px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.imagenesDetlles img{
    width: 100%;
}
@media(max-width:1100px){
    .contenerDetalles{
        padding-top: 80px;
    }
    .centroDetalles{
        width: 100%;
        height: inherit;
    }
    .imagenesDetlles{
        float: inherit;
        width: 100%;
        height: 300px;
    }
    .divChecks{
        float: inherit;
        width: 95%;
        margin: auto;
        margin-top: 10px;
    }
}


.tipoVA{
    color: white;
    width: auto;
    display: inherit;
    
    font-weight: lighter;
}
.tipoVA2{
    display: none;
}
.tipoVA1 h1{
    position: absolute;
    font-weight: inherit;
    padding: 8px 40px;
    font-size: 13pt;
}
@media(max-width:1100px){
    .tipoVA2{
        display: block;
        padding: inherit;
        width: 98%;
    }
    .tipoVA2 h1{
        text-align: center;
        font-weight: inherit;
        font-size: 13pt;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        
    }
    .tipoVA1{
        display: none;
    }
}

.botonesCI{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.botonesCI a{
    display: block;
    font-family: arial;
    font-size: 16pt;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.consultar{
    border: solid 1px #86171B;
    color: #86171B;
    background: white;
    margin-bottom: 7px;
}
.botonesCI a:hover{
    transition: 0.5s;
    opacity: 0.8;
}
.imprimir{
    background: #86171B;
    color: white;
}


/*Contener Texto//*/
.contenedorTexto{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    display: none;
}
.textoDetalle{
    width: 520px;
    height: 550px;
    float: right;
    position: relative;
    
}
.textoDetalle p{
    font-size: 11pt;
    font-family: arial;
    color: #5c5c5c;
    line-height: 15pt;
}
@media(max-width:800px){
    .contenedorTexto{
        width: 95%;
    }
    .textoDetalle{
        width: 100%;
    }
}
@media(max-width:1100px){
    .contenedorTexto{
        width: 95%;
    }
    .textoDetalle{
        width: 100%;
        height: auto;
    }
}
.centroTotalYMas{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    height: auto;
    padding-bottom: 50px;
    position: relative;
    
    overflow: hidden;
    padding-top: 50px;
    
}
.centroTotalYMas div{
    float: left;
}

@media(max-width:800px){
    .centroTotalYMas {
        width: 95%;
        
        padding-bottom: 160px;
    }
    .centroTotalYMas div{
        float: inherit;
    }
}
.divTotal{
    width: 300px;
    height: 250px;
    background: #999999;
    position: relative;
}
.divTotal table{
    width: 90%;
    margin-top: 20px;
    margin-left: 10px;
    font-family: arial;
    color: white;
    font-size: 12pt;
}
.totalD{
    text-align: center;
    font-family: arial;
    font-size: 15pt;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 3px;
    background: #5c5c5c;
    color: white;
}
.divMapa{
    width: 650px;
    height: 310px;
    overflow: hidden;
    margin-left: 20px;
}
@media(max-width:800px){
    .divMapa{
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
    } 
}
@media(max-width:1200px){
    .centroTotalYMas{
        padding-bottom: 150px;
    }
    .divMapa{
        width: 500px;
        
    }
}
@media(max-width:971px){
    .divMapa{
        width: 500px;
        
    }
}
.divMapa iframe{
    width: 100%;
    height: 100%;
}
.divConsultas{
    width: 480px;
    height: 200px;
    position: absolute;
    right: 0;
    display: none;
}
@media(max-width:800px){
    .divConsultas{
        width: 100%;
        right: inherit;
        margin-top: 50px;
    }
}
.divConsultas li{
    list-style: none;
    font-family: arial;
    font-size: 10pt;
    margin-bottom: 5px;
}
.divConsultas input{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
}
.divConsultas label{
    position: absolute;
    
}
.enviarConsulta{
    margin-top: 20px;
    font-family: arial;
    padding-top: 7px;
    padding-bottom: 5px;
    background: #86171B;
    color: white;
    font-size: 11pt;
    display: block;
    text-align: center;
    width: 200px;
    font-weight: bold;
    cursor: pointer;
}
.enviarConsulta:hover{
    transition: 0.5s;
    opacity: 0.95;
}


/*Checks2*/
.checks2{
    width: 1200px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    
}
@media(max-width:1200px){
    .checks2{
        width: 95%;
        margin: auto;
        padding-top: 0px;
        margin-top: -100px;
    }
}
.checks2 li{
    float: left;
    margin-right: 20px;
    list-style: none;
    margin-bottom: 20px;
}
.checks2 img{
    width: 20px;
    height: 20px;
}
.checks2 label{
    
    margin-left: 5px;
    font-family: arial;
    margin-top: 1px;
    font-size: 13pt;
}