body {
	background-color: #ECF1F6;
}
body, p{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 20px;
}
a, div{
	overflow: hidden;
}
a{
	outline: none;
	text-decoration: none;
}
a img{
	vertical-align: middle;
}
img{
	border: 0 none transparent;
}
#Container {
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 0;
	width: 1000px;
	z-index: 10;
}

#EnvolveFundo {
	float: left;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #EEEEEE;
}
#EnvolveFundo .Esquerda {
	float: left;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 2;
}
#EnvolveFundo .Esquerda div {
	float: right;
	position: absolute;
	right: 0;
}
#EnvolveFundo .Direita {
	float: left;
	left: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 2;
}
#EnvolveFundo .Direita div {
	float: left;
	left: 0;
	position: absolute;
}
#EnvolveFundo .topo {
	background-repeat: repeat;
	height: 322px;
	margin: 0 500px;
	top: 0;
	width: 461px;
	z-index: 3;
}
#EnvolveFundo .Esquerda .topo {
	background-image: url(../img/BgTopoEsq.jpg);
}
#EnvolveFundo .Direita .topo {
	background-image: url(../img/BgTopoDir.jpg);
}
#EnvolveFundo .menu {
	background-color: #916A1E;
	height: 55px;
	margin: 0 500px;
	top: 322px;
	width: 100%;
	z-index: 4;
}
#EnvolveFundo .Esquerda .menu {
	box-shadow: 10px 5px 10px 0 #333;
	-moz-box-shadow: 10px 5px 10px 0 #333;
	-webkit-box-shadow: 10px 5px 10px 0 #333;
}
#EnvolveFundo .Direita .menu {
	box-shadow: -10px 5px 10px 0 #333;
	-moz-box-shadow: -10px 5px 10px 0 #333;
	-webkit-box-shadow: -10px 5px 10px 0 #333;
}
#EnvolveFundo .ceu {
	background-position: top;
	background-repeat: repeat;
	height: 100%;
	margin: 0 500px;
	top: 377px;
	width: 467px;
}
#EnvolveFundo .Esquerda .ceu {
	background-image: url(../img/BgEsquerda.jpg);
}
#EnvolveFundo .Direita .ceu {
	background-image: url(../img/BgDireita.jpg);
}
#EnvolveFundo .rodape {
	background-color: #003366;
	bottom: 0;
	height: 120px;
	width: 100%;
	z-index: 4;
}
/* topo */
#Topo {
	width: 1000px;
	height: 322px;
}
.MaskTopo {
	height: 322px;
	position: absolute;
	width: 100%;
}
#ac {
	background-color: #94D1EB;
	min-width: 1000px;
	width: 100%;
	height: 322px;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#ac .page {
	height: 322px;
}
#ac .holder img{
	-webkit-animation: moveX 25s infinite ease-in;
	-moz-animation: moveX 25s infinite ease-in;
	animation: moveX 25s infinite ease-in;
}
.Logo {
	background-image: url(../img/BgLogo.png);
	background-repeat: no-repeat;
	width: 346px;
	height: 94px;
	float: left;
	position: absolute;
	z-index: 20;
}
.Logo h1 {
	margin: 15px 0 0 25px;
	font-size: 60px;
}
.Idioma {
	right: 0;
	width: 167px;
	height: 24px;
	margin-top: 265px;
	position: absolute;
	z-index: 11;
}
.Busca {
	clear: both;
	top: 93px;
	right: 0;
	margin: 199px 0 0;
	position: absolute;
	z-index: 11;
}
/*.Busca input {
	width: 238px;
}*/
/* END topo */
/* nav */
#Menu {
	background-color: #916A1E;
	width: 1020px;
	height: 55px;
	box-shadow: -10px 5px 10px 0 #333;
	-moz-box-shadow: -10px 5px 10px 0 #333;
	-webkit-box-shadow: -10px 5px 10px 0 #333;
	margin-bottom: 10px;
	position: relative;
}
#Menu a {
	float: left;
	margin: 15px 18px;
	font-size: 20px;
}
/* END nav */
/*miolo*/
#Miolo {
	margin-top: -10px;
	z-index: 1;	
/*	background-image: url(../img/BgMiolo.jpg);
	background-repeat: repeat;*/
}
.ContentGaleria {
	width: 638px;
	margin-left: 15px;
	float: left;
}
.Content {
	float: left;
	width: 558px;
	margin: 0 15px;
}
.Content p {
	margin: 8px 0;
}
.coluna {
	float: left;
	width: 206px;
}
.line {
	clear: both;
}
.Evento {
	float: left;
	background-color: #326FB2;
	width: 980px;
	height: 230px;
}
.Evento .imagem {
	float: left;
	margin: 10px;
	height: 210px;
}
.Evento .texto {
	float: left;
	width: 622px;
}
.BtAcessar {
	color: #FFF;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #FFF;
	display: inline-block;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
}
.BtAcessar:hover {
	background-color: #003366;
}
#GaleriaVideos .mask{
	height: 320px;
}
#GaleriaVideos .holder{
	height: 10000px;
}
.VideoDestaque {
	float: left;
	width: 640px;
	height: 390px;
}
.EnvolveVideos {
	background-color: #916A1E;
	width: 338px;
	height: 390px;
	float: left
}
.EnvolveVideos .goto_left {
	background-image: url(../img/goto_left.png);
}
.EnvolveVideos .goto_right {
	background-image: url(../img/goto_right.png);
}
.EnvolveVideos .goto_left,
.EnvolveVideos .goto_right {
	float: left;
	margin-right: 5px;
	width: 49px;
	height: 38px;
	background-repeat: no-repeat;
}
.EnvolveVideos .Video {
	height: 68px;
	margin: 10px 15px 13px;
	position: relative;
}
.Video .imagem {
	float: left;
	height: 68px;
	width: 120px;
}
.Video .texto {
	float: left;
	width: 183px;
	margin-left: 5px;
}
.MatVideo {
	display: block;
	position: absolute;
	background-color: #FFF;
	font-size: 10px;
	padding: 5px 10px;
	bottom: 0;
	right: 0;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
}
.MatVideo:hover {
	background-color: #CCC;
}
#Galeria {
	background-color: #326FB2;
}
#Galeria .mask {
	height: 322px;
	float: left;
	margin-left: 45px;
	width: 825px;
}
#Galeria .holder {
	height: 310px;
	float: left;
	width: 99990px;
}
#Galeria .page {
	float: left;
	/*width: 145px;
	height: 270px;*/
	margin: 10px 23px;
	width: 224px;
	height: 312px;
	text-align: center;
}
#Galeria .goto_left {
	background-image: url(../img/GalEsq.png);
	float: left;
}
#Galeria .goto_right {
	background-image: url(../img/GalDir.png);
	float: right;
}
#Galeria .goto_left,
#Galeria .goto_right {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	width: 39px;
	height: 67px;
	margin-top: 110px;
}
/* END miolo*/
/*lateral*/
.BoxBranco {
	border: 1px solid #326FB2;
	background-color: #FFF;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
.BoxBranco:first-child {
	border-top: 0 none;
}
.BoxMensagem {
	width: 204px;
	height: 133px;
}
.Online,
.MenuLateral {
	background-color: #326FB2;
}
.Online {
	font-size: 20px;
	margin-bottom: 5px;
	padding: 8px 0;
}
.MenuLateral p {
	margin: 5px 30px;
	border-bottom: 1px solid #65BADF;
	font-size: 18px;
	padding-bottom: 5px;
}
.MenuLateral a {
	
}
/*END lateral*/
/* rodape */
#Rodape {
	background-color: #003366;
	height: 120px;
	margin-top: 15px;
}
#Rodape p{
	margin-top: 15px;
	font-size: 14px;
}
/* END rodape */
/* formulario */
.fmInput {
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #003366;
	padding: 6px 10px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 14px;
	width: 530px;
}
.fmInput_onerror {
	color: #222;
	border: 1px solid #FFBFBF;
	background-color:#FFD;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 14px;
	padding: 6px 10px;
	width: 530px;
}
.fmSubmit {
	border: 1px solid #FFF;
	background-color: #326FB2;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;	
}
textarea {
	font-family: "Times New Roman", Georgia, Serif;	
	font-size: 14px;
}
.Ecard .fmInput {
	width: 440px;
}
.Ecard .fmInput_onerror {
	width: 440px;
}
#busca_form input{
	border-color: #FFF;
	margin: 0;
}
#busca_submit {
	margin-left: -1px;
	background-color: #FFF;
}
/* END formulario */
.btmais:hover {
	opacity: 0.9;
}
.BoxGalerias .BoxBranco{
	float: left;
	width: 280px;
	height: 210px;
	margin: 5px;
}
.BtPaginador {
	font-size: 18px;
}
.class_paginator {
	font-weight: bold;
}
.Maria-1{
	height: 322px;
	left: 330px;
	position: absolute;
	top:3px;
	width: 340px;
	z-index: 10;
	text-align: center;
}
.Maria-2{
	left: 330px;
	position: absolute;
	width: 340px;
	z-index: 10;
	text-align: center;
}
.Maria {
	height: 322px;
	left: 327px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 340px;
	z-index: 10;
    
    /* presepio */
    /*top: 11px;*/
}
.ImagemMaria{
	/*margin-top: 27px;*/
}
.BigStar {
	margin-top: -135px;
	background-image: url(../img/BigStar2.png);
	width: 819px;
	/*height: 715px;*/
	height: 819px;
	animation: rodar 120s infinite linear;
	-moz-animation: rodar 120s infinite linear;
	-webkit-animation: rodar 120s infinite linear;	
}
/*.TinyStar {
	background-image: url(../img/TinyStar.png);
	width: 211px;
	height: 211px;
	position: absolute;
	right: 50%;
	-webkit-animation: flash 0.2s infinite ease-in-out;
	-moz-animation: flash 0.2s infinite ease-in-out;
	animation: flash 0.2s infinite ease-in-out;
}*/
/*.BigStar2 {
	position: absolute;
	top: -10px;
	animation: rodar 60s infinite linear;
	-moz-animation: rodar 60s infinite linear;
	-webkit-animation: rodar 60s infinite linear;	
}*/
.MaskStar {
	width: 785px;
	height: 435px;
	position: absolute;
	top: -113px;
	left: 94px;
	z-index: 1;
    
    /* presepio */
    /*top: 0;
    left: 44px;*/
}
.glow {
	background-image: url(../img/glow.png);
	width: 456px;
	height: 348px;
	left: 280px;
	position: absolute;
	-webkit-animation: pulse 10s infinite ease-in-out;
	-moz-animation: pulse 10s infinite ease-in-out;
	animation: pulse 10s infinite ease-in-out;
}
.cruz {
	width: 262px;
	height: 183px;
	background-image: url(../img/cruz.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;	
	margin-right: -585px;
	top: 0;
}
.TinyStar.p {
	margin-right: -595px;
	top: -56px;
	-webkit-animation: flash 4s infinite ease-in-out;
	-moz-animation: flash 4s infinite ease-in-out;
	animation: flash 2s infinite ease-in-out;
}
.TinyStar.f {
	margin-right: -586px;
	top: 0;
	-webkit-animation: flash 4s infinite ease-in-out;
	-moz-animation: flash 4s infinite ease-in-out;
	animation: flash 2s infinite ease-in-out;
}
#shine {
	width: 247px;
	height: 247px;
	position: absolute;
	margin-right: -614px;
	top: -69px;	
	right: 50%;
}
#shine .shine-nucleo{
	position: absolute;
	top: 61px;
	left: 61px;
	-webkit-animation: shine 2s infinite linear;
	-moz-animation: shine 2s infinite linear;
	animation: shine 2s infinite linear;
}
#shine .shine-raios {
	position: absolute;
	top: 0;
	-webkit-animation: flash 6s infinite linear;
	-moz-animation: flash 6s infinite linear;
	animation: flash 6s infinite linear;
	
}
/*flash*/
@keyframes flash {
	0% {
		opacity: .2;
		transform: rotate(0deg);
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: .2;
		transform:  rotate(360deg);
	};
}
@keyframes shine {
	0% {
		transform: scale(0.3) rotate(0deg);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.3) rotate(-55deg);
	};
}
@-webkit-keyframes flash {
	0% {
		opacity: .2;
		transform: rotate(0deg);
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: .2;
		transform:  rotate(360deg);
	};
}
@-webkit-keyframes shine {
	0% {
		transform: scale(0.3) rotate(0deg);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.3) rotate(-55deg);
	};
}
@-webkit-keyframes rodar {
	0% {
		transform: rotate(0deg);
		 opacity: 1;
	}
	
	50% {
		opacity: 0.6;
	}
	
	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
	;
}
@keyframes rodar {
	0% {
		transform: rotate(0deg);
		 opacity: 1;
	}
	
	50% {
		opacity: 0.6;
	}
	
	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
	;
}
@keyframes pulse {
	0% { 
		transform: scale(1); 
	}	
	50% { 
		transform: scale(1.8); 
	}
	100% { 
		transform: scale(1); 
	};
}
@-webkit-keyframes pulse {
	0% { 
		-webkit-transform: scale(1); 
	}	
	50% { 
		-webkit-transform: scale(1.8); 
	}
	100% { 
		-webkit-transform: scale(1); 
	};
}
/*cruz*/
@-webkit-keyframes rodar-p {
	0% {
		-webkit-transform: rotate(0deg);
		opacity: 0;
	}
	
	15% {
		opacity: 1;
	}
	35% {
		opacity: 0.7;		
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
	;
}
@keyframes rodar-p {
	0% {
		transform: rotate(0deg);
		opacity: 0;
	}
	
	15% {
		opacity: 1;
	}
	35% {
		opacity: 0.7;		
	}
	100% {
		transform: rotate(360deg);
	}
	;
}
/*animation nuvem*/
@-webkit-keyframes moveX {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -5%;
	}
	100% {
		margin-left: 0;
	}
	;
}
@keyframes moveX {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -5%;
	}
	100% {
		margin-left: 0;
	}
	;
}
.Verificacao input{
	width: 150px;
}
.Share {
	height: 50px;
	line-height: 30px;
	background-color: #FDFDFD;
}
.Share .BotaoPaginaTwitter,
.Share .BotaoPaginaFacebook,
.Share .IcoBarra {
	float: left;
}
.Share .BotaoPaginaTwitter {
	margin: 0 10px;
}
.Share .BotaoPaginaFacebook {
	margin: 15px 7px 0 0;
	float: right;
}
.Share .BtEnviaAmigo,
.Share .BtPrint{
	margin: 10px 5px;
    font-size: 13px;
}
.Share .BtEnviaAmigo img {
	margin-top: -5px;
}

/* ENVIA AMIGO */
.EnviaAmigo {
	background-color:#EEE;
	border:1px solid #0174C0;
	position:absolute;
	top:370px;
	left:50%;
	overflow:hidden;
	margin:-133px 0 0 -225px;
	padding:0;
	width:470px;
	height:390px;
	z-index:15;
	
	border-radius: 5px;
	box-shadow:1px 2px 10px #666;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 2px 10px #666;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:1px 2px 10px #666;
}
.EnviaAmigo p {
	margin-bottom:10px;
}

.PaginaTexto {
	text-align: justify;
	text-justify: inter-character;
}

@media print {

	* { 
		background: transparent !important; 
		color: #000 !important; 
		text-shadow: none !important; 
		filter:none !important; 
		-ms-filter: none !important; 
	} 

	body {
		margin:0; 
		padding:0;
		line-height: 1.4em;
		font: 12pt Georgia, "Times New Roman", Times, serif;
		color: #000;
	}

	@page {
		margin: 1.5cm;
	}

	.wrap { 
		width: 100%; 
		margin: 0; 
		float: none !important; 
	}

	.no-print, nav, footer, video, audio, object, embed { 
		display:none; 
	}

	.print {
		display: block;
	}

	img {
		max-width: 100%;
	}

	aside {
		display:block;
		page-break-before: always;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 18pt;
	}

	h3 {
		font-size: 14pt;
	}
	
	p {
		font-size: 12pt;
		widows: 3;
		orphans: 3;
	}
	
	.PaginaTexto {
		text-align: left;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a:link:after, a:visited:after { 
		content: " (" attr(href) ") ";
	}

	p a {
		word-wrap: break-word;
	}

	q:after {
		content: " (" attr(cite) ")"
	}

	a:after, a[href^="javascript:"]:after, a[href^="#"]:after { 
		content: ""; 
	}  

	.page-break { 
		page-break-before: always; 
	}
	
	/*Estilos da Demo*/
	.header.print h1{
		width: 100%;
		margin-bottom: 0.5cm;
		font-size: 18pt;
	}

	.header.print:after {
		content: "Este artigo foi escrito pela designer Dani Guerrato e retirado do site Tableless.";
	}

	.artigo {
		margin-top: 0;
		border-top: 1px solid #000;
		padding-top: 1cm;
	}

	h1 a:link:after, h1 a:visited:after { 
		content: ""; 
	}
}