@charset "utf-8";
/* CSS Document */


/*------------------------------- Tags ---------------------------------*/
.input, textarea {	
	margin-top:6px;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#53524b;
	border:solid 1px #999;
}
h1{
	font-size:24px;
	font-weight:normal;
	color: #363636;
	margin: 14px 0px 14px;
	padding: 0 0 0 0px;
	line-height:21px;
}
h2{
	font-size:16px;
	font-weight:bolg;
	color: #363636;
	margin: 14px 0px 14px;
	padding: 0 0 0 0px;
	line-height:21px;
}
h3{
	font-size:16px;
	font-weight:bolg;
	color: #363636;
	margin: 14px 0px 14px;
	padding: 0 0 0 0px;
	line-height:21px;
}
h4{
	font-size:30px;
	font-weight:bold;
	color: #363636;
	margin: 14px 0px 14px;
	padding: 0 0 0 0px;
	line-height:21px;
}
p{
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin: 14px 0px 14px;
	padding: 0 0 0 0px;
}

/*------------------------------- Home ---------------------------------*/
#container-topo-imglink{
	margin:0 auto;
	padding-top:283px;
	height:156px;
}


#container-content{
	margin:0 auto;
	overflow:hidden;
}
	#container-content-video{
		margin:0 auto;
		overflow:hidden;
	}
		#container-content-video-left{
			float:left;
			width:120px;
			margin:0 auto;
			margin-right:10px;
			overflow:hidden;
		}
		#container-content-video-right{
			float:left;
			width:600px;
			margin:0 auto;
			margin-top:24px;
			overflow:hidden;
		}
	#container-content-cursos{
		margin-top:0px;
	}
		#container-content-cursos-infos{
			margin:4px;
			margin-bottom:8px;
			padding:5px;
			background-color:#DDDDDD;
			overflow:hidden;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
		}
		#container-content-cursos-item{
			margin:10px;
			padding:8px;
			background-color:#DDDDDD;
			overflow:hidden;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
		}
			#container-content-cursos-item-left{
				float:left;
				width:30px;
			}
			#container-content-cursos-item-right{
				float:left;
				width:650px;
				font-weight:normal;
				margin:5px;
			}
				#container-content-cursos-item-right a{
				font-size:17px;
				font-weight:normal;
				color:#000;
				}

/*------------------------------- Cursos ---------------------------------*/
#container-content-cursos-dentro{
		margin:10px;
		overflow:hidden;
		background-color:#DDDDDD;
	}
		#container-content-cursos-dentro-left{
			float:left;
			width:320px;
			margin:5px;
			margin-right:10px;
			overflow:hidden;
		}
		#container-content-cursos-dentro-right{
			float:left;
			width:385px;
			margin:5px;
			margin-top:95px;
			overflow:hidden;
		}