
-- Estilos de la pagina

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #d9d9d9;
	text-align:	justify;
	font-family: calibri;
	font-size: 11pt;
	min-height: 200px;
	min-width: 500px;
}

.cabecera { 
	margin-top: 2em;
	text-align: center;
	font-family: calibri;
	font-size: 14pt;
	color: 333;
}

p.fecha { 
	margin-top: 1em;
	text-align: center;
	font-family: calibri;
	font-size: 10pt;
	color: #888888;
}

p.footer { 
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 9pt;
	color: #777777;
}

p.alertas {
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 11pt;
	color: red;
}

p.avisos {
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 11pt;
	color: royalblue;
}

#login-form {
	padding: 20px 25px 12px 25px;
	width: 430px;
	margin:  0 auto;
	border: 1px solid #999;
	background-image: url('../img/fondo/alianzas.jpg');	
	background-repeat: no-repeat;
	background-position: 19% 46%; 
	background-color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgb(150,150,150) 12px 12px 6px;
	-webkit-box-shadow: rgb(150,150,150) 12px 12px 6px;
	box-shadow: rgb(150,150,150) 12px 12px 6px;	
}

#login-form td.title {
	width: 20%;
	white-space: nowrap;
	color: #cecece;
	text-shadow: 0px 1px 1px black;
	text-align: right;
	padding-right: 1em;
}

#login-form td.input {
	width: 80%;
	padding: 8px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	font-size: 10pt;
	margin: 0; /* Safari by default adds a margin */
	padding: 4px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	width: 80%;
	border-color: #666;
	color: #735d20;
}

#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
	outline: none;
	border-color: #465864;
	box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #fff;
	-moz-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #fff;
	-o-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #fff;
}

#login-form p.formlogo {
	margin-top: 0em;
	text-align: center;
}

#login-form p.formbuttons {
	margin-top: 2em;
	text-align: center;
}

#login-form .formbuttons input.button {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 5px;
	color: #f2e9e9;
	font-size: 10pt;
	/* text-shadow: 0px 1px 1px #fff; */
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background: #0f0909a8;
	background: linear-gradient(top, #f9f9f9 0%, #a6a6a6 100%);
	box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	text-decoration: none;
	outline: none;
}

#login-form .formbuttons input.button:hover,
#login-form .formbuttons input.button:focus {
	border-color: #465864;
	box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #888;
	-moz-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #888;
	-webkit-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #888;
	-o-box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #888;
}

#login-form .formbuttons input.button:active {
	color: #ededed;
	text-shadow: 0px 1px 1px #333;
	border-color: #1f262c;
	background: #505050;
	background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
	background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: linear-gradient(top, #505050 0%, #2a2e31 100%);
	box-shadow: inset 0 1px 0 0 #777;
	-moz-box-shadow: inset 0 1px 0 0 #777;
	-webkit-box-shadow: inset 0 1px 0 0 #777;
	-o-box-shadow: inset 0 1px 0 0 #777;
}
