BODY {
	margin: 0px;
	background-image: url(img/bg_inicio.jpg);
	/*
	background-repeat: no-repeat;
	background-position: center top;
	*/
	background-color: #000000;
}

.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.pie:hover {
	color: #CCCCCC;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: inherit;
	text-decoration: none;
}
.texto:hover {
	text-decoration: underline;
}

