/* CSS Document */
/*****		T I T U L O		D E		L I N K S 		*****/
h3._link { /*canal*/
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6b00;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6b00;
	padding-bottom: 5px;
	text-align: left;
}

._linktitulo { /* titulo */
	font-size: 14px; 
	font-weight: bolder; 
	color: #ff6b00; 
}
/*****		L I N K S 		*****/
p._link {
	font-size: 11px;
	margin-top: 10px;
}
p._link a {
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}
p._link a:hover {
	text-decoration: underline;
}
/*****		M E N U		D E		L I N K S 		*****/
p._linkmenu {

	text-align: center;
	color: #ff6b00;
	font-size: 12px;
}
p._linkmenu a {
	color: #ff6b00;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}
p._linkmenu a:hover {
	text-decoration:underline;
}
/*****		E - M A I L		*****/
p._linkresaltado{	/*parrafo*/
	font-size: 11px;
}
p._linkresaltado a{ /*link send*/
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
p._linkresaltado a:hover{/*link over*/
	text-decoration: underline;
}

