

	#chamadas {
		width:980px;
		margin:auto;
	}
	#chamadas h2, #chamadas .h2 {
		font-family:"Myriad Pro";
		font-size:18px;
		font-weight:normal;
		color:#8d8a86;
		text-transform: uppercase;
		display:block;		
	}
	#noticias, #mobile, #video {
		float:left;
		width:31%;
		padding-right:2%;
	}
	#noticias {
		padding-top:15px;
	}
	#noticias a {
		color:#00a3e6;
		display:block;
		font-size:13px;
	}
	#noticias a:hover {
		color:#0cc9f6;
		text-decoration:underline;
	}
	#noticias li {
		clear:both;
		padding-bottom:8px;
		padding-top:8px;

	}
	#noticias img {
		float:left;
		border:#00a3e6 solid 2px;
		display:block;
		margin-right:10px;
	}
	#mobile {
		padding-top:25px;
	}
	#mobile img {
		float:left;
	}
	#mobile a {
		color:#78a910;
	}
	#mobile a:hover * {
		text-decoration:underline;	
	}
	#mobile a:hover, #mobile strong:hover, #mobile span:hover {
		color:#99CC00;
	}
	#mobile strong {
		display:block;
		padding-top:5px;
	}
	#mobile span {
		color:#999999;
		font-size:11px;
	}
	#video .h2 {
		padding-bottom:8px;
		padding-top:8px;
	}	
	
	#video a {
		color:#d93205;
		font-size:13px;
		display:block;
		z-index:1000;
	}
	#video a:hover {
		color:#FF6A22;
		text-decoration:underline;
		display:block;
	}	
		#video .foto {
			background-image: url(../images/video.jpg);
			background-repeat: no-repeat;
			background-position:center center;
			float: left;
			height: 100px;
			width: 150px;
			padding-left:18px;
			padding-right:18px;
			padding-bottom:18px;
			padding-top:18px;	
	}
#banner {
	position:absolute;
	width:728px;
	height:90px;
	top:20px;
	right:0px;

}
#logotipo {
	position:absolute;
	width:250px;
	height:130px;
	top:0px;
	left:0px;
}
#menu {
	width:600px;
	height:300px;
	position:absolute;
	top:10px;
	left:0px;
	z-index:100;
}	