body {
	background-color: #ffffff;
	background-image: url(img/bg_aqua.jpg);
	background-attachment:fixed;
	background-position:center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
a {
	
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFE600;
}
a:visited {
	text-decoration: none;
	color: #FFEC00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bgcell {
	background-color: #ffffff;
	background-image: url(img/bg_tabla.jpg);
	background-repeat: no-repeat;
}
.bg {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	
}
.titulo {
	color: #0000FF;
	font: bold 18px "Times New Roman", Times, serif;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;	
}
.resalte {
	color: #6633CC;
	font: bold normal 14px "Times New Roman", Times, serif;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;	
}

.pie-grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;	
}

