@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	color: #333333;
	padding:0;
	margin:0;
	background: #000;
}
a{
	text-decoration:none;
	color:#E20079;
}
a:hover{
	color:#999;
}
#contenido #flashcontent {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-top: 10px;
	margin-left: -477px;
	width: 955px;
	height: 600px;
}

/*
#footer {
	position: absolute;
	width: 955px;
	height: 40px;
	padding: 10px 0 0 0;
	background: none no-repeat left top;
	text-align: center;
	color: #999;
	top: 0;
	left: 50%;
	margin-left: -478px;
	margin-top: 552px;
	font-size: 11px;
}
*/

.imagen_mail{
	background: url("imagenes/mail.gif") no-repeat center left;
	padding: 0 20px 0 0;
}

#flashcontent p{
	text-align:center;
}
