@charset "utf-8";
/* CSS Document */

body{
	background-color: #f1e1c7;
	text-align:center; 
	font-family:"Times New Roman", Times, serif; 
	font-size: 15px; 
}

a {
	text-decoration:	none;
	font-weight:	bold;
	color: #CC0000;
	border-bottom-style: none;
}

a:hover {
	color: #182645;
	text-decoration:underline;
}


#centro{
	position: absolute; 
	left: 50%;
	width: 550px; 
	height: 300px; 
	margin-top: 50px; 
	margin-left: -275px; 
}

#masinfo h1{
	font-size:21px;}
	
#masinfo p{
	font-size:12px;}
#masinfo{visibility:hidden;}