/* CSS Document */

html,h2,h3,h4,h5,h6,img,hr,iframe,p,ul,li{
	margin: 0;
	padding: 0;
    border: 0;
}

h3 {
	padding-top: 150px;
}
 
Body {
	margin: 0 auto;
	font-family: arial;
	color: #333;
	font-size: 12px;
	background-color: #0a173b;
	color: #FFFFFF;
	
}

#Container {
    position: relative;
	width: 978px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
    top: 0px;
	z-index:0;
}

#swf {
    position:absolute;
	right: 0px;
	top: 0px;
	z-index:10;
}

#flashcontent {
	z-index:1000;
	height: 600px;
	background: url(../Img/SF_BobyHtm.jpg) no-repeat left top;
}

#LabelFlash {
	font: 11px Tahoma, Arial;
	color: #FFFFFF;
	background: #0A173B;
	height: 16px;
	width: 980px;	
}

#Lang {
	position:absolute;
	left: 22px;
	top:25px;
	width: 300px;
	height: 67px;
}

#TopMenuHtm {
	position:absolute;
	right: 10px;
	top: 70px;
	width: 216px;
	height: 26px;
}

#TopARHtm {
	position:absolute;
	right: 10px;
	top: 30px;
	width: 216px;
	height: 26px;
}

#MenuHtm {
	position:absolute;
	visibility: hidden;
	right: 10px;
	top: 96px;
	background: #FFF;
	padding-left: 16px;	
	height: 490px;
	width: 200px;
	color: #0A173B;
	font-weight: bold;
	filter:alpha(opacity=70);
	opacity: 0.7 !Important; /* per Firefoc - E7-8 */	
}

#MenuHtm a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#MenuHtm a:hover {
	text-decoration: underline;
	color: #0A173B;
}

#MenuHtm li {
	padding-bottom: 8px;
	list-style: url(../Img/Punto.gif);
}

ul {
	padding: 15px 15px 0px;	
	list-style: none;
}

#LabelFlash a {
	font: 11px Tahoma, Arial;
}

#divdocumento {
	position:absolute;
	width: 540px;
	left: 5px;
	top: 5px;
	z-index:2000;
	background-color:#0a173b;
	visibility: hidden;
	padding: 2px;
	filter:alpha(opacity=95);
}

#divdocumento img{
    padding-bottom: 4px;
}


h1 {
    font-family: Arial, sans-serif;
	font-size:20px;
	color: #FF9900;
	font-weight:bold;
}

h2 {
    font-family: Arial, sans-serif;
	font-size:16px;
	color: #FF9900;
	font-weight:bold;
}

a {
	color: #FFFFFF;
	text-decoration:none;
	cursor:hand;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#TabFooter {
	font-size: 11px;
	color: #FFFFFF;
}

#TabLogin {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


