body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin: 0 auto;
	background-attachment: fixed;
	background-image: url(../pics/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E4DFDB;
}
.texto {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
