#conteudo {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#conteudo .lateral {width:330px;height:420px;float:left;text-align:right;margin-left:20px}
#conteudo iframe{float:left;/*width:940px;height:600px;*/ width: 100%; min-height: 600px; height: auto; overflow:hidden;border:none;margin-bottom:15px}

.desc{font-size:24px;margin-top:10px; color:#087aaf;font-family: "OgloboCondensedRegular", Arial, "Times New Roman"; }
.desc span{display:block;font-size:12px;font-family: Arial, "Times New Roman";color:#666666}
.sub {font-size: 14px; line-height:16px;color: #4b5b64;}

/* #box1 h3  a{ color:#4e4e4e; text-decoration: none;} */
/* #box2 h3  a{ color:#4e4e4e; text-decoration: none;} */

.box{ 
	width: 940px;
	float: left;  
	height: 500px; 
	margin:10px 10px 0 0; 
}

.box h3 {
	font-family: "OgloboCondensedLight", Arial, "Times New Roman";
	font-size: 46px;
	color: #1c314d;
	line-height: 52px;
	vertical-align:bottom;
	display: table-cell;
	width: 100%;
	display:block
}

.last {
	border: none;
}


/*ABAS*/
#article h4 {display:none}
.aba-opt {
	width: 100%;
	text-align: center;
	margin: 15px 0 15px 0;
	padding:7px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.aba-opt .abas{
	font-family: "OgloboCondensedBold", Arial, "Times New Roman";
	/*border:1px solid #c1c1c1; */
	/*padding:5px 60px; */
	padding: 5px 0;
	/*background: #f2f2f2;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d9d9d9',GradientType=0 );
	text-shadow:0px 1px 0px #f9f9f9;*/
	background: #fff;
	width: 25%;
	display: inline-block;
	color:#aaa;
	text-transform:uppercase;
	/*border-bottom: 1px solid #999999;*/
}
.aba-opt a.select{
	background-color: #ffffff;
	color:#11A4C9; 
	/*background: #d9d9d9;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f7f7f7',GradientType=0 );*/
	cursor:default;
	/*border-top: 1px solid #999999;*/
	/*border-bottom: 1px solid #c1c1c1;*/
}
.abas a.select {
	color:#b0b0b0; 
}
.aba-opt .abas a:hover {
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.55);
}
.aba-opt a{color:#1E95C4; text-decoration:none;}

#aba1 {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#aba2 {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left:-5px;
}
#abameio {
	margin-left:-5px;
}

@media all and (max-width: 640px){
	
	#conteudo{
		padding: 0;
	}
	#conteudo #colunas iframe{height: 4250px;}
	.aba-opt .abas{
		font-size: 13px;
		width: 20%; 
	}
	.aba-opt .abas:nth-last-of-type(2){
		width: 25%;
	}
	.aba-opt .abas:last-child{
		width: 37%;
	}
}