body {
	overflow:hidden;
	background-image: url(../imagenes/fondo.jpg);
	background-color: #000000;
}
#contenedor {
	background-color: #15618;
	height: 100%;
	width: 100%;
}
#contenido {
	height: 100%;
	margin: auto;
	width: 950px; /* probá una medida en px si querés */
	background-image: url(../imagen/fondo2.jpg);
	background-color: #15618;
}
#swf {
	background-color: #000000;
	width: 950px;
	height: 500px;
}
.textomail {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
