@charset "UTF-8";
/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*   TREINEBEM CSS  */



/**************************** TOP ***************************************/



body{
	margin:0;
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	text-align:left;
}

a, a:hover{
	border:0px;
	outline:none;
	text-decoration:none;
}

img{
	*margin-bottom:-3px;
}

a{
	color:#6b833c;
}

p{
	line-height:18px;
	margin-bottom:20px;
	text-align:justify;
}

div.body{
	background:url(../images/bg2.jpg) top center no-repeat;
}


div.top {
	margin:0 auto;
	width:827px;
	padding:15px 0px 0 0;
}

div.top .marca{
	float:left;
	width:200px;
}

div.top .menu{
	float:right;
	width:600px;
	text-align:right;
	padding:30px 0 0 0;
}

div.top .menu ul li{
	display:inline;
}

div.top .menu ul li a img{
	padding:10px 0;
	border-top: 3px solid transparent;
}


div.top .menu ul li a img:hover, div.top .menu ul li.selected a img{
	border-top:3px solid #f5fee4;
}


div.clear{
	clear:both;
}



/************************* BANNER ***********************************/



div.banner {
	margin:0 auto;
	width:827px;
}



/************************* CONTENT ***********************************/



div.content{
	margin:0 auto;
	width:819px;
	padding:14px 4px 10px 4px;
}

div.conteudo{
	padding:10px 20px;
	background:#f5fee4;
	*margin-bottom:-4px;
}




h2{
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}


/************************* HOME ***********************************/


div.news{
	float:left;
	width:404px;
}

div.noticiaHeader{
	color:#6c9457;
	font-size:12px;
	font-weight:bold;
	margin:25px 0px 5px 0px;
}

div.noticiaHeader span{
	color:#444;
	font-size:10px;
	font-weight:normal;
	line-height:18px;
}

div.noticiaBody{
	padding-top:10px;
}

div.noticiaBody a{
	color:#444;
	font-size:11px;
	line-height:16px;
}


div.noticiaBody a:hover{
	color:#6c9457;
}


div.welcome{
	float:right;
	width:404px;
}

div.welcome .conteudo{
	height:200px;
}

div.sub{
	float:right;
	margin:10px 0px 0px 0px;
	width:404px;
}

div.publicacoes_cx{
	float:left;
	width:195px;
}

div.parceiros_cx{
	float:right;
	width:195px;
}


div.publicacoes_cx .conteudo, div.parceiros_cx .conteudo{
	height:170px;
}

div.news .conteudo{
	height:426px;
}


div.publicacoes_cx h2, div.parceiros_cx h2{
	margin-bottom:0px
}



/************************* Para voce ***********************************/


ul.submenu{
	text-align:center;
}


ul.submenu li{
	display:inline;
	padding:0px 40px;
}


ul.submenu li a{
	font-weight:bold;
}

ul.submenu li a:hover{
	color:#444;
}

img.marginTop{
	margin-top:10px;
}

img.margin{
	margin:10px;
}



/************************* Albuns ***********************************/


div.albunsType{
	margin-top:40px;
}


h4{
	font-weight:bold;
}

hr{
	height:1px;
	border:0px;
	border-bottom:1px solid #d9d9d9;
}

table.albuns{
	width:100%;
}

table.albuns tr td{
	text-align:left;
	padding:30px 50px 20px 70px;
	background:url(../images/icones/album.png) no-repeat center left;
	width:50%;
}


div.descricao{
	font-size:11px;
	margin-top:15px;
}

div.albuns{
	padding:20px 40px;
}
	


/************************* Clientes ***********************************/


table.clientes{
	width:100%;
}

table.clientes tr td{
	text-align:left;
	padding:20px 5px;
	vertical-align:middle;
}

.center{
	text-align:center !important;
}




/************************* Cadastre ***********************************/


div.layer{
	background:#000;
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	position:fixed;
	height:100%;
	width:100%;
	z-index:2;
	top:0;
	left:0;
}


div.cadastre{
	position:fixed;
	height:150px;
	width:819px;
	z-index:3;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-408px;
}



div.noticiaView{
	position:fixed;
	height:auto;
	width:404px;
	z-index:3;
	top:10%;
	left:50%;
	padding:20px;
	margin-left:-202px;
}


/************************* Cadastro ***********************************/


input, select, textarea{
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px;
}


input:focus, select:focus, textarea:focus{
	border:1px solid #b3db9b;
}

input[type=image], input[type=image]:focus{
	border:none;
	width:auto;
	padding:0px;
	float:right;
	margin-right:-15px;
}

table.formulario{
	width:100%;
}

table.formulario tr td{
	text-align:left;
	width:50%;
	padding:0px 30px 10px 0px;
}


/************************* Cadastro ***********************************/

div.formContato{
	float:left;
	width:410px;
}

div.mapa{
	padding-top:16px;
	float:right;
}


/************************* Icones ***********************************/

.noticia{
	background:url(../images/icones/news.png) no-repeat center left;
	padding:10px 0 10px 40px;
	margin-top:-10px;
	*padding:0px 0px 15px 40px;
}

.parceiro{
	background:url(../images/icones/parceiro.png) no-repeat ;
	padding:10px 0 10px 40px;
	margin-top:-10px;
}

.publicacoes{
	background:url(../images/icones/book.png) no-repeat center left;
	padding:10px 0 10px 40px;
	margin-top:-10px;
}


.titulo{
	background:url(../images/icones/star.png) no-repeat center left;
	padding:10px 0 10px 40px;
	margin-top:-10px;
}

h2 a, h3 a{
	background:none transparent;
}



/************************* BOTTON ***********************************/

div.botton{
	margin:0 auto;
	width:827px;
}

div.botton .footer{
	color:#fff;
	float:left;
	width:600px;
	padding:20px 10px;
	line-height:18px;
}

div.botton .redes{
	float:right;
	width:150px;
	text-align:right;
	padding:20px 10px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size:11px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #444; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #444;
	}
	#gallery ul a:hover { color: #444; }
	
	
	
	
	
	
	.errorInput{
	border: 1px solid red;
		
	}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size:11px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #444; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #444;
	}
	#gallery ul a:hover { color: #444; }
	
	
	
	
	
	
	.errorInput{
	border: 1px solid red;
		
	}
