@charset "utf-8";
/* CSS Document */

body {
	background-color: #A51014;
	margin-top: 20px;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.rodape {
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 12px;
}

.rodape2 {
	font-family: Verdana, Georgia;
	color: #000000;
	font-size: 12px;
} 

.texto {
	font-family: Verdana;
	color: #333333;
	font-size: 14px;
}


.menu_top {
	font-size:11px;
	color: #333333;
}

.menu_top a {
	color: #333333;
	text-decoration: none;
}

.menu_top a:hover {
	color: #CC0000;
	text-decoration: none;
}


.texto_paginas {
	font-size:12px;
	line-height: 20px;
}

.texto_paginas h2 {
	color: #333333;
	font-size:18px;
	margin:0;
}

.texto_destaque {
	font-family: Verdana;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

/* FORM */

form {
	margin: 0px;
}

.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	padding:5px;
	width: 260px;
	border: thin solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 5px;
}

.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	padding:5px;
	width: 320px;
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-left: 5px;
}	

.form3 {
	margin-top: 5px;
	margin-left: 5px;
}

/* GALERIA */
   
.thumb {
	float:left;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 6px;
	display: inline;
}

.imagens {
	padding: 5px;
	margin: 0px;
	background-color: #DBDBDB;
	border: 0;
	display: block;
	}
a:hover.imagens {
	background-color: #830D10;
	display: block; }