

#over_aerial {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 10000;
	padding: 5px 0 0 5px;
	margin: -5px 0 0 -5px;
	
	
}


#win_over_aerial, #winsub_over_aerial {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10001;
	
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}

#winsub_over_aerial {
	z-index: 10011;
}




#window_aerial, #windowsub_aerial {
	position: absolute;
	width: 700px;
	height: 300px;
	padding: 0 0 0 0;
		
    background: #fcfcfc;  
    
	text-align: left;  
    border-radius: 3px;  
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);  
    z-index: 10002;
	
	-webkit-transition: all 1s ease;
   -moz-transition: 1s ease;
   transition: 1s ease;
	
}

#windowsub_aerial {
	z-index: 10012;
}



#content_window_aerial, #content_windowsub_aerial {
	-webkit-text-size-adjust: none;
}



#overload_aerial {
	position: absolute;
	width: 100%;
	height: 5000px;
	background-color: #333;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 100100;
	display: none;
	overflow: hidden;
}



#win_load_aerial {
	display: none;  
    content: " ";  
    height: 100%;  
    width: 100%;  
    position: fixed;  
    left: 0;  
    top: 0;
	z-index: 100001;

}



#fd_window_aerial_titulo, #fd_windowsub_aerial_titulo {
	background : #5472ae url(../images/system/bg_fundo_detalhe.jpg) repeat-x;
	height: 35px;
}






#over_aerial_alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 10010;
}

#win_over_aerial_alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10011;
	justify-content: center;
	align-items: center;

}

#window_aerial_alert {
	max-width: 700px;
	max-height: 300px;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	padding: 0 0 0 0;
		
    background: #fcfcfc;  
    
	text-align: left;  
    border-radius: 3px;  
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);  
    z-index: 10002;
}

#fd_window_aerial_alert_titulo {
	background : #5472ae url(../images/system/bg_fundo_detalhe.jpg) repeat-x;
	height: 30px;
}

#close_window_aerial_alert {
	font-size: 9px;
	text-align: right;
	cursor: pointer;
	float: right;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 10px 10px 10px 10px;
}


#content_window_aerial_alert {
	padding: 20px 20px 20px 20px;
}




#close_windowsub_aerial {
	font-size: 9px;
	text-align: right;
	cursor: pointer;
	float: right;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 10px 10px 10px 10px;
}






#load_aerial {
	display: block;  
    margin: 300px auto;  
    width: 40px;
	height: 40px;
	top: 50%;
	padding: 0 0 0 0;  
    text-align: left;  
    z-index: 100007;
}


#content_load_aerial {
	
}

#close_window_aerial {
	font-size: 9px;
	text-align: right;
	cursor: pointer;
	float: right;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 10px 10px 10px 10px;
}


#banner_header {
	position:absolute;
	width: 730px;
	height: 92px;
	border: 1px solid #060;
	margin: 10px 0 0 220px;
	
}

.content_tvheader {
	float: right;
	width: 750px;
	height: 300px;
	border: 1px solid #060;
	margin: 10px 10px 0 0;
}