body {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
}
.blanco_tex {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding-top: 50px;
}
.enlace {
	font-size: 14px;
	font-weight: normal;
	color: #01a7e7;
	text-decoration: none;
	padding: 2px;
	cursor: hand;
	margin-top: 10px;
}
.enlace:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	background-color: #01A7E7;
}
.fondo {
	background-image: url(fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
p{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
