@charset "utf-8";
body {
	background-color: #131311;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family:Arial, Freesans, Helvetica, sans-serif;
	font-size:12px;
}
/*Textos*/
h2{
	font-family:Arial, Freesans, Helvetica, sans-serif;
	font-size:20px;
	color:#a4cd38;
	font-weight:normal;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*Conteudo*/
#main-bg{
	width:1150px;
	height:1500px;
	background:url(../images/bg-geral.jpg) top left repeat-y;
	margin:0px auto 0px auto;
}
#main-content{
	width:974px;
	height:auto;
	margin:0px auto 0px auto;
}
#coluna-esquerda{
	width:433px;
	height:auto;
	float:left;
	overflow:hidden;
}
#logotipo-macaboo{
	width:343px;
	height:327px;
	overflow:visible;
}
#logotipo-macaboo img{
	margin:9px 0px 0px 20px;
}
#fotos{
	width:397px;
	height:442px;
	margin-left:36px;
	background:url(../images/bg-fotos.png) no-repeat top left;
}
#area-fotos{
	width:255px;
	height:290px;
	float:left;
	margin-top:102px;
	margin-left:50px;
	margin-right:30px;
}
#area-fotos a{
	color:#FFF;
	text-decoration:none;
}
#area-fotos a:hover{
	text-decoration:underline;
}
#botao-fotos{
	width:72px;
	height:17px;
	float:left;
	margin:16px 0px 0px 248px;
}
#botao-fotos a{
	width:72px;
	height:17px;
	display:block;
	background:url(../images/botao-fotos.jpg) no-repeat;
}
#botao-fotos a:hover{
	background:url(../images/botao-fotos-hover.jpg) no-repeat;
}
#contato{
	width:389px;
	height:490px;
	margin-left:44px;
	background:url(../images/bg-contato.png) top left no-repeat;
}
#formulario{
	width:240px;
	height:auto;
	overflow:hidden;
	margin:146px 0px 0px 22px;
	float:left;
	border:none;
}
#form-nome{
	border:none;
}
#form-email{
	margin-top:41px;
	border:none;
}
#form-msg{
	margin-top:44px;
	border:none;
}
#form-botao{
	margin:10px 0px 0px 190px;
}
#como-chegar{
	width:433px;
	height:97px;
	float:left;
}
#como-chegar a{
	display:block;
	margin:0px 59px 0px 30px;
	width:344px;
	height:97px;
	background:url(../images/como-chegar.png) no-repeat top left;
}
#como-chegar a:hover{
	background:url(../images/como-chegar-hover.png) no-repeat top left;
	text-decoration:none;
}

#coluna-direita{
	width:541px;
	height:auto;
	float:right;
	overflow:hidden;	
}

#broadcast{
	display: block;
	margin:10px 20px 0px 32px;
	margin-bottom:40px;
	padding-left: 36px;
}

#broadcast h2{
	display: block;
	color:white;
	margin-bottom:10px;
}


#destaque{
	display: block;
	cursor: pointer;
	margin:10px 20px 0px 16px;	
}
#destaque embed{
	margin:117px 0px 0px 13px;
}
#agenda{
	float:left;
	width:505px;
	margin:0px 20px 0px 16px;
	height:auto;
	overflow:hidden;
}
#agenda a{
	color:#FFF;
	text-decoration:none;
}
#agenda a:hover{
	text-decoration:underline;
}
#player{
	margin-left:72px;
	width:5469px;
	height:auto;
	float:left;
}
#conheca{
	width:535px;
	height:177px;
	margin-right:6px;
	float:left;
}
#conheca a{
	width:535px;
	height:177px;
	display:block;
	background:url(../images/conheca-macaboo.png) no-repeat top left;
}
#conheca a:hover{
	background:url(../images/conheca-macaboo-hover.png) no-repeat top left;
	text-decoration:none;
}
#rodape{
	width:974px;
	height:144px;
}

/*Páginas Internas*/

#logotipo-interno{
	width:884px;
	height:327px;
	overflow:visible;
}
#logotipo-interno img{
	padding:9px 0px 9px 20px;
}
#pag-agenda{
	width:760px;
	margin:0px auto 0px auto;
}

div.socialMedia{
	float:left;
	margin-top: 37px;
	width: 464px;
}

div.socialMedia ul
{
	float:right;
	list-style: none;
}

div.socialMedia ul li
{
	float:left;
	list-style: none;
	margin-left:5px;
}

div.socialMedia ul a,
div.socialMedia ul a img
{
border:none;
}

div.destaque
{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width: 464px;
	text-align: right;
}

div.calloutRight{
	float:left;
	margin-top: 37px;
	padding-left:74px;
	width: 390px;
	text-align: right;
	margin-bottom: 20px;
}

