body {
	background-color: #000000;
	background-image: url(imagen/fondo.jpg);
	background-attachment:fixed;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
	text-align: center;
}


a {

	color: #EA980A;
	text-decoration: none;
}


a:hover {
	
	color: #EA980A;
	text-decoration: underline;
	

}


.titulo {
	color: #FFFFFF;
}


#centrar {
	
	width: 900px;
	margin: 0 auto;

}

#cabecera {
	
	width: 900px;
	height: 150px;
	background-image: url(imagen/cabecera.gif);

}

#menu {
	width: 900px;
	height: 100px;
	background-image: url(imagen/menu/fondo_menu.gif);


}

#contenido {

	width: 800px;
	text-align: left;
	margin: 0 50px 20px 50px;

}

#separador {
	height: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#leyenda_txt {

	width: 550px;
	margin: 0 125px 0 125px; 

}

#leyenda_txt img {

	float: left;
	margin: 0 15px 15px 0;

}
