body {
	margin:0px;
	text-align:center;
	font-family:"MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	background:url(../../img/bodypxrep.gif) repeat-x #525252;
}

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

.pagina {
	background:url(../../img/bgpag.jpg) right bottom no-repeat;
	width:546px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	padding-top:10px;
	float:left;
}

h2 {
	font-weight:bold;
	color:#1C411E;
	font-weight:bold;
	background:url(../../img/h2.gif) bottom left no-repeat;
	padding-bottom:15px;
	font-size:24px;
}

h3 {
	font-weight:bold;
	color:#D22C1A;
	font-weight:bold;
	font-family:"MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size:15px;

}

.foot {
	clear:both;
	text-align:right;
	padding-right:15px;
	background:url(../../img/foot.gif);
	color:#FFFEEF;
	height: 27px;
}

.foot a {
	text-decoration:none;
	color:#FFFEEF;
}

.menu {
	float:left;
	width:170px;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:10px;
	line-height:200%;
}


/************** MENU *******************/
ul#menu{
	float:left;
	width:170px;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:10px;
	line-height:200%;
}

ul#menu li.itemMenu{
  font-weight: bold;
	color:#FFFEEF;
	text-decoration:none;
	display:block;
	padding-left:10px;
}
ul#menu li.itemMenu:hover{
  font-weight: bold;
	background:#F5D2C6;
	color:#333333;
	cursor: pointer;
	padding-left:10px;
}
ul#menu li.itemMenuOn{
  font-weight: bold;
  color:#FFFEEF;
	text-decoration:none;
	display:block;
	padding-left:10px;
}
ul#menu li.itemMenuOn:hover{
  font-weight: bold;
	background:#F5D2C6;
	color:#333333;
	cursor: pointer;
	padding-left:10px;
}
/****************************************/