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

html, body{
	height:auto !important;
	height:100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-align:center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#contenido {
	width: 1000px;
	margin:0 auto;
	padding:0;
	text-align:center;

}

.copy {
	font-size: 10px;
	
}


a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
