* {
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
text-align:center;
background:#F07D00 url(bg_body.gif) repeat-x;
}
#centro{
text-align:left;
width:743px;
height:425px;
border:1px solid #000;
margin:15px auto;
background:#FFF;
padding:10px 15px;
}
	#esquerda{
	float:left;
	width:205px;
	height:425px;
	}
		#logo{
		float:left;
		width:205px;
		text-align:center;
		margin-top:10px;
		}
		#titulo{
		float:left;
		width:205px;
		text-align:center;
		margin-top:20px;
		}
		#horarios{
		float:left;
		width:205px;
		text-align:center;
		margin-top:20px;
		}
			#horarios h1{
			font-size:17px;
			margin:5px;
			}		
			#horarios p{
			font-size:16px;
			margin:5px;
			}
	#direita{
	float:left;
	width:538px;
	height:425px;
	}		
		#tv300{
		float:left;
		width:504px;	
		height:358px;
		padding:24px 0px 0px 23px;	
		background:url(tv300.jpg) 50% 60px no-repeat;

		}
			#tv300_interna{
			float:left;
			width:480px;
			height:270px;
			}
		#tv128{
		float:left;
		width:389px;	
		height:298px;
		padding:74px 0px 0px 148px;	
		background:url(tv128.jpg) 50% 60px no-repeat;
		}
			#tv128_interna{
			float:left;
			width:240px;
			height:205px;
			}	
		#tv64{
		float:left;
		width:389px;	
		height:298px;
		padding:74px 0px 0px 148px;	
		background:url(tv64.jpg) 50% 60px no-repeat;
		}
			#tv64_interna{
			float:left;
			width:240px;
			height:205px;
			}						
		#velocidades{
		float:left;
		width:538px;	
		height:38px;
		margin-top:5px;	
		text-align:center;
		}
		#velocidades li{
		display:inline;
		list-style:none;
		}
			#velocidades img{
			margin:0 12px;
			border:none;
			}
			#velocidades img.selecionada{
			filter:alpha(opacity=70);opacity:.70;
			}

