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

body {
background:#000000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:80%;
letter-spacing:14px;
color:#CCCCCC;
text-align:center;
margin-top:120px;
}

p{
color:#666666;
letter-spacing:3px;
font-size:65%;
font-family:Geneva, Arial, Helvetica, sans-serif;
}


.contacto{
color:#666666;
letter-spacing:3px:;
font-size:80%;
font-family:Geneva, Arial, Helvetica, sans-serif;

}


a:link {
	text-decoration: none;
	border:#000000;
	border-bottom-color:#000000;
	color:#000000;
	margin:0;
	
}
a:visited {
	text-decoration: none;
	border:#000000;
	border-bottom-color:#000000;
	color:#000000;
	margin:0;
}
a:hover {
	text-decoration: none;
	border:#000000;
	border-bottom-color:#000000;
	color:#000000;
	margin:0;
}
a:active {
	text-decoration: none;
	border:#000000;
	border-bottom-color:#000000;
	color:#000000;
	margin:0;
}


