@charset "UTF-8";
/* CSS Document */

body {
	background-color:#2A4562;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px #000000;
}

a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#Footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-image:url(Images/Background_Footer.png);
	background-repeat:repeat;
}

#Firma {
	position:fixed;
	bottom:55px;
	right:10px;
	z-index:10;
}

#Menu {
	position:fixed;
	z-index:10;
	left:50%;
	top:0px;
	width:800px;
	margin-left: -400px;
}

#MenuRight {
	position:fixed;
	z-index:10;
	left:50%;
	top:0px;
	width:5000px;
	height:165px;
	margin-left: 400px;
	background-image:url(Images/menu_background.bmp);
}

#MenuLeft {
	position:fixed;
	z-index:10;
	right:50%;
	top:0px;
	width:5000px;
	height:165px;
	margin-right: 400px;
	background-image:url(Images/menu_background.bmp);
}

#CorpoPagina {
	position:absolute;
	left:50%;
	top:170px;
	width:800px;
	margin-left: -400px;
}

#CorpoPagina2 {
	background-color: #315174;
	position:absolute;
	left:50%;
	top:50px;
	width:800px;
	padding:15px;
	margin-left: -400px;
	border: 2px solid #243C56;
}


#Footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#0C1D2C;
	z-index:15;
}

