@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-position:top center;
	background-position:0 30px;
	background-color:#333;
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
}

#principal
{
	margin:0;
	padding:0;
	margin-top:20px;
}
	
a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}