/* CSS Document */

body {
	background-color: #EEEEEE;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	color: #0a2e5c;
}

#login-borde {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
   min-height:450px;
	background: url(../img/bordeTablaLogin.jpg) no-repeat center center;
}

#pie {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #0f407f;
}

#login-fondo {
	width: auto;
   min-height:380px;
	margin: 0px 26px 10px 26px;
	background: url(../img/fondoTablaLogin.jpg);
	background-position:center;
}

#borde-form {
	border: solid 5px #8faacb;
	background: #FFFFFF;
	width: 300px;
   min-height:172px;
   margin-left: 50px;
	margin-top: 137px;
	vertical-align: middle;
	position: absolute;
}

#form-login {
	width: auto;
	height: auto;
	margin: 7px 30px 7px 30px;
}

table {
	width: 100%;
	vertical-align: middle;
}

table th{
	padding: 4px 4px 7px 0px;
	font-size: 14px;
	text-align: center;
	color: #458fd6;
}
table td{
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	color: #0f407f;
}

input, select {
	border: solid 1px #CCCCCC;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #0f407f;
	background: #FFFFFF;
}

.boton {
	background: url(../img/fondoBoton.gif);
	color: #333333;
	cursor: pointer;
	height: 19px;
}

p {
	text-align: center;
	text-decoration: underline;
	font-size: 11px;
	color:#0f407f;
	cursor: pointer;
}

p:hover {
	text-decoration: none;
	color:#0f407f;
}
