/* CSS Document */

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000066;
	line-height: inherit;
	padding: 3px;
}.tituloG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	background-color: #00aeef;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #957B4D;
}
.navigation-small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #7E6841;
}
