
@import url("../library/estilo.css");
@import url("../library/home.css");

body { 
	background:url(../images/background.jpg) repeat-x top left fixed; 
	margin: 0px; 
} 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
a:link, a:visited, a:hover, a:active {
	color: #c30200;
	text-decoration:underline;
}
img {
	border:0px;
}
#principal { 
	width:776px; 
	margin:0 auto; 
	background-color:#FFFFFF;
	border-top: 5px solid #c30200;
}
#topo {
	float:left;
	width:776px;
	height:242px;
}
#conteudo {
	float:left;
	width:756px;
	padding:10px;
	background:#FFFFFF;
}
#rodape {
	float:left;
	width:756px;
	height:59px;
	color:#787778;
	font-size:11px;
	border-top:#c30200 8px solid;
	background:url(../images/bg_rodape.png) repeat-x top left;
	padding:7px 10px 0 10px;
}
#rodape .left {
	float:left;
	width:60%;
}
#rodape .right {
	float:left;
	width:40%;
	text-align:right;
	padding:15px 0 0 0;
}
#rodape a {
	color:#787778;
	text-decoration:none;
}
#rodape a:hover, #rodape a:active {
	color:#787778;
	text-decoration:underline;
}
.logo a{
	float:left;
	width:298px;
	height:242px;
	background: url(../images/logo_global.jpg) no-repeat top left;
}
.logo a span {
	display: none;
}
.anima {
	float:left;
	width:478px;
	height:130px;
}
.menu {
	float:left;
	width:478px;
	height:41px;
	color:#FFFFFF;
	font-weight:800;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg_menu.png) repeat-x;
	*background:url(../images/bg_menu.jpg) repeat-x;
	padding:6px 0 0 0;
}
.menu a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 9px;
	border-right:2px solid #093A70;
}
.menu a:active, .menu a:hover {
	background:#01407d url(../images/bg_menu_on.png) top repeat-x;
	border:1px solid #043365;
	color:#FFFFFF;
	text-decoration:none;
}
.curso {
	float:left;
	width:478px;
	height:65px;
	background:url(../images/bg_bandeiras.gif) repeat-x;
}
.curso img {
	margin:8px 15px 0 20px;
}
.spacer5 {
	clear: both; 
	height: 5px; 
	font-size: 0px;
}
.spacer10 {
	clear: both; 
	height: 10px; 
	font-size: 0px;
}