@charset "utf-8";

body{
	background-image:url(images/head.png);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centralizar {
	text-align: center;
}


#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
a:link {
	border:none;
	text-decoration: none;
}
a:visited {
	border:none;
	text-decoration: none;
}
a:hover {
	border:none;
	text-decoration: none;
}
a:active {
	border:none;
	text-decoration: none;
}


#centralizarnegrito {
	text-align: center;
	font-weight: bold;
}
#texto {
	width: 860px;
	margin:0 auto;
	padding: 10px;
	text-align:justify;
	font-size: 20px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

