/*
General Layaout
*/
html,body {
	width: 99.9%;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	background-repeat: repeat-x;
	background-color: #292929;
}

table,tr,td {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana;
}

a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.loginTitulo {
	font-family: Verdana;
	font-size: 24px;
}

.ultimoAcceso {
	font-size: 12px;
}

.footer {
	color: #CCCCCC;
	font-size: 10px;
}

.textLogin {
	font-size: 13px;
	color: #7AE2FF;
	font-weight: bold;
}

.textCajas {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.cajaLogin {
	font-size: 18px;
	width: 200px;
	height: 25px;
	border: 1px black solid;
	text-align: center;
}
