/* BODY //////////////////////////////////////////////////// */
body {
	background-color: #E2EDF6;
	font-family: Arial;
	font-size: 90%;
	line-height: 20px;
	color: #000000;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* LINKS //////////////////////////////////////////////////// */

A:link {
	font-family: Arial;
	font-size: 100%;
	color: #125482;
	text-decoration: underline;
}
A:hover {
	font-family: Arial;
	font-size: 100%;
	color: #003366;
	text-decoration: none;
}
A:visited {
	font-family: Arial;
	font-size: 100%;
	color: #125482;
	text-decoration: underline;
}
A:visited:hover {
	font-family: Arial;
	font-size: 100%;
	color: #003366;
	text-decoration: none;
}
/*INPUTS //////////////////////////////////////////////////// */
.inputbox {
	border: 1px solid #7F9DB9;
	font-family: Arial, Verdanas;
	font-size: 12pt;
	color: #125482;
	padding:3px;
}
/* TEXTO //////////////////////////////////////////////////// */
h1 {
	font-family: Arial, Verdana;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Verdana;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}
.verde {
	font-family: Arial, Verdana;
	font-size: 115%;
	font-weight: bold;
	color: #009900;
}
.titulo_pagina {
	font-family: Arial, Verdana;
	font-size: 125%;
	font-weight: bold;
	color: #0B3551;
}