@charset "utf-8";


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
.logo_login {
	width: 600px;
	background-image: url(logo_template/logo_ingreso_acua.jpg);
	height: 100px;
}

.formulario {
	background-color: #000000;
	font-size: 12px;
	color: #CCCCCC;
	border-top-color: #004646;
	border-right-color: #004646;
	border-bottom-color: #004646;
	border-left-color: #004646;
}
.borde_trasparente {
	border: 3px solid #004646;
	background-color: #00EEF0;
}

.formulario_boton {
	background-color: #000000;
	font-size: 12px;
	color: #00EAED;
	border-top-color: #004646;
	border-right-color: #004646;
	border-bottom-color: #004646;
	border-left-color: #004646;
}
.texto_negro {
	color: #000000;
	font-size: 12px;
}
.marquesina_texto {
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	background-color: #004646;
	padding: 5px;
}
.texto_login {
	color: #000000;
	font-size: 12px;
}
.texto_blanco {
	color: #FFFFFF;
	font-size: 12px;
}
.texto_acua {
	color: #00EEF0;
	font-size: 12px;
}
#logotipo_superior {
	width: 768px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logo_template/logo_ingreso_acua.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
#barra_informacion {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #004646;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#estadisticas {
	width: 768px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../imagenes/estadistica.jpg);
	padding-top: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004646;
	border-right-color: #004646;
	border-bottom-color: #004646;
	border-left-color: #004646;
}

#cuerpo {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 5px solid #004646;
	color: #000000;
}
.texto_negro_subrayado {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.texto_rojo {
	color: #FF0000;
	font-size: 12px;
}
#logotipo_superior_alerta {
	width: 768px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logo_template/logo_ingreso_rojo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
.formulario_fondoblanco {
	font-size: 12px;
}
.texto_rojo_parpadea {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}
