@import url("/font-awesome.css");
@import url("/font-awesome-ie7.css");
@import url("bootstrap.css");
/* @import url("/bootstrap.css");*/
@font-face {
    font-family: 'Conv_LSANS';
    src: url('font/LSANS.eot');
    src: url('font/LSANS.eot?#iefix') format('embedded-opentype'),
         url('font/LSANS.woff') format('woff'),
         url('font/LSANS.ttf') format('truetype'),
         url('font/LSANS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_C_BOX';
	src: url('font/C_BOX.eot');
	src: url('font/C_BOX.eot?#iefix') format('embedded-opentype'),
         url('font/C_BOX.woff') format('woff'),
         url('font/C_BOX.ttf') format('truetype'),
         url('font/C_BOX.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_LHANDW';
	src: url('fonts/LHANDW.eot');
	src: url('font/LHANDW.eot?#iefix') format('embedded-opentype'),
         url('font/LHANDW.woff') format('woff'),
         url('font/LHANDW.ttf') format('truetype'),
         url('font/fonts/LHANDW.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* >  Globais Site ------------- */

body,td,th {
	font-family:'Conv_LSANS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {margin: 0px; background:#54AF32;}

/* >  Para o conteudo BNW ------------- */

.conteiner_bnw {}
.conteiner_bnw  .titulo{}
.conteiner_bnw .conteudo{}
.conteiner_bnw .conteudo a{}
.conteiner_bnw .conteudo a:hover{}
.conteiner_bnw .conteudo hr{ /*Deixa as tagc HR com um alinha mais clean*/
	border:0px;
	height:1px;
	background-color:#CCCCCC;
}

/* >  Rodapé ------------- */
.rodape{}
.rodape a{}
.rodape a:hover{}
/* >  Fotos ------------- */
#galeria_BNW{}
	#galeria_BNW .thumb_galeria{margin:5px;}
		#galeria_BNW .thumb_galeria a{
			display:block;
			padding:1px;
			float:left;
			border:1px solid #CCC;
			background-color:#FFF;
		}
		#galeria_BNW .thumb_galeria img{ width:150px;}
	#galeria_BNW .voltar{
		clear:both;
		text-align:center;
		padding:10px 0px 5px 0px;
		text-decoration:none;
		color:#999;
		font-size:11px;
	}
		#galeria_BNW .voltar a{ color:#999; cursor:pointer; text-decoration:none; }
		#galeria_BNW .voltar a:hover{ color:#333 }


/* >  Formulários ------------- */
.intro-formulario{}
table.tabela-formulario .linha-formulario{}
	table.tabela-formulario .celula-label-formulario{ padding:5px; text-align:left; vertical-align:top }
	table.tabela-formulario .celula-campo-formulario{ padding:5px; text-align:left; vertical-align:top }
	table.tabela-formulario input, 
	table.tabela-formulario textarea, 
	table.tabela-formulario select{
		width:300px;
		padding:5px;
		border:1px solid #CCC;
	}
	table.tabela-formulario input.radio, 
	table.tabela-formulario input.checkbox{ width:auto; border:0px; }
	.formulario input.botao-formulario{
		margin:auto;
		background:#333;
		color:#FFF;
		width:auto;
		margin:10px auto;
		border:0;
		cursor:pointer;
		font-weight:bold;
		padding:8px 20px;
	}
	
	/*- Código de seguranca -----*/
	table.tabela-formulario  tr.codigo-seguranca{}
	table.tabela-formulario  tr.codigo-seguranca td{
		padding:5px;
		background:#E6E6E6;
		border:1px solid #E6E6E6;
	}
		table.tabela-formulario  img.imagem-seguranca{ width:100px; display:block; border:1px solid #CCC; padding:1px; margin:5px;}
		table.tabela-formulario  input.input-seguranca{width:60px;}
label.error{
	display:block;
	padding:3px;
	margin:1%;
	background-color:#FFD6D6;
	border:1px solid #EBB1B1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}				
/* > Comentarios ------------------- */
#conteinerComentarios{}
	.envie-comentario, 
	.comentarios-enviados{
		font-family:Helvetica, Arial, sans-serif;
		font-size:18px;
		margin:0 0 10px 0;
		padding:0 0 5px 0;
		font-weight:normal;
		border-bottom:1px solid #CCC;
		display:block;
		width:100%;
	}
	#formComentario{clear:both;}
	#formComentario input, 
	#formComentario textarea{
		width:300px;
		padding:5px;
		border:1px solid #CCC;
	}
	#formComentario input.botao-comentario{
		margin:auto;
		background:#333;
		color:#FFF;
		width:auto;
		margin:10px auto;
		border:0;
		cursor:pointer;
		font-weight:bold;
		padding:8px 20px;
	}
	table.tabela-formulario-comentario{}
	table.tabela-formulario-comentario td{ vertical-align:top; padding:5px;}
	
	#formComentario hr{ display:none; }
	
	ul#comentarios{
		margin:0px;
		padding:0px;
		list-style:none;
	}
		ul#comentarios li{
			margin-bottom:10px;
			font-size:11px;
			border-bottom:1px solid #CCC;
			padding:0 0 5px 30px;
			background:url(images/menu-a-hover.png) no-repeat left top;
		}
		ul#comentarios .nome{font-weight:bold;}
			ul#comentarios .nome a{color:#333}
		ul#comentarios .data{color:#999}

/*
* Link de voltar ao topo
*/
#toTop{
	display:none;
	text-decoration:none;
	padding:10px 13px;
	background:#E2E2E2;
	color:#333;
	position:fixed;
	cursor:pointer;
	right:20px;
	bottom:20px;
	font-size:9px;
	
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;

	box-shadow: 
			 0 0 0 3px rgba(226,226,226, 0.5),
			 0 0 0 3px rgba(226,226,226,0.5),
			0 0 3px rgba(0,0,0,0.1);
		
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	#toTop:hover{
		box-shadow: 
			0 0 0 6px rgba(226,226,226, 0.5),
			0 0 0 6px rgba(226,226,226,0.5),
			0 0 6px rgba(0,0,0,0.5);
	}

		
/* >  Ajustes Globais ------------- */
img {
	border:0; /* Para tirar a borda do link em imagens */
}
fomr {
	margin:0px;
	padding:0px;
}
.borda{
	background:#EEEEEE;
	border: 1px solid #666666;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 5px #333333;
	padding: 5px;
	width: 358px;
}
.galeria{cursor:pointer}


/*> Aviso de explorer ----------------------*/
.ie{ 
	border:1px solid #F7941D; 
	background-color:#FEEFDA; 
	font-size:11px; 
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	/*display:none;*/
}
	.conteiner-ie{
		width:838px;
		height:65px;
		margin:auto;
		position:relative;
		padding-left:100px;
		background-image:url(images/ie-aviso.jpg);
		background-repeat:no-repeat;
		background-position: left center;
	}
	.conteiner-ie p{
		margin:0px;
		margin:0px;
	}
	.conteiner-ie strong{
		font-size:13px;
		display:block;
		padding-bottom:10px;
	}
	.conteiner-ie ul.navegadores{
		margin:0px;
		padding:0px;
		list-style:none;
		position:absolute;
		top:0px;
		left:450px;
	}
		.conteiner-ie ul.navegadores li{ float:left }
		.conteiner-ie ul.navegadores li a{ display:block; float:left; padding-right:10px;}
	.conteiner-ie a.fechar{
		cursor:pointer;
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		top:0px;
		right:0px;
		background-image:url(images/ie-fechar.jpg);
		background-repeat:no-repeat;
		text-indent:-9999em;
	}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/*
* aqui começa o CSS específico do site
*/
.tudo{
	background: #357DC0 url(images/bg-tudo.jpg) repeat-x 0 0;
	width:100%;
	}
.containerEstiloDegrade {
	width:980px;
	position:relative;
	}
		.tolbar{
			height:30px;
			width:660px;
			position:absolute;
			top:0;
			right:0;
			font-size:14px;
			text-align:right;
			padding:10px 0;
			font-weight:900;
		}
	.conteudoHome{
		background:url(images/bg-conteudo-home.png) no-repeat 0 0;
		margin-top:52px;
		position:relative;
	}
		.header{

		}
			.headerComBanner{
				height:660px;
				background:url(images/bg-sol.png) no-repeat 0px 255px;
			}
			.headerSemBanner{
				height:235px;
				background:none;
			}
			.logo{
				position:absolute;
				top:-65px;
				left:0;
				width:295px;
				height:190px;
			}
				.h1-logo{
					text-indent:-999999px;
					width:295px;
					height:190px;
					background:url(images/logo-2.png) no-repeat 0 -5px;
				}
					.h1-logo a{
					width:295px;
					height:190px;
					display:block;
				}
			.slogan{
				position:absolute;
				top:0px;
				right:155px;
				width:495px;
				height:125px;
				padding:40px 5px 25px 5px;;
			}
			.boneca{
				background:url(images/bonequinha.png) no-repeat 0 0;
				width:65px;
				height:115px;
				position:absolute;
				top:45px; right:35px;
			}
				.fontDiferente{
					font-family: 'Conv_LHANDW';
					font-size:20px;
					color:#FFF;
					text-shadow: 1px 1px 4px #000;
				}
			.nav{
				height:60px;
				width:980px;
				position:absolute;
				top:140px;
				background:url(images/bg-menu.jpg) no-repeat 0 0;
				padding-top:12px;
			}
					/* > Manu do site --------------------*/
	
					ul.menu{
						margin:0px;
						padding:0px;
						list-style:none;
						height:60px;
						background: url(images/bg-menuul.jpg) no-repeat 0 0;
						
					}
					ul.menu li{ position:relative; height:60px;
					width:140px;
					position:relative; float:left;
					font-size:17px;
					
					}
					ul.menu li a{
						width:140px;
						position:relative;
						display:block;
						float:left;
						float:left;
						padding:20px 0px;
						cursor:pointer;
						color:#FFF;
						text-decoration:none;
						text-align:center;
						moz-transition: all 0.4s ease-in-out;
						-webkit-transition: all 0.4s ease-in-out;
						-o-transition: all 0.4s ease-in-out;
						-ms-transition: all 0.4s ease-in-out;
						transition: all 0.4s ease-in-out;
					}
					ul.menu li a:hover{
						color:#372B00;
						}
					
					ul.menu ul{
						list-style:none;
						display:none;
						margin:0px;
						padding:0px;
						position:absolute;
						left:0px;
						top:58px;
						width:180px;
						background:#FFC703;
						-webkit-border-bottom-right-radius: 10px;
						-webkit-border-bottom-left-radius: 10px;
						-moz-border-radius-bottomright: 10px;
						-moz-border-radius-bottomleft: 10px;
						border-bottom-right-radius: 10px;
						border-bottom-left-radius: 10px;
						padding-bottom:10px;
					}
					ul.menu ul li{ display:block; float:inherit;width:180px; font-size:14px; text-align:left;height:40px; border-bottom:1px solid #DDAB00;}
					ul.menu ul a{
						display:block;
						float:none;
						color:#372B00;
						width:160px;
						 text-align:left;
						 padding:10px 10px;
					}
						ul.menu ul a:hover{
							background:#FFCF28;
							color:#372B00;
						}
					/* Fix IE. Hide from IE Mac \*/
					* html ul.menu li {
						float: left; height: 1%; 
					}
					* html ul.menu li a { 
						height: 1%; 
					}
					/* End */
		.containerBannerLinks{
			position:absolute;
			top:212px;
			height:445px;
			width:100%;
		}
			.containerBannerLinksRelativo{
				position:relative;
				height:445px;
				width:100%;
			}
			.Containerbanner{
				width:570px;
				height:340px;
				position:absolute;
				top:65px;
				left:91px;
			}
				#banner{
					width:570px;
					height:340px;
					float:left;
				}
					#banner ul{
					width:570px;
					height:340px;
					margin:0;
					padding:0;
				}
					#banner ul li{
					width:570px;
					height:340px;
					float:left;
					margin:0;
					padding:0;
					list-style:none;
					position:relative;
				}
					#banner ul li a{
						display:block;
						width:540px;
						height:306px;
						position:absolute; left:0; top:0;
						text-indent:-999999px;
					}
					#banner ul li img{
						position:absolute; left:0; top:0;
						width:540px;
					}
					#banner .carousel-pagination{position:absolute; top:336px; right:82px; height:9px; z-index:10;}
					#banner .carousel-pagination p{ margin:0;text-indent:-999999px; font-size:0px;}
						#banner .carousel-pagination p a{ background:url(images/splitBanner.png) -21px 0px no-repeat; display:block; float:left; text-indent:-9999999px; cursor:pointer; margin:0;width:16px;height:17px;
						}
						#banner .carousel-pagination p a.active , .banner .carousel-pagination p a:hover{ background-position: 0px 0px;cursor:pointer;
								}
					.mask{
						position:absolute;
						left:0;
						top:20px;
						background:url(images/mascara.png) no-repeat 0 0;
						width:570px;
						height:340px;
					}
			.link{
				width:320px;
				height:340px;
				float:right;
			}
				.link ul{
					margin:0 !important;
					padding:0;
					font-family: 'Conv_LSANS';
					font-size:18px;
					position:relative;
				}
					.link ul li , .link ul li h2 {
						margin:0px 0px;
						padding:0px 0px;
						list-style:none !important;
						font-size:18px;
						font-weight:normal;
						line-height:22px;
					}
						.link ul li a , .link ul li h2 a{
							color:#FFF;
							text-shadow: 0px 0px 2px #0E2234;
       					    filter: dropshadow(color=#0E2234, offx=0, offy=0);
						}
							.link ul li a:hover{
							color:#FF820A;
							text-decoration:none;
							moz-transition: all 0.4s ease-in-out;
							-webkit-transition: all 0.4s ease-in-out;
							-o-transition: all 0.4s ease-in-out;
							-ms-transition: all 0.4s ease-in-out;
							transition: all 0.4s ease-in-out;
						}
						.link ul li.liA{
							position:absolute;
							top:52px;
							left:5px;
						}
						.link ul li.liB{
							position:absolute;
							top:122px;
							left:120px;
						}
						.link ul li.liC{
							position:absolute;
							top:215px;
							left:150px;
						}
						.link ul li.liD{
							position:absolute;
							top:282px;
							left:135px;
						}
						.link ul li.liE{
							position:absolute;
							top:368px;
							left:125px;
						}
			
		.containerConteudoBnw{
			top:190px;
			font-weight:500;
		}
			.ConteudoBnwPagPrincipal h3, .ConteudoBnwPagInterna h2{
				 font-family: 'Conv_LHANDW';
				 color:#FFF000;
				 text-shadow: 1px 1px 4px #000000;
				 font-size:22px;
			}
			.containerConteudoBnw a{
				color:#FFF;
				moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				-ms-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
				text-decoration:underline;
		}
			.containerConteudoBnw a:hover{
				text-decoration:none;
			}
			.ConteudoBnwPagPrincipal{
				background:url(images/sombra.jpg) no-repeat bottom left;
				padding-bottom: 8px;
				
			}
			.containerConteudoBnw a.btn, .tabelaBordas a{
				text-decoration: none;
				display: inline-block;
				padding: 8px 12px;
				margin: 12px 0 0 0;
				border:1px solid #D5CA00;
				color:#242200;
				-moz-transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				font-size: 14px;
				font-weight:bold;
				text-shadow: 0px 0px 1px #FFF;
				background: rgb(255,240,0); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,240,0,1) 0%, rgba(232,220,0,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,0,1)), color-stop(100%,rgba(232,220,0,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(232,220,0,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(232,220,0,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(232,220,0,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,240,0,1) 0%,rgba(232,220,0,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#e8dc00',GradientType=0 ); /* IE6-9 */
			}
				.containerConteudoBnw a.btn:hover, .tabelaBordas a:hover{
					background: rgb(232,220,0); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(232,220,0,1) 0%, rgba(255,240,0,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,220,0,1)), color-stop(100%,rgba(255,240,0,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(232,220,0,1) 0%,rgba(255,240,0,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(232,220,0,1) 0%,rgba(255,240,0,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(232,220,0,1) 0%,rgba(255,240,0,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(232,220,0,1) 0%,rgba(255,240,0,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8dc00', endColorstr='#fff000',GradientType=0 ); /* IE6-9 */
				}
				.containerConteudoBnw .btnLista{ 
				display:block;
				}

				.conteudoP{
					width:405px;
					height:215px;
					padding:85px 50px 20px 145px;
					float:left;
					background:url(images/bg-conteudo-bnw-principal.jpg) no-repeat 0 0;
					color:#FFF;
					font-size:16px;
					line-height:150%;
				}
				.agenda{
					width:285px;
					height:210px;
					padding: 87px 40px 20px 40px;
					float:right;
					background:url(images/bg-agenda.jpg) no-repeat 0 46px;
				}
			.ConteudoBnwPagInterna{
				color:#FFF;
				font-size:16px;
				line-height:150%;
				padding:0 0 70px 165px;
				background:url(images/bg-estrelasl.png) no-repeat 0 0;
			}
		.estiloCasaCriancas{
			height:365px;
			width:100%;
			
		}
			.containerGaleriaCasa{
				background:url(images/bg-casa.png) no-repeat 0 0;
				width:332px;
				height:365px;
				float:left;
				position:relative;
			}
				#galeriaCasa{
					width:250px;
					height:180px;
					padding:165px 41px 20px 41px;
				}
					#galeriaCasa ul{
						margin:0;
						width:250px;
						height:180px;
					}
						#galeriaCasa ul li{
						margin:0;
						padding:0;
						width:250px;
						height:180px;
						list-style:none;
						position:relative;
						float:left;
					}
							#galeriaCasa ul li img{
							margin:0;
							padding:0;
							width:250px;
							height:180px;
							position:absolute; left:0; top:0;
							}
							#galeriaCasa ul li a{
								margin:0;
								padding:0;
								width:250px;
								height:180px;
								list-style:none;
								position:absolute;
								top:0; left:0;
								display:block;
								text-indent:-999999px;
							}
							#galeriaCasa ul li .maskGal{
								position:absolute;
								left:-41px;
								top:0;
								background: url(images/mascara-casa.png) no-repeat 0 0;
								width:300px;
								height:180px;
							}
							#galeriaCasa .carousel-pagination{ display:none;}
						
						#galeriaCasa .carousel-control {
							position:absolute;
							top:260px;
							z-index:10;
							} 
						#galeriaCasa .carousel-next{  
						background:url(images/split.png) 0px 0px no-repeat; 
						width:40px; 
						height:36px; display:block;  
						left:28px;
						text-indent:-99999px;
						cursor:pointer;
						}
						#galeriaCasa .carousel-previous{
							background:url(images/split.png) -64px 0px no-repeat; 
							width:36px; 
							height:40px; 
							display:block; 
							right:21px;
							text-indent:-99999px;
							cursor:pointer;
							}
				
			.criancas{
				background:url(images/criancas.png) no-repeat 0 165px;
				width:600px;
				height:365px;
				float:right;
			}
.containerFooter{
	background:#54AF32;
	position:relative;
	padding:5px 0 10px 0;
}
	.grama{
		background:url(images/grama.png) repeat-x;
		position:absolute;
		top:-47px;
		height:50px;
		width:100%;
	}
		.containerFooter h4{
			font-size:16px;
			 font-family: 'Conv_LHANDW';
		}
	.copy{
		color:#FFF;
		display:block;
		padding-top:10px;
	}
		.copy a{
		color:#FFF;
		moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
}

.redes-footer{
	width:100%;
	height:20px;
	position:relative;
}
	.redes-footer .redes{
		position:absolute;
		top:3px;
	}
	.redes-footer .facebook{left:0;}
	.redes-footer .twitter{left:100px;}
	.redes-footer .google{left:200px;}

.clear {clear:both;}
#exibeCalendario{
		height: 235px;
		width: 345px;
		background:url(images/balao.png) 175px 40px no-repeat;
	}
	.dayName{
		padding: 3px;
		font-size: 10px;
	}
	.calendar{
		padding: 3px 5px;
		font-size: 10px;
		border: 1px solid #333333;
		border-collapse:collapse;
	}
	.calendarDestaque{
		padding: 3px;
		font-size: 10px;
		background-color: #333333;
		color: #FFFFFF;
	}
	.linkCalendar{
		color: #FFFFFF;
		text-decoration: none;
		display: block;
	}
	.linkCalendar:hover{
		color: #FFCC00;
	}
	.calendarToday{
		padding: 3px;
		font-size: 10px;
		background-color: #FFCC00;
	}
	.calendarHeader{
		padding: 0px;
		font-size: 10px;
    	border-radius: 100px;
	}
	.calendarHeader a{
		padding: 0px;
		font-size: 10px;
		background-color: #5F9ACF;
		-webkit-border-radius: 50px;
		width:20px;
		height:20px;
    
    border-radius: 100px;
	}
	.calendarNex, .calendarPrev{
		font-size: 13px;
		color: #FFFFFF;
		text-decoration: none;
		display: block;
	}
	.calendarNex:hover, .calendarPrev:hover{
		color: #FFCC00;
	}
	.calendarYear{
		vertical-align: middle;
		font-size: 15px;
		font-weight: bold;
		color:#EEACDE;
	}
	.dayName{
		vertical-align: middle;
		font-size: 15px;
		font-weight: bold;
		color:#9FBF19;
	}
	.texto-lista { 
	border-bottom:1px solid #296498;
	padding: 10px 10px;
	}
		.texto-lista:hover{
			background:#418ACB;
		}
	.imagem-lista{
		padding: 10px 10px;
	}
	.imagem-lista img{
		width:250px;
	}


.conteiner-imagem{
	
	float: left;
	margin-right:10px;
}
.imagens-exibicao{
	width:230px;
}
.imagem-exibida-0{
}
.outrasImagens{
	width:230px;
	margin:0;
	padding:0;
}
.outrasImagens li{ 
float:left;
width:50px;
list-style:none;
margin: 5px 5px;
padding:0;
}
.atividades{
	padding:10px 10px;
}
.atividades p{

}
.atividades table{
}
.atividades td{
}
.tabelaBordas{font-size:16px;}
.tabela-geral , .tabelaBordas {
border: 1px solid #296498;
}
	.tabela-geral th , .tabelaBordas th{
		background:#418ACB;
		padding:8px 8px;
		border-collapse:collapse;
		border-left:1px solid #296498;
	}
	.tabela-geral td, .tabelaBordas td{
		padding:8px 8px;
		border-collapse:collapse;
		border-left:1px solid #296498;
	}

/*
* Deixe sempre esta instrução por último no seu código de CSS
*/

@import url("/bootstrap-responsive.css");