/*Generico*/
body{
	margin:0;
	border:0;
	background:url(../img/background.gif) repeat-x center top; 
	text-align: center;
}
a{ 
  border: none; 
  cursor : pointer;	
}
.page {
	background-color: #FFFFFF;
	width: 800px;
	height: 600px;
}
.page .menu {
	width: 720px;
	position: absolute;
	top: 10px;
}
.page .paloma {
	height: 81px;
	width: 100px;
	top: 20px;
	position: absolute;
}
.page .menu .itemmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #703838;
	cursor : pointer;
	text-decoration: none;
}
.page .menu .tablemenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	/*border-bottom-style: solid;*/
	border-left-style: none;
	/*border-bottom-color: #D8D8D8;*/
	border-top-width: 0px;
	border-right-width: 0px;
	/*border-bottom-width: 1px;*/
	border-left-width: 0px;
}
.page .pie {
	width: 720px;
	position: absolute;
	top: 560px;
}
.page .pie .item{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #727272;
	margin-top: 2px;
	margin-bottom: 2px;
}
#apie{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #727272;
}
