/* estilos para login */
body {
	background-image: url("../../imagenes/background.jpg");
	font-family: Arial, Helvetica, sans-serif;
	color: #ebebeb; /* Texto crema */
	text-align: center;
}

.logo_corporativo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 206px;
	height: 116px;
}

.titulos {
	color: white;
	font-weight: bold;
	font-size: 20px;
}

ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.login-box {
	width: 275px;
	height: 234px;
	background-color: #121271;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	font-size:14px;
	padding: 15px 50px 15px 50px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.login-box li {
	padding-bottom: 12px;
	text-align: right;
}

.login-box li.boton {
	padding-top: 10px;
	text-align: center;
}

.login-box label {
	padding-top: 3px;
	float: left;
}

input.usuario {
	color: white;
	background-color: black;
	width: 180px;
	border: 2px solid;
	border-color: rgb(82,83,144);
	border-radius: 5px;
	height: 24px;
	padding-bottom: 2px;
}

input.usuario:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

.logon_boton {
	width: 276px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; /* 400=normal, 700=bold */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}