/* CSS
/* Kurole Webdesign  */
/* http://www.kurole.com/ */

/* ------------------------------------- CSS HACK --------------------------------------------------------- */
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, 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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
strong{ font-weight: bold; }
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table {	border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
ol, ul {list-style: none;}
select {margin: inherit;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
h1{font-weight: bold;color:#177B9C;}
/* ------------------------------------- [FIM] CSS HACK --------------------------------------------------- */

body{
	font-family: Verdana;
	font-size: 12px;
	line-height: inherit;
	color: #666666;
	background-color: #FEE6D6;
}

/* ------------------------------------- CLASSES GENÉRICAS ----------------------------------------------- */
.middle{
	vertical-align: middle;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.aligncenter{
	text-align: center;
}
.negrito{
	font-weight: bold;
}
.sem_estilo{
	font-weight: normal;
	font-size: 12px;
	line-height: inherit;
	color: #666666;
}
.justify{
	text-align: justify;
}
#form1 input,#form1 select,#form1 textarea{
	border: 1px solid #0D7699;
	color: #0D7699;
	background-color: #EFEFEF;
	padding: 3px;
}
#frameinvisivel{
	display: none;
}
#display_paginacao{
	display: block;
	padding: 4px;
	text-align: center;
	background-color: #E6E9EE;
	font-weight: bold;
	color: color: #003366;
}
#display_paginacao a:active{
	text-decoration: underline;
	color: #003366;
}
#display_paginacao a:visited{
	text-decoration: none;
	color: #003366;
}
#display_paginacao a{
	margin: 4px;
	padding: 2px;
	border: 1px solid #B5C5DF;
	background-color: #B5C5DF;
	text-decoration: none;
	color: #003366;
}
.vinho{
	color: #990000;
}
/* ------------------------------------- [FIM] CLASSES GENÉRICAS ---------------------------------------- */

/* ------------------------------------- FORMATAÇAO DE CAMADAS DO TOPO DO SITE -------------------------- */
#toposite{
	margin: 0px auto;
	width: 933px;
	height: 218px;
}
#fundoflash{
	position: absolute;
	z-index: 1;
	width: 933px;
	height: 218px;
		/*border: 1px solid #FF0000;*/
}
#topo_logo{
	position: absolute;
	margin: 115px 0px 0px 66.5px;
	z-index: 2;
	width: 798px;
	height: 100px;
		/*border: 1px solid #0000FF;*/
}
#brevehistorico{
	display: none;
	font-weight: normal;
	margin: 32px 0px 0px 39px;
	width: 420px;
	height: 80px;
	text-align: justify;
		/*border: 1px solid #FF0000;*/
}
/* ------------------------------------- [FIM] FORMATAÇAO DE CAMADAS DO TOPO DO SITE -------------------- */

/* ------------------------------------- LAYOUT DE CONTEÚDO --------------------------------------------- */
#pai{
	clear: both;
	margin: 0px auto;
	width: 885px;
	min-height: 630px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: url(imagens/bg_azul.jpg) top left no-repeat;
		/*border: 1px solid #FF0000;*/
}
* html #conteudo{
	margin: 0px auto;
	float: left;
	width: 778px;
	height: auto;
	margin-left: 21px;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}
#conteudo{
	margin: 0px auto;
	float: left;
	width: 778px;
	height: auto;
	margin-left: 42px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}
#menuvertical{
	float: left;
	width: 188px;
		/*border: 1px solid #6633FF;*/
}
#menuvertical img{
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	border-top: 2px solid #C2CBD8;
}

#menuvertical ul li{
	margin: 4px 0px 4px 0px;
	display: block;
}
#menuvertical ul li a{
	color: #7A8DAA;
	text-decoration: none;
	background: url(imagens/menu_seta.gif) left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
}
.submenu{
	margin: 4px 0px 0px 0px;
	color: #0099CC;
}
/* ------------------------------------- [FIM] LAYOUT DE CONTEÚDO ------------------------------------------ */

/* ------------------------------------- CONTEÚDO DA HOME -------------------------------------------------- */
#conteudocentro{
	float: left;
	width: 364px;
	height: auto;
	margin: 0px 0px 0px 15px;
		/*border: 1px solid #6633FF;*/
}
#ultimos_artigos ul li, #ultimos_artigos_internos ul li{
	display: block;
		/*border: 1px solid #6633FF;*/
}
#ultimos_artigos li a, #ultimos_artigos_internos li a{
	display: inline-block;
	width: 364px;
	padding: 10px 0px 10px 0px;
	color: #797979;
	text-decoration: none;
	border-bottom: 1px dotted #FDCAA7;
	background: url(imagens/ultimosartigos_icone.gif) right no-repeat;
	background-color: none;
		/*border: 1px solid #3333CC;*/
}
#ultimos_artigos li a:hover, #ultimos_artigos_internos li a:hover{
	background-color: #FFECDF;
}
#ultimos_artigos_internos li a{
	width: 540px;
}
#ultimas_fotos{
	display: block;
}
#ultimas_fotos img{
	float: left;
	margin: 11px 11px 0px 0px;
}
#barra_direita{
	float: right;
	width: 200px;
}
#form_indique{
	margin: 0px 0px 0px 10px;
}
#form_indique .input{
	border: 1px solid #86B6EF;
	background-color: #D5E2FD;
	font-size: 12px;
	color: #3399CC;
}
#form_indique .input:hover{
	background-color: #FFFFFF;
}
/* ------------------------------------- [FIM] CONTEÚDO DA HOME --------------------------------------------- */

/* ------------------------------------- RODAPÉ ------------------------------------------------------------- */
#rodape{
	clear: both;
	margin: 0px auto;
	width: 880px;
	min-height: 100px;
	background: url(imagens/bg_rodape.jpg) top center repeat-x;
	padding: 30px 0px 0px 0px;
	text-align: center;
		/*border: 1px solid #FFFF00;*/
}
#rodape p, #rodape a{
	color: #FFFFFF;
	text-decoration: none;
}
#logotipo_kurole{
	float: left;
	margin: 0px 0px 0px 110px;
}
/* ------------------------------------- [FIM] RODAPÉ ------------------------------------------------------- */

/* ------------------------------------- PÁGINAS INTERNAS --------------------------------------------------- */
#paginas_internas{
	float: left;
	width: 570px;
	height: auto;
	min-height: 570px;
	margin: 0px 0px 0px 15px;
		/*border: 1px solid #6633FF;*/
}
#paginas_internas{
	line-height: 17px;
}

* html #galeriadefotos{
	overflow: hidden;
}
.separafotos{
	float: left;
	text-align: center;
	padding-bottom: 2px;
	margin: 0px 2px 2px 2px;
	border-bottom: 1px dashed #C1272D;
}
/* -------------------------------------- [FIM] PÁGINAS INTERNAS ------------------------------------------ */