body {
	background-color: #E8F7F8;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	font-family: Arial;
	color: #000146;
	font-size: 14px;
}
td {
	font-size: 14px;
}
p {
	font-size: 14px;
}
table.menutop {
	background-color: #6495ED;
}
td.menutop {
	background-image: url(images/boton_menu.gif);
}
h1 {
	color: #4169E1;
	font-size: 40px;
}
h2 {
	color: #708090;
	font-size: 32px;
}
h3 {
	color: Navy;
	font-size: 26px;
}
h4 {
	color: #4169E1;
	font-size: 18px;
}
a.menutop {
	color: White;
	font-size: 17px;
	width: 100%;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
a.menutop:hover {
	color: Yellow;
	text-decoration: underline;
}
table.main {
	border: 2px solid #6495ED;
	background-color: #FDFDFD;
}
hr {
	color: #6495ED;
}

table.design {
	color: #6495ED;
}
tr.form {
	background-color: #DCF3EC;
}
.red {
	color: Red;
}
.blue {
	color: Blue;
	font-weight: bold;
}
