@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);

html, body, div, span, applet, object, iframe, caption,
tbody, tfoot, thead, th,  del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquot, pre, a, abbr,
acronym, address, big, cite, code, dl,
dt, dd, ul, li, fieldset, form, label, legend{
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
	text-decoration:none;
	list-style:none;
}
body{
	margin:0 0 0 0 ;
	padding:0;
}

#tudo
{
	width:100%;
	padding:0;
	margin:0;
	top:0;
	font-family: 'Ubuntu', sans-serif;
	position:relative;
}

#clear
{
	clear:both;
}

#centraliza
{
	width:1000px;
	text-align:center;
}

/*topo do site*/
#cabecalho{
	position:relative;
	width:1000px;
}

#menufixo
{
	width:1000px;
}

#logo{
	float:left;
	width:150px;

}

.menu
{
	float:left;
	width: 849px;
}



#menuflutuante
{
	
}


/*banner*/
#banner
{
	position:relative;
	margin-top:5px;
	width:100%;
	max-width:1000px;
	max-height:300px;
}
#banner img{
	position:relative;
	top:0px;
}

/*conteudo*/
#conteudo
{
	margin-top:5px;
	width: 100%;
	max-width:1000px;
	position:relative;
}

.titulo{
	font-size: 40px;
	color:#3b4290;
	position:relative;
	text-decoration:none;
	padding: 10px 5px 5px 0 ;
}

.texto{
	font-size: 24px;
	color:#c5171161b;
	position:relative;
	display:inline-block;
	text-decoration:none;
	text-align:justify;
	border-bottom:1px #CCC solid;
}

.subtitulo{
	font-size:22px;
	color:#3b4290;
	
}

.linkcursos{
	float:left;
	width:270px;
	margin:20px;
	padding:10px;
	border:#CCC 1px solid;
}
.linkcursos a:link{
	font-size:18px;
	color:#333;
}
.linkcursos a:visited{
	font-size:18px;
	color:#333;
}
.linkcursos a:hover{
	font-size:18px;
	color:#3b4290;
}

.linkavisos a:link
{
	color:#333;
}
.linkavisos a:visited
{
	color:#333;
}
.linkavisos a:hover
{
	color:#333;
}

/*rodape*/
#rodape{
	width:1000px;
	text-align:left;
	position:relative;
}
#rodape #logo
{
	float:left;
	width:150px;
}
#rodape #endereco
{
	font-size:16px;
	float:right; 
	width:300px;
}
#rodape #menu
{
	float:left; 
	width:20%; 
	margin:10px;
	text-align: left;	
}
#copyright #direitos
{
	text-align:left;
	margin-top:5px;
	width:50%;
	float:left;
	font-size:12px;
}

#copyright #direitos a:link
{
	font-size:12px;
	color:#333;
}
#copyright #direitos a:visited
{
	font-size:12px;
	color:#333;
}
#copyright #direitos a:hover
{
	font-size:12px;
	color:#333;
}

#copyright #usinacriativa
{
	text-align:right;
	width:20%;
	float:right;
	font-size:12px;
}
.linkrodape a:link{
	font-size:16px;
	color:#333;
}
.linkrodape a:visited{
	font-size:16px;
	color:#333;
}
.linkrodape a:hover{
	font-size:16px;
	color: #666;
}

/*formularios*/
input{
	border:1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	font-size:16px;
}
textarea{
	border:1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	font-size:16px;
}
#fieldset{
	border:1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.btnEnviar{
	border:none;
}