.cabecera_modal{
   
    text-align: center;
    text-transform: uppercase;
}
.texto_resalta{
    margin-left: 5px;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-indent: 90px;
 
  letter-spacing: 2px;
  text-align: center;
}
.texto_label{
    margin-right: 10px;
    margin-bottom: 15px;
    
font-size: 15px;

}

fuente_tabla{
font-size: 10px;


}
.contenedor_info{
    color:black;
}
.fondo_fiserv{
        
        background-repeat: no-repeat;
        background-position: right top;
        margin-right: 200px;
        background-attachment: scroll;
              
}
.fondo_pantalla{
    background-image:url('https://www.neored.com.ar/web/image/50120/electro-misiones.jpg') ;
		
		 
    opacity: 0.1;
    position: absolute;
    top: 0%;
    left: 0;
   width: 100%;
   height:100%;
   z-index: -2; 

}

/*######################### formulario alta cliente ######################*/


/*#####################formulario modificasion cliente #####################*/
#formulario_datos{

    border: 1px solid rgba(13, 13, 13, 0.38);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 5px 1px 3px 1px rgba(13, 13, 13, 0.18);
}
#formulario_datos label{ 

    margin: 10px;
}
#formulario_datos input{ 

    margin: 10px;
}

#con_form_permisos{

    border: 1px solid rgba(13, 13, 13, 0.38);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 5px 1px 3px 1px rgba(13, 13, 13, 0.18);
}

#con_form_permisos label{ 

    margin: 10px;
}
#con_form_permisos input{ 

    margin: 10px;
}

#con_form_empresa{

    border: 1px solid rgba(13, 13, 13, 0.38);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 5px 1px 3px 1px rgba(13, 13, 13, 0.18);
}
#con_form_empresa select{

    padding: 11px;
    margin-left: 20px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
}

.modal-header{

    background-color: #0abeef;
    color: #fff;
}

/*###########formato de cabeseras titulos #############*/
.cabesera_titu{

    color: #f2f0ed;
    background-color: #1164ac;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    text-align: center;  
}

/*##############cabesera de tablas #####################*/

.cabesera_tablas{

    background-color: #002545;
    color: #f5f5f5;

}