@charset "UTF-8";
html { padding: 0; margin: 0; border: 0; }

body {
	
	background: #cfd2e1 url(img/bg.jpg) top center fixed repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	margin: 0px;
}

img {

	border: 0px;

}

a:link {
	color: #4F5F82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F5F82;
}
a:hover {
	text-decoration: underline;
	color: #4F5F82;
}
a:active {
	text-decoration: none;
}


#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#centro {
padding: 30px;

}

#trat {
	margin: 0px;
	background: url(img/hr.gif) bottom repeat-x;
}

h2 {
	text-decoration: none;
	font-style: normal;
	font-size: 20px;
	color: #4F77A4;
}
