

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



html { 
	overflow-x: scroll;
}

body {
	background: #ffffff;
	width:100%;
	line-height: 1.5;
	font-size: 12px;
	font-family: Verdana, Arial,sans-serif;
}

img { 
	display:block;
}


a:link, a:visited {
	text-decoration: none;
}

a.btsubmenu:link, a.btsubmenu:visited {
	text-decoration: none;
	color:#0657a9;
}
a.btsubmenu:hover {
	color:#acc102;
}
a.btsubmenu:active {
	text-decoration: none
}

.btsubmenuativo{
	color:#acc102;
}


/********************************************/

#wrapper {
	width:100%;
	height:100%;
	overflow: hidden;
}



/************** CONTENT *************/

#content {
	position: relative;
	line-height: 1.2;
	height: 750px;
}
#submenu{
	width:100%;
	height:40px;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	margin-bottom: 30px;
}
#submenu_menu{
	position: relative;
	width: 970px;
	margin: 0 auto;
}
#submenu_menu div{
	float: left;
	margin-right: 30px;
	padding-top: 8px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
}


#conteudo{
	position: relative;
	width: 970px;
	margin: 0 auto;
	margin-top: 40px;
}

.coluna_1{
	position: relative;
	width:189px;
	float: left;
}
.coluna_2{
	position: relative;
	width:280px;
	float: left;
}
.coluna_3{
	position: relative;
	width:430px;
	float: left;
}
.coluna_4{
	position: relative;
	width:638px;
	float: left;
}
.coluna_5{
	position: relative;
	width:804px;
	float: left;
}
.coluna_6{
	position: relative;
	width: 970px;
}
.coluna_espaco{
	width: 60px;
	height: 10px;
	float: left;
}
.coluna_espaco2{
	width: 5px;
	height: 10px;
	float: left;
}
.box_webaula{
	width: 187px;
	height: 235px;
	border: 1px solid #e0e0e0;
}
.texto_webaula{
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titulo_webaula{
	font-family: 'Roboto Regular', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.descricao_webaula{
	font-family: 'Roboto Regular', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.entrar_webaula{
	position: absolute;
	margin-top: 190px;
	margin-left: 8px;
}

.titulo{
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:700;
	color:#004a8f;
	padding-bottom: 30px;
}
.subtitulo_black{
	font-family:arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#000000;
	padding-top: 20px;
	padding-bottom: 30px;
}
.subtitulo_blue{
	font-family:arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#0657a9;
	padding-bottom: 10px;
}
.texto{
	font-family:'Roboto Regular', sans-serif;
	font-size:13px;
	font-weight:300;
	color:#000000;
	line-height: 18px;	
}
.topico{
	margin-bottom: 20px;
}
.topicogota{
	background:url(../imagens/opremio/gota.gif) top left no-repeat #ffffff;
	margin-bottom: 5px;
	font-family:'Roboto Regular', sans-serif;
	font-size:13px;
	color:#000000;
	padding-left: 17px;
	font-weight:300;
	line-height: 18px;
}
.espacovertical{
	height: 66px;
}
.espacovertival_2{
	height: 36px;
}
.clear {
	clear: both;
}



