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

body {
	background-color: #000000;
	color: #000000;
	}
	#contenedor {
	padding:0px;
	height:100%;
	width:100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	}
	#contenido {
	height:768px;
	width:1024px;
	margin:0px auto;
	width:1024px;
	background-image:url(fondo2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	}
	
	#botones {
	height:300px;
	width:240px;
	margin-top: 150px;
	margin-left: 120px;
	float: left;
	list-style-type: none;
	}
	
	#botones li {
	margin: 0px;
	line-height: 40px;
	list-style-type: none;
	}
	
	
#actualizado {
	float:left;
}

