body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
}
.background {
	background-image: url(../imagenes/background.jpg);
	background-position: top;
	background-repeat: repeat;
	background-color: transparent;
}
.background1 {
	background-image: url(../imagenes/background1.jpg);
	background-repeat: no-repeat;
	left: 50%;
	width: 820px;
	height: 900px;
   margin-left: -410px;
	position: absolute;
}
.swfcentro {
   position: absolute; /*Posicionamiento absoluto*/
   width: 1000px;
	height: 750px;
	left: 50%;
	top: 50%;
   margin-left: -500px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
	margin-top: -350px;
}
.backgen {
	background: url(../images/fondo-general.jpg) repeat-y fixed;
}
.skip{
	position: absolute;
	width: 450px;
	left: 50%;
	margin-left: -225px;
	bottom: 20px;
	z-index: 10000;
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 10px;
	text-align: center;
	color: White;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: thin;
	padding-bottom: 2px;
	padding-top: 2px;
}