@charset "utf-8";
body, td, th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFC;
}
a:hover {
	text-decoration: none;
	color: #FFC;
}
a:active {
	text-decoration: none;
	color: #FFC;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../titles/bg.jpg);
	background-repeat: repeat;
}

* {
	margin: 0px;
	padding: 0px;
}
#main {
	height: 10px;
	width: 760px;
	margin: 0px auto;
}
#titulo {
	height: 120px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	background-image: url(../titles/back1.png);
}


#splash {
	height: 205px;
	width: 760px;
	margin: 0px auto;
}
#titulo  h1{
	color: #FFF;
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 15px;
}
#content {
	height: 130px;
	width: 760px;
	background-image: url(../titles/back.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
}

#content p {
	text-align: justify;
	font-size: 15px;
	margin-top: 2px;
	background-position: right;
	padding-right: 130px;
	padding-left: 35px;
	color: #FFC;
	text-transform: uppercase;
}

#content a:link {
	color: #900;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
}
#content a:visited {
	text-decoration: none;
	color: #C30;
}
#content a:hover {
	text-decoration: none;
	color: #F11;
}
#content a:active {
	text-decoration: none;
	color: #900;
}



#footer {
	clear: both;
	width: 760px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../titles/back_footer.png);
	background-repeat: no-repeat;
	background-position: right;
}
#footer p {
	text-align: right;
	font-size: 12px;
	margin-top: 2px;
	background-position: right;
	padding-right: 35px;
	padding-left: 130px;
}
