@charset "utf-8";
.logo {
	background-image: url(images/tituloindex.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 900px;
}


.findex {
	background-image: url(images/findex.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
	margin: auto;
}
.textoblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

