@charset "utf-8";
/* CSS Document */


body, html 
{
	width:100%;
	height:100%;

}

body
{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	
	background:url(img/fundo.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
	
a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#principal
{
	
}