/* RESERT ol, ul, li,*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  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, 
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;*/
	font-family: 'Roboto Condensed', sans-serif;	
}

strong{
	font-weight:bold;
}
/* FIM RESERT */

.tabela tr  td{
	padding:8px;
	
}

html {
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:15px;
	height:100%;
}


#wrapper {
	width:100%;
	background:#666;
}

#page_shadow_l{
			height:100%;
			width:70px;
			position:fixed;
			left:50%;
			margin-left:-530px;
			top:0;			
			/*z-index:1 !important;*/
			background-image:url(../img/bg_page_l.png);
			background-repeat:repeat-y;			
}

#page_shadow_r{
			height:100%;
			width:70px;
			position:fixed;
			left:50%;
			margin-left:460px;
			top:0;			
			/*z-index:1 !important;*/
			background-image:url(../img/bg_page_r.png);
			background-repeat:repeat-y;			
}

#page{
	width:100%;
	margin:0 auto;
	background-image:url(../img/cinza-claro.png);
	background-repeat:repeat;
}

.conteiner {
	width:900px;
	margin:0 auto;
}

.content {
	width:850px;
	margin:0 auto;
}

#header{
  background-color:#be1e2d;
}

#logo{
	height:114px;
	padding-top: 5px;
}

#login{
	float:right;
}


#menu_site{
	background-color:#333;
	padding:15px;
}



#bloco_geral{
	background:url(../img/cinza-escuro.png) repeat;	
}

#bloco_banner_home{
	background:url(../img/cinza-escuro.png) repeat;	
}

#bloco_cursos_home{
	background:url(../img/shadow_01.png) repeat-x;
	padding-top:20px;
	padding-bottom:20px;
}

#bloco_faq{
	background:url(../img/cinza-escuro.png) repeat;		
}

#bloco_suporte{
	background:url(../img/shadow_01.png) repeat-x;
	padding-top:20px;
	padding-bottom:20px;
}

#footer{
	background:url(../img/shadow_01.png) repeat-x;
	background-color:#be1e2d;
	color:white;
	padding:15px;
}

#footer ul, li{
	line-height:2em;
}


#creditos{
	background:url(../img/shadow_01.png) repeat-x;
	background-color:#333;
	padding:15px;
}

#logo_skill{
	width:250px;
	float:right;
	margin-top:30px;
}

/* faq ---------------------------------------- */

.faq{
	padding-top: 1px;
	padding-bottom: 1px;
	color: #AF2B2B;
	font-size: 14px;
	background-color: white;
	padding-left: 24px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	padding-right: 7px;
}

.faq-hidden {
	background-color: white;
	color: #AF2B2B;
	margin-top: 10px;
	margin-bottom: 10px;	
	padding: 10px;
	padding-left: 45px;
}

.faq-hidden a{
	color:#333;
}

.faq-pergunta {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
}

.lbLink {
	text-decoration: none;
	font-size: 14px;
	color: white;
	margin-top: 9px;
	display: inline-block;
	margin-bottom: 9px;
}

.faqback:hover {
	background:white;
	color:#AF2B2B;
}

.faqback:hover span {
	background:#AF2B2B;
	color:white;
}

.faqback:hover a {
	color:#AF2B2B;
}
/* faq ---------------------------------------- */

#btn_email{
	float: left; 
	background: url(../img/e-mail.png) no-repeat;
	background-position:left bottom; 
	border-radius: 8px; 
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
	margin-left: 300px; 
	width: 268px; 
	height: 200px;
}

#btn_email:hover {
	background-position:left top;
}

#btn_helpdesk{
	float: left; 
	background: url(../img/help-desk.png) no-repeat;
	background-position:left bottom; 
	border-radius: 8px; 
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
	margin-left:25px;
	width: 268px; 
	height: 200px;
}

#btn_helpdesk:hover {
	background-position:left top;
}



/* EFEITOS */

.inner_shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.btn_shadow{
 /* -moz-box-shadow:    0px 0px 3px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px 3px #000000;
  box-shadow:         0px 0px 3px 3px #000000;*/
}

#seta_cursos{
	float:right;
	margin-top: -80px;
}


.logo_cases{
	float:left;
	padding-right:20px;
	padding-bottom:15px;
}


.row_treinamento_wrapper{
	padding:10px;
	border-bottom: dashed #999999 thin;
}

.row_treinamento_icone{
	border: solid medium #CCC;
	float:left;
	
	width:117px;
	height:117px;
	
	-moz-box-shadow:    0px 0px 10px 1px #666666;
    -webkit-box-shadow: 0px 0px 10px 1px #666666;
     box-shadow:         0px 0px 10px 1px #666666; 
	 
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.row_treinamento_icone:hover{
	-moz-box-shadow:    0px 0px 10px 1px #be1e2d;
    -webkit-box-shadow: 0px 0px 10px 1px #be1e2d;
     box-shadow:         0px 0px 10px 1px #be1e2d;
}

.row_treinamento_texto{
	margin-left:20px;
	float:left;
	width:600px;
}

.row_treinamento_btn{
	float:right;
	width:120px;
	height:120px;
	background-color:#CCC;
	background-image:url(../img/icones_treinamentos/seta.png);
	background-position:top left;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.row_treinamento_btn:hover{
	background-position:top right;	
}


.box_amarelo{
	border: solid medium #CCC;
	-moz-box-shadow:    0px 0px 10px 1px #666666;
    -webkit-box-shadow: 0px 0px 10px 1px #666666;
     box-shadow:         0px 0px 10px 1px #666666; 	 
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

td[data-boletim]
{
	cursor: pointer;
}

#modal
{
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}

#modal > .shadowbox
{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: #000;
	opacity: .5;
	-ms-filter: alpha(50);
	top: 0;
	left: 0;
	z-index: 1;
}

#modal > .content
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: none;
	z-index: 2;
	overflow: auto;
	overflow-x: hidden;
}

#modal > .content > table
{
	width: 630px;
	height: auto;
	margin: 25px auto;
	background: #FFF;
	padding: 15px;
	font-size: 0;
	position: relative;
	display: block;
	box-sizing: border-box;
}

#modal > .content > .close
{
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 15px;
	right: 0;
	left: 630px;
	margin: 0 auto;
	border-radius: 50%;
	color: #E61D2F;
	line-height: 29px;
	text-align: center;
	background: #FFF;
	font-size: 18px;
	cursor: pointer;
}