﻿/* CSS Document */

body {
     background:#ffffff;
	 color:#000000;
	 font-family: Trebuchet MS, Verdana, Arial ;
	 font-size:13px;
	 text-align:justify;
	 line-height:18px;
	 margin: 0px 0px 0px 0px;
	 padding: 0px
}

a:link { font-weight: bold; color: #578CC8; text-decoration: none; }
a:visited { font-weight: bold; color: #306093; text-decoration: underline; }
a:hover { font-weight: bold; color: #95B581; text-decoration: underline; }


/* 
---------------------------------------
conteiner
---------------------------------------
*/

#conteiner {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -497px;
	width: 994px;
	background: #ffffff;
	padding: 0px;
	background-image:url("../images/back_lateral.gif");
	background-repeat:repeat-y;
}


.topo {
	height:250px;
	background: #ffffff;
}



/* 
---------------------------------------
conteudo
---------------------------------------
*/


#conteudo {
	background:#ffffff;
	width:994px;
	background-image:url("../images/back_lateral.gif");
	background-repeat:repeat-y;
	height:auto
	
}	


img {
	border:0px
}

.foto {
	width:355px;
	height:auto;
	float:left;
}

.texto {
	width:560px;
	height:auto;
	margin: 0px 30px 50px 20px;
	float:right;

}


.texto_capa {
	background-image:url('../images/back_mauricio_capa.jpg');
	background-repeat:no-repeat;
	float:none;
	height:840px;
	width:994px;
	margin: 0 0 0 0
}



/* 
---------------------------------------
galeria de fotos
---------------------------------------
*/


.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-left:200px
}

.gallery_demo {
	width:702px;
	margin:0 auto;
}

.gallery_demo li { 
	width:68px;
	height:50px;
	margin: 0 2px;
}

.gallery_demo li div {
	left:240px
}
	
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia,serif;
}

h2 {
	color:#000000;
	font-size:30px;
	margin-top:5px

}


h5 {
	text-transform:uppercase;
	color:#999999;
	font-size:16px;

}


.item li { 
	list-style-image: url('../images/item.gif');
	line-height:22px;
} 



.top {
	height:auto;
	margin:20px 0px 0px 0px;
	clear:both;
}


.top-esquerda {
	height:auto;
	margin:20px 0px 0px 0px;
	clear:both;
	text-align:right;
}


/* 
---------------------------------------
DESTAQUES
---------------------------------------
*/

.fotos {
	width:165px;
	height:220px;
	float:left;
	margin:0px 10px 20px 10px;
	border: 1px #e4e4e4 solid
}

.subtit-fotos {
	margin:5px 0px 5px 47px;
	height:auto
}


.texto-fotos {
	margin:10px 10px 0px 10px;
	line-height:18px;
	font-size:13px;
	text-align:left;
}

.titulos {
	width:165px;
	height:220px;
	float:left;
	margin:0px 10px 20px 0px;
	border: 1px #e4e4e4 solid

}

.contato {
	width:165px;
	height:220px;
	float:left;
	margin:0px 5px 20px 0px;
	border: 1px #e4e4e4 solid
}






/* 
---------------------------------------
rodape e endereco
---------------------------------------
*/


#rodape {
    clear:both;
    height:65px;
    background:#ffffff url("../images/back_rodape.gif") no-repeat;
    color:#584703;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size:11px;
	letter-spacing:1px;
	background-position:center top;
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#e7e7e7; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }



/* 
---------------------------------------
tabela
---------------------------------------
*/

.formulario{
	background:  #EEEDE4;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000033;
	border-width: 1px;
	border-style:double;
	border-color:#e5e5e5;
}



