#centro #estrutura #topo .horario {
	float						: right;
	text-align					: right;
	margin-right				: 5px;
	width						: 268px;
}

#centro #estrutura #topo .interno .horario {
	position					: relative;
}

#centro #estrutura #topo .horario .titulo {
	width						: 260;
	border-bottom				: 1px solid #666666;
	text-align					: center;
}

#centro #estrutura #topo .horario INPUT {
	width						: 403px;
	border						: 0px;
	text-align					: center;
	margin						: 0px;
	background					: transparent;
	margin-left					: 90px;
}

#centro #estrutura #topo .horario #gmt {
	position					: relative;
	top							: -2px;
	font-size					: 9px;
}

#centro #estrutura #topo .horario .relogio {
	float						: left;
	margin						: 4px;
	margin-top					: 6px;
}

/* Horarios ------------------------------------------------------------------- */

#horarios {
	font						: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align					: left;
	padding						: 10px;
	width						: 240px;
	height						: 300px;
	position					: absolute;
	top							: 54px;
	left						: 106px;
	z-index						: 3;
	display						: none;
	background-color			: #DCDCDC;
}

#horarios INPUT {
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width						: 160px;
	border						: 0px;
	text-align					: left;
	margin						: 0px;
	background-color			: #DCDCDC;
	color						: #000000;
}

#horarios LABEL {
	width						: 150px;
	display						: block;
	float						: left;
}

#horarios A:ACTIVE,#horarios A:LINK,#horarios A:VISITED {
	color						: #FF6600;
	text-decoration				: none;
	cursor						: hand;
}

#horarios A:HOVER {
	color						: #000000;
	text-decoration				: underline;
	cursor						: hand;
}

#hora {
	float:right;
	position:relative;
	left:10px;
}

#gmt {
	float:right;
	position:relative;
	left:10px;
}