/* CSS Document */
/*-------------------------------------- basicas -------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262d34;
	background-color: #cfcece;
	margin: 0px;
}
a {
	color: #367a91;
}
a:hover {
	text-decoration: none;
}

/*-------------------------------------- divs ---------------*/
#fundo {
	background-image: url(../img/basicas/fundo_geral.jpg);
	background-repeat: repeat-y;
	margin: auto;
	height: auto;
	width: 802px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#fundo_paginas {
	background-image: url(../img/basicas/fundo_geral_paginas.jpg);
	background-repeat: repeat-y;
	margin: auto;
	height: auto;
	width: 802px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#topo {
	background-color: #262d34;
	background-image: url(../img/basicas/fundo_azul.gif);
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bebebe;
	border-left-color: #bebebe;
	color: #909191;
}
#banner {
	height: auto;
	width: 774px;
	margin-right: 13px;
	margin-left: 13px;
}
#menu {
	height: auto;
	width: 800px;
}
#conteudo {
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bebebe;
	border-left-color: #bebebe;
}
#conteudo:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#direita {
	float: right;
	height: auto;
	width: 239px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #13617a;
	border-left-color: #13617a;
}
#esquerda {
	float: left;
	height: auto;
	width: 533px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: justify;
}
#paginas {
	float: left;
	height: auto;
	width: 774px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: justify;
	background-color: #FFFFFF;
}
#rodape {
	width: 800px;
	height: 5px;
	background-image: url(../img/basicas/fundo_linha.gif);
	background-repeat: repeat-x;
}

/*-------------------produtos-----------------------------*/

#produtos {
	height: auto;
	width: 774px;
	padding-bottom: 20px;
}
#produtos:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/*------------------------------------------ estilos objetos --------*/
.foto_dir {
	border: 1px solid #d5d5d5;
	margin-left: 10px;
	margin-bottom: 7px;
}
.foto {
	border: 1px solid #d5d5d5;
}
.foto_esq {
	border: 1px solid #d5d5d5;
	margin-right: 7px;
	margin-bottom: 10px;
}
.formulario {
	color: #545454;
	border: 1px solid #d5d5d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*--------------------------------------- estilos textos ---------*/
.cinza_claro {
	color: #d3d3d3;
}
.titulo_bold {
	font-size: 24px;
	color: #262d34;
	font-weight: bold;
}
.titulo {
	font-size: 24px;
	color: #262d34;
}
.sub_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.sub_titulo_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #367a91;
}
hr {
	margin: 0px;
}
