body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #5B2FB9;
	background-attachment: fixed;
}
#fondo {
	width:100%; position: absolute; z-index: -1; top: 0; left:0;
}
#contenedor {
	height: 100%;
	width: 100%;
	position:absolute;
	z-index:1;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#swfIndex{
	outline:none;
	color: #FFFFFF;
}
#swf_foto {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 450px;
    margin-top: -225px;    /*/ 680px/2*/
    width: 910px;
    margin-left: -455px;    /*/ 813px/2*/
}

.contenido {
	margin: auto;
	width: 100%;
	height: 100%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.fdoNegro {
	background-color: #000000;
}

