/* CSS Document */




body {
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.centrar {
	position: absolute;
	left: 50%;
	width: 1100px;
	margin-left: -550px;
	z-index: 1;
	margin-top: 0px;
/*
	top:50%;
	height:520px;
	margin-top:-260px;
*/
}


h1 {
	font-size: 16px;
	margin-top: 10px;
	
}
h2 {
	font-size: 14px;
	margin-top: 5px;
}
h3 {
	font-size: 12px;
	margin-top: 3px;
}

p {
	font-size: 11px;
}

a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #435F00;
}

img {
	border: none;
}

