h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#stylefour{
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:normal;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:1px solid #FF80CA;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:11px 5px 0 5px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#D80A82;
	background:#F4F2EF url(images/bgON.gif) no-repeat top right;
	}

#stylefour ul li.resaltado {
	display: block;
	float: left;
	margin: 0;
}

#stylefour ul li.resaltado a {
	display: block;
	float: left;
	color: #dd0067;
	text-decoration: none;
	padding: 11px 5px 0 5px;
	height: 23px;
	/*background: #fa9dcc url(images/bgRESALTADO.gif) no-repeat top right;*/
	background-color: #f4f2ef;
}

#stylefour ul li.resaltado a:hover, #stylefour ul li.resaltado a.current {
	color: #D80A82;
	background: #F4F2EF url(images/bgON.gif) no-repeat top right;
	/*background-color: #330065;*/
}

