body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/background_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #C8C8C8;
}
a:link {
	color: #3F5F8F;
	text-decoration: none;
}
a:visited {
	color: #3F5F8F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003366;

}
.sombra_sup {
	background-attachment: fixed;
	background-image: url(images/sombra_sup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sombra_inf {
	background-attachment: fixed;
	background-image: url(images/sombra_inf.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nombre_mosaicos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.texto_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.boton_form {
	BORDER-RIGHT: #1E4E7E 1px solid;
	BORDER-TOP: #1E4E7E 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #1E4E7E 1px solid;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #1E4E7E 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #1E4E7E;
	text-align: center;
}