/*
	////////////////////////////////
	//	    ESPECIAL GRUNGE       //
	////////////////////////////////
*/
body {
	background-color: #000000;
	background-position: center center;
	margin: 0px;
	text-align:center;
}
.swfcentro {

}
/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#barra_emol {
	height: 20px;
	width: auto;
	text-align: center;
	background-color: #d9e2f4;
}
/*
	////////////////////////////////
	//	DIV CENTRO
	////////////////////////////////
*/
#div_centro_ {
	margin:0 auto 0 auto; 
	width:900px;
	position: center;
	height: 700px;
	background-image: url(imagenes/texto.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#div_cabezera_general {
	margin: 0px;
	position: center;
	width: 900px;
	height: 200px;
}
