﻿/*Rol*/
.Rol { float: left;  padding: 0px 10px 0px 0px}
    .Rol input[type="text"] { width: 100% !important; height: 23px !important; border: 0px; }

.TablasDatosRol { float: left; }
    .TablasDatosRol table { width: 100%; }
.botongeneral { transition: 0.25s all; background: #848488; font-weight: normal; color: white; padding: 4px 8px; border: 0; margin: 10px 2px 2px 2px; cursor: pointer; text-align: center; }
    .botongeneral:hover { transition: 0.25s all; background: #59595C; font-weight: normal; color: white; cursor: pointer; text-align: center; }

/*Usuarios*/
.FormularioUsuarios { float: left; padding: 0px 10px 10px 0px ; }
.FormularioUsuarios span { display: inline-block; width: 100%; padding: 5px 0px 5px 0px; }
.FormularioUsuarios input[type="text"] { width: 100% !important; height: 23px !important;  }
.FormularioUsuarios input[type="password"] { width: 100% !important; height: 23px !important; }
.FormularioUsuarios select { width: 100% !important; height: 23px !important; border: 0px; }

.TablasDatosUsuarios { float:left;}