/* CSS GERAL - SITE UNIVERSO DO CONHECIMENTO             */
/* DESENVOLVIDO: PAULO CÉSAR ARASHIRO - WWW.ARASHIRO.COM.BR */

a:link{text-decoration:underline;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}

h1,h2,h3,h4,h5,ul,li,dt,dd,dl{padding:0px; margin:0px;}

body{
	margin:0px; 
	padding:0px; 
	background-color:#00123A; background-image:url(layout/background.jpg); background-position:top; background-repeat:repeat-x;
	font-family:Verdana, sans-serif; 
	font-size:11px; 
	color:#00123A;
	}
#all{
	width:740px; 
	margin:0px auto; margin-top:40px;
	border-style:solid; border-width:5px; border-color:#FFFFFF;
	background-color:#FFF;
	display:table;
	}
#topo{
	width:100%;
	background-image: url(cursos/imagens/degrade_topo.gif);
	background-position:top;
	background-repeat:repeat-x; 
	background-color:#003371;
	display:table;
	clear:both;
	height:88px;
}	
#logotipo{
	width:355px;
	height:87px;
	float:left;
	padding:10px 0px 0px 10px;
	}
#logotipo2{
	width:330px;
	float:right;
	text-align:right;
	}
#smarcos{ 
	height:52px;
	padding: 10px 15px 7px 0px;
	margin:0px;
	}
#abas{
	height:34px; 
	padding: 5px 10px 0px 0px;
	margin:0px;
	}
#box_areas{
	width:100%; height:250px;
	background-color:#EBEBEB; background-image:url(layout/background_box.jpg); background-position:top; background-repeat:repeat-x;
	display:table;
	padding-bottom:15px;
	}
#box_cursos{
	width:330px;
	float:right;
	padding-left:10px; 
	margin-bottom:30px;
	}
#box_forum{
	width:330px;
	float:left;
	padding-left:10px;
	margin-bottom:30px;
	}	
#conteudo{
	padding:30px 10px 10px 10px;
	height:100%;
	margin:0px;
	background-image:url(layout/degrade_conteudo_marca.jpg); background-position:top; background-repeat:no-repeat;
	display:table;
	width:720px;
	}		
#rodape_logotipos{
	width:100%;
	height:50px;
	background-color:#E3E3E3;
	border-top: 1px solid #D7D7D7;
	cleat:both;
	font-size:11px;
	font-weight:bold;
	}
#copyright{
	width:750px;
	margin:0px auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;	
	font-size:10px; 
	color:#666666;
	clear:both;
	}
.rodape1{text-align:center;}
.rodape1 a{text-decoration:none; color:#666666; font-size:10px;}
.rodape1 a:hover{text-decoration:underline; color:#666666; font-size:10px;}
	
p.intro{
	padding-left:40px; padding-right:15px; padding-top:10px;
	margin:0px;
	}
em{
	padding-left:230px; 
	margin-bottom:15px;
	font-weight:bold;
	}
em a:hover{color:#000;}