body {
	background-color: #000000;
	background-image: url("../images/fondoindex.jpg");
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: center top;
}

a {font-size:40; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a:hover {font-size:30; font-weight:bold; color:RED; text-decoration:none;}
	
#contenedor {
	margin: 0 auto; /* Centrado para browsers compatibles con CSS */
	width: 960px;
	height: 750px;
	text-align: center;  /* Centrado para IE 5 Parte 2. */
}

#logo {
	height:300px;
}

#texto{
	height:250px;
	text-align: center;
	float: center;
}
