body{
		/*background: url("../img/fondo.jpg");*/
		background-color: black;
}
#container{
	width: 100%;
}
img{
	display:block;
	margin:auto;

}
footer{
	text-align: center;
	color: white;
}
footer a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}