/* Html */
body{
	
}

/* Template*/

.borda-top{
	background: #2B4166;
	height: 5px;
	margin: 0 0 10px 0;
}

.box-banner-top{
	height: 200px;
	margin: 0 0 10px 0;
}

.box-footer{
	background: #2B4166;
	color: #fff;
	padding: 50px 0 20px 0;
	text-align: center;
}
.box-footer a{
	color: #fff;
}
.box-footer a:hover{
	text-decoration: underline;
}

.box-top{
	height: 60px;
}
.box-top h2{
	font-size: 1.2em;
	line-height: 60px;
	margin: 0;
	padding: 0;
}

.logo-curso{
	color: #2B4166;
	font-family: verdana;
	font-size: 2em;
	line-height: 40px;
	margin: 60px 0 0 0;
	text-align: right;
}
.logo-curso-tipo{
	color: #2B4166;
	font-family: verdana;
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-align: right;
}

.logo-emeron{
	background: url('../images/logo-emeron.jpg');
	height: 100px;
	margin: 20px 0 8px 0;
	width: 180px;
}
.logo-emeron a{
	display: block;
	height: 100%;
}

.moduletable_menu-left ul li a{
	border-left: 10px solid #2B4166; 
	color: #2B4166;
	font-size: 18px;
	line-height: 40px;
	padding-left: 20px;
	text-align: left;
}
.moduletable_menu-left ul li a:hover,
.moduletable_menu-left ul li.active a{
	background: #f9f9f9;
	border-left: 10px solid #4E75B6;
	color: #4E75B6;
}

/* Hack remove corners */
.moduletable_menu-left ul.nav-pills > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}


@media (max-width: 1200px){
  /* Limitar a 1024 */

}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Limitar a 768 */

}

@media (max-width: 767px){
	/* Limitar a 640 */
	.logo-curso{
		text-align: center;
		margin: 20px 0 10px 0;
	}
	.logo-curso-tipo{
		text-align: center;
		margin: 0 0 10px 0;
	}

	.logo-emeron{
		margin: 0 auto;
	}
}