@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 2px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 100px;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bolder;
	color: #b11116;
}
#main {
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-decoration:underline;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

.texto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	text-decoration:underline
}

.radius {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: thin solid #6e6864;
	background:url(img/menuBack.png);
	background-repeat:repeat;
}

