@charset "utf-8";
body {
	background-image: url(../images/back3.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #022434;
}
#flashContent {
	width:100%;
	height:100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#master {
	position:relative;
	top:150px;
	width:500px;
	height:100%;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.text1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}
.text2 {
	font-weight: normal;
	font-size: 11px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#logo-sergio {
	height: 225px;
	width: 300px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
}
#linkOver {
	position:absolute;
	left:210px;
	top:80px;
	width:82px;
	height:77px;
	z-index:4;
}
.blocked{
	display:block;
	width:100%;
	text-decoration:none;
}