@charset "utf-8";
@font-face {
font-family: "Fuente";
src: url(Tipografias/BauhausStd-Light.otf) format("OpenType");
}
#contenedor_1024 {
	height: 810px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	background-image: url(Fondo/fondo_total.gif);
	background-repeat: no-repeat;
}
.texto_negro {
	font-family: "Fuente","Bauhaus Std Light", "Trebuchet MS", "Segoe UI Light";
	font-weight: lighter;
	color: #000;
	font-size: 16px;
}

#contenedor_800 {
	position: relative;
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	
}
#inicio_abajo {
	position: absolute;
	height: 261px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	left: 16px;
	top: 529px;
	z-index: 3;
	background-image: url(Inicio/inicio.png);
	background-position: center center;
}
#swf {
	position: absolute;
	height: 436px;
	width: 736px;
	margin-left: 28px;
	top: 21px;
	left: 4px;

}
#contenido {
	position: absolute;
	height: 530px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	left: 16px;
	top: 1px;
	z-index: 4;

}
#texto_cabecera {
	position:absolute;
	font-family:"Fuente", "Bauhaus Std Light", "Trebuchet MS", "Segoe UI Light";
	height: 52px;
	width: 274px;
	color: #000;
	left: 489px;
	top: 91px;
	font-size: 12px;
}
#botones {
	position:absolute;
	height: 142px;
	width: 700px;
	left: 31px;
	top: 23px;
	}
img {
	border: none;
}
a {
	outline: none;
}

