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

*{margin: 0;padding: 0;}
body{margin: 0;padding: 0;font-size: 100%;font-family: arial, "MS Trebuchet", sans-serif;line-height: 1.2em;color: #666;/*background: white url(images/home.png) no-repeat top center;*/}

a img{text-decoration:none;border: 0;}
a,a:hover,a:visited{color: #1C73AA;text-decoration: none;}
a:hover{text-decoration: underline !important;}

#main {
	width: 500px;
	height: 500px;
	margin: 100px auto;
	text-align: center;
	padding: 0;
	}

#box {
	width: 350px;
	height: 350px;
	margin: 0 auto;
	border: 8px solid #CCC;
	text-align: center;
	padding: 0;
	background: url(images/logo-grande.png) no-repeat center ;
	}

#foot {
	width: 350px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	}


img{padding: 100px 20px 60px 10px; }

p {text-align: center; }
	
p.medium {text-align: center;
	color: ##1C73AA; 
	font-size: 110%;
	font-weight: bold;
	margin-top: 280px;
	fon}
	
p.small {text-align: center; 
	font-size: 70%;}
