@charset "utf-8";
/* Estrutura */
#homeContent {
	width:100%;
	display:block;
	border-bottom:3px solid #F60;
}
.cF:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
	height:0;
}
#leftSide {
	width:200px;
	float:left;
	display:inline;
}
h2 {
	border-bottom:3px solid #CCC;
	padding:5px;
	font-size:130%;
	color:#666;
	margin:0;
}
#rightSide {
	width:560px;
	float:right;
	display:inline;
}
.cursoTopBar {
	border-bottom:3px solid #F60;
	margin-bottom:1px;
}
.cursoTopBar .categoria a {
	font-size:120%;
	font-weight:bold;
}
.cursoTopBar .categoria b {
	color:#F60;
}
.cursoTopContent {
	height:145px;
	background-color:#F60;
}
.cursoTopContent .col1 {
	float:left;
	width:300px;
}
.cursoTopContent .col2 {
	float:right;
	background-color:#CCC;
	width:260px;
}
.cursoTopContent h1 {
	font-size:200%;
	color:#FFF;
	margin-left:5px;
	margin-bottom:5px;
}
.cursoTopContent p {
	color:#FFF;
}
