/*INDEX*/
#head {
	line-height: 0;
	text-align: center;
	padding-top: 60px;	
	background-color: black;
}
main {
	background-color: #cad300;
}
main .content {
	max-width: 1200px;
	margin: auto;
	padding: 30px 20px 50px 20px;
}
main .content div {
	vertical-align: top;
	display: inline-block;
}
main .content div.left {
	margin-right: 5%;
	width: 28%;
}
main .content div.right {
	width: 65%;
}
@media screen and (max-width:700px) {
	main .content div.right, main .content div.left {
		width: 100%;
		margin: auto;
	}
}
section {
	height: 50vh;
	background: #000;
	background-image: url(../img/bg_section.png), url(../img/bg_confeti.png), url(../img/bg_01.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}
@media screen and (max-width:700px) {
	section {
		height: auto;
	}
}
section div {
	height: 100%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding: 5%;
}
@media screen and (max-height:700px) {
	section div {
		padding: 3%;
	}
}
section div.left {
	width: 49.4%;
	border-right: 1px solid #cbd530;
}
section div.right {
	width: 50%;
}
@media screen and (max-width:700px) {
	section div.left {
		width: 100%;
		border-bottom: 1px solid #cbd530;
		border-right: none;
	}
	section div.right {
		width: 100%;
	}
}
h1 {
	margin-bottom: 15px;
	font-size: 28px;
    font-family: 'News Cycle', sans-serif;
	color: #fff;
	font-weight: 300;
}
h2 {
	margin: 15px 0;
	font-size: 18px;
    font-family: 'News Cycle', sans-serif;
	color: #262626;
	font-weight: 300;
}
p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 10px;
}
.button a {
	padding: 0 25px;
	height: 55px;
	display: block;
	font-family: 'News Cycle', sans-serif;	
	font-weight: bold;
	line-height: 53px;
	color: #cbd530;
	border: 1px solid #cbd530;
	transition: background 1s ease;
}
.button a:hover {
	background: rgba(0, 0, 0, 0.6);
}
table {
	width: 100%;
	border: 15px solid #fff;
	margin-bottom: 20px;
	border-spacing: 0;
	background-color: white;
}
table td {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 400;
}
table td span {
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
}
table td em {
	font-size: 14px;
}
table td span.bronze {
	background: #c58937;
}
table td span.silver {
	background: #8f8f8f;
}
table td span.gold {
	background: #f2b612;
}
@media screen and (max-width:650px) {
	table {
		padding: 30px;
	}
	table .phone {
		display: none;
	}
}
table #medallero tr:last-child {
	background: #f2f2f2;
}
.news {
	width: 100%;
}
.news li {
	width: 33%;
	margin: 1px -1px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 800px) {
	.news li {
		width: 48%;
		margin: 1px -1px;
		display: inline-block;
	}
}
@media screen and (max-width: 450px) {
	.news li {
		width: 100%;
	}
}
.news li a {
	display: block;
	padding: 15px;
	background-color: #fff;
}
.news li a img {
	width: 100%;
}
.news li a .date {
	margin: 5px 0;
	display: block;
	font-size: 11px;
	color: #898989;
	font-weight: bold;
}
.news li a .title {
	color: #000;
	font-size: 16px;
	font-weight: 100;
}
.sponsor {
	padding: 20px;
	text-align: center;
	background: #fff;
}
#widget.desktop {
	width: 1125px;
	height: 320px;
	padding: 5px;
	background-color: #cad300;
	margin: auto;
}
#widget.phone {
	width: 300px;
	height: 310px;
	padding: 5px;
	background-color: #cad300;
	margin: auto;
}
#widget.desktop .column {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	height: 250px;
	overflow: hidden;
	background: #fff;
}
#widget.phone .column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 250px;
	overflow: hidden;
	background: #fff;
}
#widget.desktop .links {
	width: 43%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 250px;
	overflow: hidden;
	background: #fff;
}
#widget.desktop .links img {
	position: absolute;
}
#widget .head {
	height: 55px;
	position: relative;
	margin-bottom: 5px;
	line-height: 0;
	background-color: black;
}
#widget .head span {
	height: 55px;
	line-height: 55px;
	position: absolute;
	color: #fff;
	font-size: 14px;
	left: 380px;
}
#widget .head a {
	width: 100px;
	height: 35px;
	position: absolute;
	color: #fff;
	top: 10px;
	right: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: 'News Cycle', sans-serif;
	border: 1px solid #fff;
}