@charset "iso-8859-2";
/** Antonio Cabello - puraenvidia.com **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2c2d30;
}

a:link {
	text-decoration: none;
	color: #BBB;
}
a:visited {
	text-decoration: none;
	color: #BBB;
}
a:hover {
	text-decoration: none;
	color: #EEE;
}
a:active {
	text-decoration: none;
	color: #BBB;
}
.estructura {
	width: 950px;
	margin: 0 auto; /* centrar pagina */ 
}
.footer {
	display:block;
	width:950px;
	margin: 0 auto; 
	background-color: ;
	height: 40px;
}

