
 body{
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
 }



@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/gobcl_light.eot?") format("eot"), url("fonts/gobcl_light.woff") format("woff"), url("fonts/gobcl_light.ttf") format("truetype");
}

@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/gobcl_regular.eot?") format("eot"), url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/gobcl_bold.eot?") format("eot"), url("fonts/gobcl_bold.woff") format("woff"), url("fonts/gobcl_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/gobcl_heavy.eot?") format("eot"), url("fonts/gobcl_heavy.woff") format("woff"), url("fonts/gobcl_heavy.ttf") format("truetype");
}


.cont{
	width: 950px;
	margin: 0 auto;
}

h1{
	background-image: url(img/bicolor-bg.png);
	background-repeat: no-repeat;
	font-weight: 300;
	padding: 20px 0;
	margin: 0;
}


#streaming{
	background-color: #eee;
	padding: 30px 0;
}

#streaming .cont div{
	width: 100%;
	height: 550px;
	display: block;
}

#footer{
	overflow: hidden;
	padding: 0 0 50px 0;
}
#cultura-footer{
	float: left;
}

#footer p {
    color: #706f6e;
    font-style: normal;
    line-height: 18px;
    margin: 0;
    padding: 30px 0 0 50px;
    margin: 0 0 0 160px;
    font-size: 14px;
}
#footer p a {
    color: #706f6e;
}






@media (max-width: 950px) {
			
			.cont{
				width: 90%;
				margin: 0 auto;
				}

			#streaming .cont div{
				height: 350px;
				}

				h1{
					font-size: 24px;
				}
				.br{
					display: none;
				}

				#cultura-footer {
					    float: none;
					}

				#footer p {

				    padding: 30px 0 0 0px;
				    margin: 0 0 0 0;
				    font-size: 14px;
				}

