/**
 * @author Danilo Castilho Cavalcante
*/

/*FONTS*/
/*
@font-face {
    font-family: 'font_name';
    src: url('../fonts/font_name.eot');
    src: url('../fonts/font_name.eot') format('embedded-opentype'),
         url('../fonts/font_name.woff') format('woff'),
         url('../fonts/font_name.ttf') format('truetype'),
         url('../fonts/font_name.svg#font_name') format('svg');
}
*/
* {
	margin: 0;
	padding: 0;
}

body {	
	width: 100%;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-color: #000000;
	
	background-size: 1440px auto;
	background-position: top center;
	overflow-x: hidden;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1362px;
	margin-left: -681px;
	text-align: center;
	height: 2800px;
}

#main .header {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#main .content {
	width: 894px;
	margin-top: 670px;
	margin-left: 0px;
	float: left;
	margin-bottom: 100px;
}

#main .content .title {
	float: left;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #055985;
	font-size: 30px;
	height: auto;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 25px;
}

#main .content .line {
	width: 100%;
	height: 20px;
	text-align: center;
	margin-left: -220px;	
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
}

#main .content .divisor {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

#main .content .divisor .image {
	float: left;
}

#main .content .divisor .text {
	float: left;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #055985;
	font-size: 20px;
	height: auto;
	margin-top: 0px;
	text-align: left;
}

#main .content .divisor .text a:link {text-decoration: none; font-size: 51px; color: #ffffff;}      /* unvisited link */
#main .content .divisor .text a:visited {text-decoration: none; font-size: 51px; color: #ffffff;}  /* visited link */
#main .content .divisor .text a:hover {text-decoration: none; font-size: 51px; color: #ffffff;}  /* mouse over link */
#main .content .divisor .text a:active {text-decoration: none; font-size: 51px; color: #ffffff;}  /* selected link */

#main .footer {
	width: 100%;
	float: left;
	margin-top: 130px;
	margin-bottom: 100px;
}

#main .footer .text {
	float: left;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color: #7a4104;
	font-size: 19px;
	height: auto;
	text-align: center;
}

#main .footer .text2 {
	color: #ffffff;
}

#main .footer .line {
	width: 100%;
	height: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	text-align: center;
}

#player1 {
	position: absolute;
	float: left;
	width: 1200px;
	height: 675px;
	left: 50%;
	top: 130px;
	margin-left: -600px;
}

.lightbox {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 100%;
	height: 500px;
	background-color: #000000;
	opacity: 0.9;
	display: none;
}

.lightbox img {
	margin-top: 170px;	
	margin-left: -10px;
}