body {
/*padding: 30px;*/
	background: url(../img/bg.jpg) repeat;
}

.lai {
	margin-left: 61%;
	float: left;
}

.logo {
	position: absolute;
	z-index: 1;
	margin-left: -15px;
}

.logo img {
/*	width: 280px;
	height: 190px;*/
}

.azul-tw {
	color: #40a3d2;
}

.azul-fb {
	color: #355293;
}

.vermelho-yt {
	color: #c30e10;
}

.buscar {
	/*width: 100%;*/
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.navbar {
	font-size: 16px;
}

ul.menu {
	/*margin-top: 3em;*/
	margin-top: 4em;
	float:left;
}

.titDestaque{
	text-transform:uppercase;
	letter-spacing:-2px;
	font-weight: bold;
	font-size: 2em;
	font-family:"Open Sans", sans-serif;
	color:#54863F;
}

.txtDestaque{
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;	
	margin-top:15px;
}

.txtDestaque a{
	color:#444;	
}

.txtDestaque a:hover{
	text-decoration:underline;
}

.header-social {
	right:10px;
	top: 20px;
	position:absolute;
	overflow:hidden;
}

.bgNav {
	background: url(../img/bg-nav.jpg) repeat-x;
	width: 100%;
	height: 125px;
	position: absolute;
	border-top:1px solid #090;
}

.mplan {
	/*padding: 10px;*/
	/*vertical-align: middle;*/
	margin-top: 60px;
	right: 20px;
	position: absolute;
}

.contato-rodape {
	float:left;
	margin-left: 80px;
	margin-top: 60px;
}

.cinza {
	color:#323232;
}

.rodape {
	background: #B3D92B;
	height: 180px;
	color:#323232;
	/*padding: 10px;*/
}

.social-footer {
	float: left;
	margin: 60px 0 0 20px;
}

/* pagina noticias*/
.titulo-noticias {
	color: #55853c;
}

.paragrafo-noticias {
	color: #58595b;
	margin-bottom:20px;
}

.bg-noticia {
	padding: 20px;
	background:#e6e7e8;
	min-height: 200px;
	height: auto;
}

.tb-noticia {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

/* pagina eventos */
.bg-evento {
	padding: 40px;
	/*background: #fff;*/
	/*min-height: 255px;*/
	/*height: auto;*/
}

.justificar {
	text-align: justify;
}

.botao {
	color: #fff;
	/*background-color: #cdcdcd;*/
	background: url(../resources/novo/img/linear_bg2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55853c), to(#6e9759));
	background: -webkit-linear-gradient(top, #6e9759, #55853c);
	background: -moz-linear-gradient(top, #6e9759, #55853c);
	background: -ms-linear-gradient(top, #6e9759, #55853c);
	background: -o-linear-gradient(top, #6e9759, #55853c);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 4px 8px 4px 8px;
}

.botao:hover {
	text-decoration: none;
	color: #fff;
	/*background-color: #cdcdcd;*/
	background: url(../resources/novo/img/linear_bg2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e9759), to(#55853c));
	background: -webkit-linear-gradient(top, #55853c, #6e9759);
	background: -moz-linear-gradient(top, #55853c, #6e9759);
	background: -ms-linear-gradient(top, #55853c, #6e9759);
	background: -o-linear-gradient(top, #55853c, #6e9759);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 4px 8px 4px 8px;
}

.linearVerde {
	background-color: #3a632a;
	/*background: url(../resources/novo/img/linear_bg2.png);*/
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a632a), to(#54843b));
	background: -webkit-linear-gradient(top, #3a632a, #54843b);
	background: -moz-linear-gradient(top, #3a632a, #54843b);
	background: -ms-linear-gradient(top, #3a632a, #54843b);
	background: -o-linear-gradient(top, #3a632a, #54843b);
}

.linearCinza {
	background-color: #e7e7e8;
	background: url(../resources/novo/img/linear_bg2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e8), to(#fefefe));
	background: -webkit-linear-gradient(top, #fefefe, #e7e7e8);
	background: -moz-linear-gradient(top, #fefefe, #e7e7e8);
	background: -ms-linear-gradient(top, #fefefe, #e7e7e8);
	background: -o-linear-gradient(top, #fefefe, #e7e7e8);
}

.linearAzul {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 1%, #207cca 16%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7db9e8), color-stop(16%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 1%,#207cca 16%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 1%,#207cca 16%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 1%,#207cca 16%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7db9e8 1%,#207cca 16%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

/* paginas relacionadas a eventos */
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
	width: 100%; 
	border-collapse: collapse; 
}
/* Zebra striping */
/*tr:nth-of-type(odd) { 
background: #edffd3;
}*/

tr {
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#cdcdcd));
	background: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
	background: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
	background: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
	background: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
}

tr.topo {
	height: 40px;
}

tr.person {
	background: #d1d3d4;
	border-top: 1px solid #929394; 
	border-bottom: 1px solid #929394; 
}

tr.local {
        background-repeat: repeat-x;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#70f870));
        background: -webkit-linear-gradient(top, #f8f8f8, #70f870);
        background: -moz-linear-gradient(top, #f8f8f8, #70f870);
        background: -ms-linear-gradient(top, #f8f8f8, #70f870);
        background: -o-linear-gradient(top, #f8f8f8, #70f870);
}

tr.trilha {
        background-repeat: repeat-x;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#7070f8));
        background: -webkit-linear-gradient(top, #f8f8f8, #7070f8);
        background: -moz-linear-gradient(top, #f8f8f8, #7070f8);
        background: -ms-linear-gradient(top, #f8f8f8, #7070f8);
        background: -o-linear-gradient(top, #f8f8f8, #7070f8);
}

td.atividade {
        background-repeat: repeat-x;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#cdf8cd));
        background: -webkit-linear-gradient(top, #f8f8f8, #cdf8cd);
        background: -moz-linear-gradient(top, #f8f8f8, #cdf8cd);
        background: -ms-linear-gradient(top, #f8f8f8, #cdf8cd);
        background: -o-linear-gradient(top, #f8f8f8, #cdf8cd);
}

td.sessao {
        background-repeat: repeat-x;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8cd), to(#f8f800));
        background: -webkit-linear-gradient(top, #f8f8cd, #f8f800);
        background: -moz-linear-gradient(top, #f8f8cd, #f8f800);
        background: -ms-linear-gradient(top, #f8f8cd, #f8f800);
        background: -o-linear-gradient(top, #f8f8cd, #f8f800);
}

td.horario {
        font-weight: bold;
}

.sombra {
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
}

.sombra-body {
	-moz-box-shadow: 0px 0px 0.4em #666;
	-webkit-box-shadow: 0px 0px 0.4em #666;
	box-shadow: 0px 0px 0.4em #666;

	/*box-shadow: -1px -1px 2px #333;
-webkit-box-shadow: -1px -1px 2px #333;
-moz-box-shadow: -1px -1px 2px #333;*/
}

.sombra-unilateral {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

th { 
	/*background: #333;*/
	/*background: #8DC43F; */
	color: white; 
	font-weight: bold;
}

td, th { 
	padding: 6px; 
	/*border: 1px solid #ccc; */
	/*border: 1px solid #b0ef51;*/
}

.bd-esq {
	border-top-left-radius: 5px;
}

.bd-dir {
	border-top-right-radius: 5px;
}

.borda-eventos {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.titulo-detalhes-eventos {
	font-weight: bold;
	font-size: 1.6em;
}

.detalhes-eventos {
	font-size: 1.2em;
	color: #333;
}


@media (max-width: 1920px) {

	.lai {
		margin-left: 64%;
	}

}

@media (max-width: 1600px) {

	.lai {
		margin-left: 67%;
	}

}


@media (max-width: 1199px) {
	  .contato-rodape {
		margin-left: 10px;
		margin-top: 60px;
	}

	.lai {
		margin-left: 65%;
	}
}

@media (max-width: 1024px) {
	  .contato-rodape {
		margin-left: 0px;
		margin-top: 63px;
	}

	.lai {
		margin-left: 66%;
	}
}

@media (max-width: 991px) {

	.contato-rodape {
		margin-left: 0px;
		margin-top: 20px;
	}

	.lai {
		margin-left: 59%;
	}

	.mplan {
		margin-top: 80px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.logo img {
		width: 240px;
		height: 163px;
	}
	
}


@media (max-width: 768px) {

	.header-social {
		right:18px;
		top:65px;
	}

	.jumbotron {
    	margin-top: 77px;
  	}

  	ul.menu {
		margin-top: 5em;
		margin-bottom: 0;
		/*margin-left: 20px;*/
		/*float:left;*/
		width: 100%;
		background: #f9f9f9;
		/*margin-left: 1px;*/
	}

	.logo img {
		width: 200px;
		height: 136px;
	}

	.lai {
		margin-left: 57%;
	}

	.carousel-indicators {
		left: 20px;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.lai {
		margin-left: 20px;
	}

	.navbar-nav {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 653px) {
	

	.contato-rodape {
		font-size: 1em;
		/*margin-left: 80px;*/
		margin-top: 30px;
		color: #353335;
	}

	.mplan {
		width: 200px;
		margin-top: 40px;
	}

	.cinza {
		color: #333;
	}
}

@media (min-width: 480px) and (max-width: 715px) {
	
}

@media (max-width: 480px) {
	
}
