/*
**********************************************************************
**             CSS para o site inteiro da Mackenzie Rio				**
**					(Criada por Felipe - DIC)						**
**	Todos os css do site devem ser colocados aqui e não nas páginas **
**********************************************************************
*/

a:link {  text-decoration: none; color:#666666}
a:visited { text-decoration:: none; color:#666666}
a:hover {  text-decoration: underline; color:#990000}
a:active {  text-decoration: none; color:#990000}

#head_tab a:link {  text-decoration: none; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#head_tab a:visited {  text-decoration: none; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#head_tab a:hover {  text-decoration: underline; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#head_tab a:active {  text-decoration: none; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#tabela {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
#tabela a:link {  text-decoration: none; color:#990000}
#tabela a:visited {  text-decoration: none; color:#990000}
#tabela a:hover {  text-decoration: underline; color:#990000}
#tabela a:active {  text-decoration: none; color:#990000}

.body { 
	overflow-x: hidden;
	}

.box {
	font-family: Arial;
	font-size: 9px;
	border: 1px solid #333333;
	margin: 1px;
	padding: 1px;
	height: 16px;
	width: 20px;
	}
	
.link_mapa {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	}


.ra {
	height: 17px;
	width: 97px;
	font-size: 9px;
	}

.senha {
	height: 17px;
	width: 76px;
	font-size: 9px;
	}
	
.mnu_esq_link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
	
.mnu_esq_head {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #BF0000;
	}
	
.Topo_Noticias {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BF0000;
	}
	
.Data_Noticia {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	}
	
.Texto_Noticia {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-style:italic;
	}
	
.texto
	{
	font-family: Arial;
	font-size: 12px;
	}
	
.Sub_Titulo
	{
	font-family: Arial;
	font-size: 14px;
	}

	
.Titulo_Pag
	{
	color: #BF0000;
	font-size: 16px;
	font-family: Arial;
	}
	
.Head_Tab
	{
	color: #BF0000;
	font-size: 12px;
	font-family: Arial;
	}

	
.link_mapa_menor {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	}

.texto_vermelho {
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	}
	
.Head_Tab_Branco {
    font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	}	
	
	<!-- EGRESSO -->

.egresso_body {
	background-repeat:repeat-x;
	}

#egresso_centro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 722;
	height: 493;
	margin: -246 0 0 -361;
	}
	
#BannerLightBox {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #333;
	background-color: transparent;
	background-image: url(../images/overlay.png);
	
}

