/* CSS Document */
body {
	background-image:  url("../images/intro/cielo_04.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-color: #074B95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7FB7EC;
}

a {
	text-decoration: none;
	color: #98BCE6;
	font-weight: bold;
	margin-top: 20px;
}
a:hover {
	font-weight: bold;
	color: #ff6102;
	text-decoration: none;
}

#flash {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -155px;
	z-index: 2;
}
#sfondo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -185px;
	z-index: 1;
}
