
.contenedor-formulario{
    max-width:1000px;
    margin:0 auto;
    background:#ffffff;	
	padding-bottom:30px;
}

.banner-superior img{
    width:100%;
    height:auto;
    display:block;
}

.titulo-formulario{
    text-align:center;
    padding:20px;
}

.cuerpo-formulario{
    padding:30px;
}

.campo-obligatorio{
    color:red;
}

#divPdf{
    display:none;
}

@media(max-width:768px){
    .cuerpo-formulario{
        padding:15px;
    }
}

.captcha-box{
    min-width:140px;
    height:38px;
    border:1px solid #ced4da;
    background:#f5f5f5;
    text-align:center;
    line-height:38px;
    font-size:22px;
    font-weight:bold;
    letter-spacing:5px;
    user-select:none;
    border-radius:0.375rem 0 0 0.375rem;
}

.btn-reload {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 5px;
}

.dspNone{
    display:none;
}
