body {
	margin:0px;
	background-color:#5A9CB5;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E4E4E;
	font-size:12px;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.web {
	width:770px;
	margin:auto;
	background:url(../../img/pxrep.gif) repeat-y;
}

.head {
	background:url(../../img/head.jpg) no-repeat;
	height:179px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
	color:#FFFFFF;
}

.head a {
	text-decoration:none;
	color:#FFFFFF;
}



.pagina {
	clear:both;
	text-decoration:none;
	text-align:justify;
	line-height:150%;
	padding-left:30px;
  padding-right:30px;
}


.pagina a {
	color:#000000;
}

h2 {
	color:#019F30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	border-left:15px solid #019F30;
	padding-left:5px;
}

h3 {
	color:#019F30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

}

.foot {
	background:url(../../img/foot.gif) no-repeat;
	clear:both;
	height:67px;
	text-align:left;
	padding-left:20px;
	font-weight:bold;
	padding-top:10px;
	color:#000000;
}

.foot a {
	color:#000000;
}

ul#menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	list-style: none;
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 12px;
	height: 38px;
}

ul#menu li.itemMenu{
	padding: 1px 2px 2px 0px;
	margin: 0px;
	width:100px;
	height:45px;
	padding-top:14px;
	display:block;
	float:left;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	line-height: 15px;
	color:#333333;
	background:url(../../img/separalink.gif) no-repeat right;
}
ul#menu li.itemMenu:hover{
	padding: 14px 2px 2px 0px;
	margin:0px;
	width:100px;
	height:38px;
	display:block;
	float:left;
	background:url(../../img/hover.gif) no-repeat;
	color:#000000;
	cursor: pointer;
	font-weight:bold;
}
ul#menu li.itemMenuOn{
	padding: 14px 0px 2px 0px;
	margin:0px;
	width:100px;
	height:38px;
	display:block;
	float:left;
	background:url(../../img/hover.gif) no-repeat;
	color:#000000;
	cursor: pointer;
	line-height: 15px;
	font-weight:bold;
}


.menu {
	height:52px;
	background:url(../../img/menu.gif) no-repeat;
	clear:both;
	padding-left:5px;
	font-weight:bold;
}


