@charset "utf-8";

body {
	background-image: url(imgs/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #93856b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


* {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1{
	display: none;
}

h2{
	font-size: 36px;
	color: #edd53c;
	margin: 0;
	padding: 52px 38px 25px 38px;
}

#casal{
	width: 244px;
	height: 237px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -416px;
	z-index: 20;
}

#cabecalho{
	background: url(imgs/header_bg.gif) no-repeat;
	width: 548px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -387px;
	z-index: 1;
	padding: 153px 0 0 225px;
}

#redessociais{
	text-align: right;
	width: 753px;
	height: 30px;
	position: absolute;
	top: 12px;
	padding: 0 20px 0 0;
	left: 50%;
	margin-left: -387px;
	z-index: 25;
}

#base{
	width: 773px;
	position: absolute;
	top: 196px;
	left: 50%;
	margin-left: -387px;
	z-index: 2;
}

/* Conteudos */

#conteudosinopse{
	background: url(imgs/sinopse_bg.jpg) no-repeat;
	width: 773px;
}

#conteudosinopse p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

#conteudoelenco{
	background: url(imgs/elenco_bg.jpg) no-repeat;
	width: 773px;
}

#conteudoelenco p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

#conteudoelenco h3{
	font-size: 16px;
	color: #ecd338;
}

#conteudoproducao{
	background: url(imgs/producao_bg.jpg) no-repeat;
	width: 773px;
}

#conteudoproducao p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

#conteudogaleria{
	background: url(imgs/galeria_bg.jpg) no-repeat;
	width: 773px;
}

#conteudogaleria p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

#conteudogaleria ul{
	margin: 0;
	padding: 0 38px 14px 38px;
	list-style-type: none;
}

#conteudogaleria li{
	float: left;
	border: 1px solid #b98123;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 130px;
	height: 93px;
}

#conteudovideos{
	background: url(imgs/videos_bg.jpg) no-repeat;
	width: 773px;
}

#conteudovideos p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 30px 14px 0;
}

#conteudomidia{
	background: url(imgs/midia_bg.jpg) no-repeat;
	width: 773px;
}

#conteudomidia p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

#conteudomidia a{
	color: #ecd338;
	text-decoration: none;
}

#conteudomidia a:hover{
	text-decoration: underline;
}

#conteudomidia a:visited{
}

#conteudomidia a:active{
}

#conteudocontatos{
	background: url(imgs/contatos_bg.jpg) no-repeat;
	width: 773px;
}

#conteudocontatos p{
	line-height: 20px;
	font-size: 12px;
	color: #c5ae54;
	margin: 0;
	padding: 0 38px 14px 38px;
}

.fotoborda{
	border: 1px solid #b98123;
	margin: 0 13px 5px 0;
	float: left;
}

.videoborda{
	border: 1px solid #000000;
	margin: 0 13px 5px 0;
	float: left;
}

.destaquesubtits{
	font-size: 15px;
	font-weight: bold;
	color: #ecd238;
}


/* Rodape */

#rodape{
	background: url(imgs/rodape_bg.jpg) repeat-y;
	width: 773px;
	text-align: center;
}

#rodape p{
	padding: 30px 10px 30px 10px;
	margin: 0;
}

#credito{
	background-color: #251801;
	padding: 10px 10px 20px 10px;
	text-align: right;
}

#credito p{
	font-size: 10px;
	color: #563909;
	padding: 0;
	margin: 0;
}

#credito a{
	font-size: 10px;
	color: #875a0e;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

#credito a:hover{
	font-size: 10px;
	color: #563909;
	text-decoration: none;
	background-color: #9e6d1a;
}

#credito a:active{
}

#credito a:visited{
}

/* Fim do Rodape */

