@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/*LINKS*/
a {
	color: #0269B3;
	text-decoration: none;
}
a:hover {
	color: #0269B3;
	text-decoration: underline;
}
/*TABLA*/

/*ENCABEZADO GRIS*/
th {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 5px;
	vertical-align: top;
}
/*ALINEAR IZQUIERDA VALOR NUMERICO*/




/*BOTON*/

.titulo_login {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 50px;
}
/*LOGIN*/
.login {
	background-image: url(bg_login.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
.login table {
	border: none;
	width: 500px;
}
.login table tr td {
	border: none;
}
.login table tr .etiqueta {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.login table tr td {
	text-align: left;
}
.login table tr td #boton {
	margin-left: 35px;
}

.botonera {
	border: none;
}




