/********************************/
/* 				BODY 			*/
/********************************/

	* {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		z-index:10;
	}

	body {
		margin:0 auto;
		padding:0;
		background:#FFF;
	}
	
/********************************/
/* 		CONTENT PRINCIPAL 		*/
/********************************/

	#page {
		width:100%;
		margin:0 auto;
	}
	
	#container {
		padding:0;
		margin:0 auto;
		width:776px;
		display:table;
	}

	#content {
		float:left;
		width:776px;
		margin-top:20px;
		float:center;
	}
	
/********************************/
/* 		CONTENT PRINCIPAL 		*/
/********************************/

	#marginTop {
		width:776px;
		height:14px;
		background:url(../images/top.jpg) no-repeat;
		float:left;
	}
	
	#marginBottom {
		width:776px;
		height:14px;
		padding:10px 0 20px 0;
		background:url(../images/bottom.jpg) no-repeat;
		float:left;
	}
	
	#menu {
		width:243px;
		height:500px;
		float:left;
		border-right:1px solid #999;
	}
	
		.totalMargin {
			width:224px;
			margin:4px 0 0 10px;
			float:left;
		}
		
			.cab {
				width:224px;
				height:60px;
				float:left;
				margin-bottom:7px;
			}
		
			.cabTopLeft {
				width:82px;
				height:60px;
				background:url(../images/cabTopLeft.jpg) no-repeat;
				float:left;
			}
			
			.cabTopRight {
				width:129px;
				height:60px;
				background:url(../images/cabTopRight.jpg) no-repeat;
				float:right;
			}
			
/********************************/
/* 				MENU 			*/
/********************************/
	
	.menuTitle {
		font-size:14px;
		font-weight:bold;
		color:#5E7C9D;
		margin:0;
		line-height:18px;
	}
	
	.menuTitle a {
		font-size:14px;
		font-weight:bold;
		color:#5E7C9D;
		text-decoration:none;
	}
	
	.menuTitle a:hover {
		color:#283F58;
	}
		
	.menuDesc {
		font-size:9px;
		margin:0;
	}
	
	#conteudo {
		width:532px;
		float:left;
	}	
	
		.hotImg {
			width:532px;
			height:185px;
			float:left;
			background:url(../images/hotImg.jpg) no-repeat;
			border-bottom:1px solid #999;
		}
		
		.hotImgContent {
			width:532px;
			height:89px;
			float:left;
			background:url(../images/hotImgContent.jpg) no-repeat;
			border-bottom:1px solid #999;
		}
		
		.cont {
			width:510px;
			margin:10px 0 0 10px;
			float:left;
		}
		
		.titleCont {
			font-size:16px;
			font-weight:bold;
			color:#5E7C9D;
			margin:0;
		}
		
		.textCont {
			text-align:justify;
			margin:7px 0 0 0;
		}
		
		.textCont li {
			margin:0;
			padding-left:15px;
			text-align:justify;
		}

/********************************/
/* 			DOT STYLE 			*/
/********************************/		
		
	.dot {
		width:100%;
		float:left;
		margin:2px 0 0 0;
		border-bottom:2px dotted #999;
	}
	
/********************************/
/* 			DOWNLOAD 			*/
/********************************/

	#down_ind {
		width:510px;
		height:20px;
		margin-top:15px;
		background:#CCC;
		border:1px solid black;
		float:left;
	}
	
	.down_title {
		font-weight:bold;
		font-size:11px;
		padding-left:5px;
		padding-top:3px;
		float:left;
	}
	
	.down_cont {
		width:510px;
		background:#F6F6F6;
		border-left:1px solid black;
		border-right:1px solid black;
		border-bottom:1px solid black;
		float:left;
	}
	
	.down_img {
		width:50px;
		padding-left:10px;
		float:left;
	}
	
	.down_mid {
		width:370px;
		line-height:20px;
		padding-top:3px;
		padding-left:10px;
		float:left;
	}
	
	.down_down {
		width:60px;
		padding-right:10px;
		text-align:right;
		float:right;
	}
		
/********************************/
/* 		TUTORIAIS/VIDEOS 		*/
/********************************/

	#totalVids {
		width:500px;
		height:186px;
		margin-top:10px;
		padding:5px;
		border:1px solid #283F58;
		float:left;
	}
	
	.video {
		width:255px;
		float:left;
	}
	
	.vidText {
		width:235px;
		margin-left:5px;
		float:left;
		line-height:15px;
		text-align:justify;
	}
	
	.vidText a {
		color:#5E7C9D;
		text-decoration:none;
	}
	
	.vidText a:hover {
		color:#283F58;
		font-weight:bold;
	}