body {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-top: 5px;
}
h1{
	padding:0px;
	margin:3px;
	color:#990000;
	font-weight: bold;
}
h2{
	padding:0px;
	margin:3px;
	color:#333333;
	font-weight: normal;
}

a {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
}


#divmenu {
	position:absolute;
	top:0%;
	width:411px;
	height:400px; overflow:hidden;
	margin-top:/*15*/120px;
	left:50%;
	margin-left:-365px;
	z-index:2;
}
#divcont {
	position:absolute;
	top:0%;
	margin-top:5px;
	left:50%;
	height:518px;
	width:571px;
	margin-left:-70px;
	z-index:3;
}
#divsez {
	position:absolute;
	top:0%;
	margin-top:75px;
	left:50%;
	height:420px;
	width:460px;
	margin-left:-40px;
	z-index:4;
	font-size: 12px;
}

.backcont {
	background-image: url(../images/backcont.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.txtglobal h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.txtglobal h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:12px;
}
.titpagina h1 {
	font-family: Georgia, "Times New Roman",;
	font-size: 22px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
}
.titpagina h2 {
	font-family: Georgia, "Times New Roman",;
	font-size: 16px;
	color: #000000;
	font-style: italic;
	line-height: 22px;
	text-align: justify;
}
.titpagina h3{
	font-family: Georgia, "Times New Roman",;
	font-size: 16px;
	color: #660000;
	font-style: italic;
	line-height: 22px;
	text-align: justify;
}

.menu-top{margin:15px 0 0 20px; padding:0; list-style:none}
.menu-top li{float:left; margin-left:20px;}
.menu-top li a{text-decoration:none;}
