@charset "windows-1252"; 

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C282F;
}

body {
	background-color: #203371;
	background-image: url('../imgs/fondo.png');
	background-repeat: repeat-y;
	background-position: top right;
}

a:link {
	text-decoration: none;
	color: #1C282F;
}

a:visited {
	text-decoration: none;
	color: #1C282F;
}

a:hover {
	text-decoration: none;
	color: #006699;
}

a:active {
	text-decoration: none;
}

.Estilo3 {
	font-size: 10px;
}

#menu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
}

.inputbox{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

