body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#maincontent
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: auto; 
	padding-top:60px;
	background-color: #ffffff;
	
	
}


#maincontent p
{
	margin-top:-4px;
	padding-top:15px;
	padding-bottom:20px;
	
}


#centrado
{
	margin:auto;
	height: 400px; 
	width: 737px;	
}