.menuItem{
	background-color: #f1b102;
	width: 175px;
	border-top: 5px solid #f1b102;
	border-bottom: 5px solid #f1b102;
	border-left: 15px solid #f1b102;
	border-right: 15px solid #f1b102;
	text-align: left;
}
.menuItemHover{
	background-color: #0f01a4;
	width: 175px;
	border-top: 5px solid #0f01a4;
	border-bottom: 5px solid #0f01a4;
	border-left: 15px solid #0f01a4;
	border-right: 15px solid #0f01a4;
	text-align: right;
}	
.menuSeparator{
	height: 1px;
	width: 175px;
	background-color: #f1b102;
}
.linkMenuItem{
	color: #0f01a4;
	background-color: transparent;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
}
.linkMenuItemHover{
	color: #f1b102;
	background-color: transparent;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
}
.pageTitle{
	font-style: italic;
	font-family: tahoma;
	font-size: 12pt;	
	height: 30px
}
.texto{
	font-style: italic;
	font-family: tahoma;
	font-size: 10pt;	
}
.direccion{
	font-style: italic;
	font-family: tahoma;
	font-size: 8pt;
	font-style: italic;
	color: #5C5C5C;
}