/* Formulario usuario y autoregistros */

#getUsuario .getUsrDatos{ width: 600px }
#getUsuario th{ width: 90px; overflow: hidden; color: gray; padding : 0.4em 1em 0.3em 1em }
#getUsuario td{ padding : 0.4em 1em 0.3em 0; border-bottom : 2px solid white; vertical-align: top }
#getUsuario .getUsrDatos td,
#getUsuario .getUsrDatos th{ border-bottom : 2px solid white; vertical-align: top }

#getUsuario td input{ font-size : 1em; width: 450px }
#getUsuario td.botones{ text-align : right; padding-right: 2em }
#getUsuario .botones a{ padding-left: 2em }
#getUsuario input[type='submit'],
#getUsuario input[type='button']{	margin-left : 1em; width : 5em }
#getUsuario .getUsrAcceso label{ color: gray }
#getUsuario .incom{ color: maroon; font-weight: bold; margin-left: 1em }
.getUsrAcceso input{ font-size : 1em; width: 150px }
#accesoweb p{	margin:0;	padding:0; }

table.usr-opciones{	width:95% }
.usr-opciones tbody  td{border-top: 1px solid #bbb }
.usr-opciones .cancelar{float:right }
.matriculas td{ width: 33% }
.matr-hot td{ width: 33% }

/* captura permisos */
#getPermisos h3{ font-weight: bold; margin:0; padding: 0}
#getPermisos ul li{	margin-bottom:1em; }
#getPermisos ul ul li{ margin: 3px 0 0 0 }
#getPermisos ul label{ padding-left: 0.5em; display:block }
#getPermisos ul label:hover{ background-color: #fff }
#getPermisos ul label input{ margin: 5px 5px 0 0 }


/* listado de usuarios */
#listaUsuarios li a span{ float:left; overflow:hidden; height: 22px; margin-left: 1em }
#listaUsuarios li a span.hacex{ width: 70px }
#listaUsuarios li a span.estado{ width: 35px }
#listaUsuarios li a span.nom{ width: 560px }
#listaUsuarios li a span.nomactivo{ width: 490px }
#listaUsuarios li a span.usr{ width: 130px }
#listaUsuarios li a span.email{ width: 200px }

#listaUsuarios li a span.n{ width: 360px }
#listaUsuarios .dia{ width: 160px; float: right }

/* listado de autoregistros */

#listaAutoregistros li a span{ overflow:hidden; height: 22px }
#listaAutoregistros li a span.fec{ float:left; width: 130px; margin-left: 0; color: grey }
#listaAutoregistros li a span.nom{ float:left; width: 370px; margin-left: 10px }
#listaAutoregistros li a span.incom{ float:right; width: 100px; margin-right: 20px; color: maroon }

h2.fcab{ margin-bottom: 12px }

p.guardar{ text-align: right; margin: 30px 20px 0 0; }
p.guardar input{ margin-right: 20px; }

.paso a.opc{ border-radius:0.5em; width:24px; height: 24px; padding:3px 10px; margin:0 }
.paso a.opc:hover{ background-color: #ee8; }
.paso a.upd{ background: url(img/edit24.png) no-repeat center }
.paso a.del{ background: url(img/del24.png) no-repeat center }
.paso a.unzip{ background: url(img/uncompress32.png) no-repeat center }

#listaLibros a{ width: auto; display:block }
#listaLibros .e{ float:left; margin-right: 12px; color: maroon }
#listaLibros .n{ float:left }
#listaLibros a small{ color: #777 }

/* buscar */
input[name='bus_autor'], input[name='bus_titulo'], input[name='bus_desc']{ width:132px }
select[name='ord_libros']{ width:200px }
