@charset "utf-8";

html body { overflow: none; } 
body { background: #000; color: #fff; font-family: arial, verdana, sans-serif; margin: 0; padding: 0; }

a { text-decoration: none; color: #ff0; }


body.contenidos { background: #000 url(./entorno/fondo_general.jpg) no-repeat fixed center center ; }

div#flash  {
	width: 800px; height: 525px;
	margin: -263px -400px;
	top: 50%; left: 50%;
	position: absolute;
	background: #000;
	}
