@charset "UTF-8";
#fondoIntro {
	position:absolute;
	top: 50%;
	left: 50%;
	width:950;
	height:550;
	margin-top: -275; /*set to a negative number 1/2 of your height*/
	margin-left: -475; /*set to a negative number 1/2 of your width*/
	border: 0px solid #000000;
	background-color: #000000;
}
#fondoLOE {
	background-image: url(../JPG/fondoLOE.png);
}
#fondoLON {
	background-color: #333333;
}
