@charset "UTF-8";
/* CSS Document */
body{
	background-color:#000000;
}

div#imagen{
width:100%;
text-align:center;
margin-top:50px;
}

div#imagen img{
	border:none;
}

p{
	margin-top:0px;
	color:#FFFFFF;
	text-align:center;
}

p a{
	color:#FFFFFF;
}
