
			/*****
********** <<STYLE BY Lkm>> ***********
			*****/

@import url("comun.css");

								/**** CAPAS ****/

#autenticar {					/** Cuadro de autenticacion **/
	/*border: 1px #ECECEC solid;
	border-bottom: 4px #ECECEC solid;
	border-right: 4px #ECECEC solid;*/
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	width: 450px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 4px 0px 20px 4px;
}
#candado  {/** Imagen del candado **/
background:url("../images/candado.gif") repeat scroll 0 0 transparent;
height:235px;
margin-left:-55px;
margin-top:30px;
position:absolute;
width:152px;
}
/*
#candado {						
	background: url(../images/candado.gif);
	width: 82px;
	height: 105px;
	margin-top: 80px;
	margin-left: 6px;
	position:absolute;
}
*/
#titulo_aut {						/** Titulo: Acceso al sistema **/
	font-size: 18px;
	color: #631E28;
	font-weight: bold;
	text-align: center;
	width: 440px;
	height: 30px;
	margin: 0 auto;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	font-family: "Arial black", Verdana, Tahoma, Arial, "Nimbus Sans L", sans-serif;
}


								/**** CLASES ****/

.tabla {						/** Tabla de conexión **/
	text-align:center;
	margin: 0 auto;
	margin-top: 50px;
	margin-left: 110px;
	margin-right: 20px;
	background: #f9f9f9;
}

.boton_entrar {						/** Estilo boton Entrar **/
	border: none;
	background: #f9f9f9;
	cursor: pointer;
}

