@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../images/bkg_logo_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#correo {
	width: 140px;
	margin-top: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#correo p{
	margin: 9px 0 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
}
#correo a {
	text-decoration: none;
}
#correo a:link, #correo a:visited {
	color: #666666;
}
#correo a:hover {
	color: #ED7921;
}
.clear_div {
	clear: both;	
}

