/* CSS Document */BODY  { 	background-color : #fec228;	font-family : arial; 	color : black; 	max-width: 960px;	margin: 0 auto;} P  { 	font-size : 12pt; 	font-family : arial,helvetica; 	font-weight : normal; } #top-header {	margin: 25px 0px 25px 0px;	height: 150px;}#navBar{	padding: 0 0 0 0;	width: 15%;	min-width: 180px;	min-height: 400px;	float:left;}#content{	padding: 0px 10px 0px 10px;	vertical-align:top;}.menuItem {	height: 40px;	width: 150px;	padding: 5px 10px 5px 10px;	margin: 10px 0px 10px 0px;}.acceso {	background-color: #FFF0CF;	color: red;	height: 40px;	line-height: 40px;	width: 150px;}.action {	background-color: #FFF0CF;	color: orange;	height: 40px;	line-height: 40px;	width: 150px;}a:link , a:visited , a:active {	font-size: 9pt;	padding: 4px;	text-decoration: none;}.menuItem a:link , a:visited , a:active {	font-size: 14pt;	font-weight: normal;	text-decoration: none;	display: block;}.menuItem a:hover {	font-weight: bold;	background-color: #BF946D;	color: white;}