/* Reset.css */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, q, small, strong, sub, sup, tt, var,

ol, ul, li, fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

ul, ol { list-style: none;}

img { border: none; }

:focus { outline: 0; }

ins { text-decoration: underline; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* End reset */



body { 

	background: #fff;

	color: #333333;

	font: 14px/24px Georgia, 'Trebuchet Ms', Times, serif;

}

.login{

	background: #a40a0a;

}

::-webkit-input-placeholder { /* WebKit browsers */

	color: #fff;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

	color: #fff;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

	color: #fff;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */

	color: #ff;

}



/* HTML5 */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section { 

    display: block;

}

br{

	clear: both;

}

#wrapper{

	width: 1200px;

	margin: 0 auto;

}

header{

	height: 100px;

	background: #a40a0a url(images/logo.gif) no-repeat center;

}

.content_login{

	width: 322px;

	margin: 70px auto 0 auto;

	padding: 100px 0 150px 0;

	background: url(images/bgBoxLogin.png) no-repeat;

	overflow: hidden;

}

.content_login input[type=text],
.content_login select{

	height: 40px;

	width: 265px;

	border: 0;

	background: transparent;

	font-size: 16px;

	color: #fff;

	padding: 0 15px 0 15px;
}
.content_login select{
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0;
	width: 302px;
	border: 1px solid #777;
}
.content_login select option{
	color: #000;
}

.content_login input[type=submit]{

	float: right;

	width: 80px;

	height: 36px;

	margin: 10px 10px 0 0;

	background: #fff;

	border: 0;

	color: #333;

	font-size: 18px;

}

.content{

	padding: 15px 0 0 0;

	overflow: hidden;

}

.user_info{

	padding: 5px 0 0 0;

	text-align: right;

	color: #a40a0a;

	font-size: 20px;

}

.user_info a{

	font-size: 14px;

	color: #204286;

	text-transform: uppercase;

}

.blk_nivel{

	width: 45%;

	margin: 0 20px 0 20px;

	float: left;

}

span.nivel{

	display: block;

	color: #a40a0a;

	font-size: 12px;

	border-bottom: 1px dashed #ccc;

	margin: 0 0 5px 0;

}

ul.arquivos li,
ul.videos li{

	padding: 5px;

	margin: 0 0 5px 0;

	overflow: hidden;

	border: 1px solid #dfdfdf;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;	

	background-color: #f1f1f1;

}
ul.videos li{
	background: transparent;
	border: 0;
}

ul.arquivos li span,
ul.videos li span{

	display: block;

	float: left;

}

ul.arquivos li .icone{

	width: 20px;

	height: 20px;

	margin: 3px 5px 0 0;

	background: url(images/icoFILE.png) no-repeat;

}

	ul.arquivos li .icone.excel,

	ul.arquivos li .icone.xlsx,

	ul.arquivos li .icone.xls{

		background: url(images/icoEXCEL.png) no-repeat;

	}

	ul.arquivos li .icone.word,

	ul.arquivos li .icone.doc,

	ul.arquivos li .icone.docx{

		background: url(images/icoWORD.png) no-repeat;

	}

	ul.arquivos li .icone.powerpoint,

	ul.arquivos li .icone.ppt,

	ul.arquivos li .icone.pptx{

		background: url(images/icoPPT.png) no-repeat;

	}

ul.arquivos li .titulo,
ul.videos li .titulo{

	font-size: 10px;

	font-weight: bold;

	text-transform: uppercase;

	color: #204286;

	margin: 0 5px 0 0;

}

ul.arquivos li .desc,
ul.videos li .desc{

	clear: both;

	font-size: 11px;

	line-height: 15px;

	margin: 5px 0 0 0;

}

a.baixar{

	display: block;

	float: right;

	width: 70px;

	height: 26px;

	background: url(images/baixar_arquivo.png) no-repeat;

}

p.erro{

	text-align: center;

	color: #fff;

	text-decoration: underline;

}

ul.menu-principal{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
ul.menu-principal li{
	float: left;
	margin: 0 15px 15px 0;
}
ul.menu-principal li a{
	position: relative;
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
}
ul.menu-principal li a img{
	width: auto;
	height: 250px;
}
ul.menu-principal li a span{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #fff;
	padding: 0 15px;
	font-size: 20px;
	line-height: 45px;
	background: url(images/bg-item-menu.png);
}

ul.navigation{
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}
ul.navigation li{
	float: left;
}
ul.navigation li a{
	display: block;
	padding: 0 10px;
	margin: 0 5px 5px 0;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #9d0a10;
	text-decoration: none;
}
h1{
	font-size: 25px;
	font-weight: 600;
	color: #9d0a10;
	margin: 15px 0 0 0;
}
h2{
	font-size: 20px;
	font-weight: 600;
	color: #204286;
	margin: 15px 0 0 0;
}
iframe{
	min-height: 600px;
	height: 100%;
}
ul.lista-perguntas{
	list-style-type: decimal;
	padding: 0 50px;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	color: #204286;
	font-weight: 600;
}
ul.lista-perguntas li{
	margin: 0 0 5px 0;
}
ul.lista-perguntas .erro{
	color: #a40a0a;
}
ul.lista-perguntas li input{
	font-size: 16px;
	line-height: 25px;
	color: #204286;
	font-weight: 300;
	border-radius: 5px;
	padding: 0 5px;
	border: 1px solid #204286;
}