/*
MOINHO ANDALUZ - estilo.css
Folha de Estilo Principal
Por Ramon
*/

/* -------- IDS -------- */

#topo {height:228px; background-image:url(../img/topo_fundo.jpg); text-align:center;}

#menu {font-family:"Arial Narrow", Arial; font-size:14px; text-decoration:none; padding-top:4px;}
#menu ul {list-style:none; padding:0; margin:0;}
#menu ul li {float:left;}
#menu ul li a {color:#150b01; text-decoration:none; display:block; padding:0 50px;}
#menu ul li:hover {background-color:#fff;}

#miolo {text-align:justify; padding:40px 0;}
#miolo #flash {float:right; padding-left:25px;}

#rodape {background-image:url(../img/rodape_fundo.jpg); background-repeat:repeat-x; background-color:#ffdb4a; text-align:center; padding:7px; color:#413107;}
#rodape .creditos {text-align:right; font-size:10px; margin:0;}
#rodape .creditos a {text-decoration:none; color:#a57b0f}
#rodape .creditos a:hover {color:#393939}

/* ------- CLASSES ------- */

.saiba {text-align:right; font-style:italic;}
.saiba a {color:#393939; text-decoration:none;}

.voltar {text-align:right; clear:both;}

/* ------- TAGS ------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#fff3d2;
}

h1 {color:#b78600; font-family:Arial; font-size:22px; font-weight:normal; border-bottom:1px solid #36311d;}

h2 {color:#874703; font-size:16px; font-weight:normal;}

h3 {}

a {color:#545454; text-decoration:underline}
a:hover {text-decoration:none}

a img {border:none}

form {margin:0;}

disv {border:1px solid #000000; padding:5px; margin:5px;}
div.int {width:950px; margin:0 auto;}

hr {border-width:0; border-top: 1px dotted #d6b459; height: 1px; }
