body {
	margin-bottom:10px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	background-color: #ECF0F4;
	background-image:url(../images/BgBlue01.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;

}
.InputForm {
	font-family: Lucida Sans;
	font-size:12px;
	font-weight: normal;
	color:#000000;
}

.Texto {
	font-family: Lucida Sans, Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	color:#000000;
}
.TextoBlanco {
	font-family: Lucida Sans, Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
}
.Pie {
	font-family: Lucida Sans, Trebuchet MS;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
}
.TextoTitulo {
	font-family: Lucida Grande, Trebuchet MS;
	font-size:14px;
	font-weight: bold;
	color:#000000;
}
a{
	text-decoration : none;
}
A:hover { 
	text-decoration : underline;
}
A:LINK, A:VISITED {
	color : #000000;
	/*text-decoration : none;*/
}
