#headerMundial{
	width: 100%;
	height: 40px;
	margin: 0px;
	background: #ff8500;
	position: absolute;
	top: 97px;
	left: 0px;
}

#noticiasPorGrupos{
	width: 1024px;
	height: 240px;
	background: #F4F4F4;
	border: 1px solid #CCC;
	clear: both;
	margin: 10px auto;
	overflow: hidden;
}
.grupoColumna{
	width: 120px;
	margin: 4px;
	float: left;
	height: 180px;
}
.grupoTitulo{
	width: 116px;
	height: 20px;
	border-bottom: 2px solid #999;
	font-size: 15px;
	text-align: center;
}
.notasGrupo{
	width: 116px;
	height: 160px;
	margin: 2px;
	font-size: 12px;
}
#contenido{
	margin-top: 50px;
}
#twitterView{	
	float: right;
	width:300px;
	height: 600px;
		
	
}
#twitterContent{
	width:280px;
	overflow: scroll;
	height: 680px;
}

.videoColumn{
	width: 200px;
	float: left;
	margin: 3px;
	background: #333;
	height: 190px;
	padding: 5px;
}
.videoColumn a{
	color:#FFF;
}
