body{
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
    font-size: 10px;
}
a{
    color:#64a3aa;
    text-decoration: underline !important;
}
label {
    font-size: 11px;
}
.bloque{
    border: 1px solid #a5185c;
}       
.container {
    max-width: 940px;
    padding: 10px;
    background: white;
}
.titulo_bloque{
    background: #a5185c;
    padding: 10px 0px;
    color: white;
    text-align: center;
}

select {
    width: 100%;
    height: 40px; 
}     
.errorinput{
    border-color:red;
    background: #fff4f4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
    box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
}
td {
    padding: 10px;
    text-align: left;
}    
#total_registro{
    border: 1px solid #a6a6a6;
    color: #03A9F4;
    padding: 15px;
    width: 250px;
    text-align: right;
}
#total_registro td{
        padding: 0px;
        text-align: left;
}
#total_registro table{
    width:100%;
}
.campo_texto{
    width: 100%;
    height: 40px;
}


.obligatorio::before { 
  content: "*";
  color: red;
}
.div_radio{
    border: 1px solid #ccc;
    padding: 10px;
}
button,[type=submit] {
    background: #088faf;
    padding: 10px 10px;
    color: white;
    font-size: 15px;
    border: 1px solid #057b97;
    cursor: pointer;
}
button:hover{
      background: #057b97;
}
#conten_div_info_sel{
    border: 1px solid #a5185c;
    min-height: 200px;
    width: 50%;
    padding: 10px;
    background: white;
}

#div_info_sel{
    color: #a5185c;
    font-size: 20px;
    margin-top: 20px;
}

.facturacion_empresa{
    display: none;
}