body {
	font-size:           small;
 	font-family:         Verdana, Helvetica, Arial, sans-serif;
 	line-height:         1.6em;
	margin-top: 5%;
	margin-left: 5%;
}

p {
	text-align: justify 
}

h1, h2 {
	color: #007e7e;
}

h1 {
  font-size:           150%;
}

h2 {
  font-size:           130%;
}

iframe { border: 5px double blue }
a.mapa { font-family: cursive; color: red; font-size: 130% }
a:hover.mapa { font-family: fantasy; color: blue; font-size: 140% }
#garantia {
  line-height:         1.9em;
  font-style:          italic;
  font-family:         Georgia, "Times New Roman", Times, serif;
  color:               #444444;
  border-color:        white;
  border-width:        1px;
  border-style:        dashed;
  background-color:    #a7cece;
  padding:             25px;
  padding-left:        80px;
  margin:              30px;
  margin-right:        100px;
  background-image:    url(images/background.gif);
  background-repeat:   no-repeat;
  background-position: top left;
}

table.elixires {
		border: solid 2px black;
}

div.elixir {
	border-bottom: solid 1px gray;
	margin-left: 10px;
	height: 150px;
}
img.elixir { 
			float:right;
			height: 120px;
			margin-right: 5px;
			margin-left: 5px;
}

td {
	border: solid 2px silver;
	font-family:         Verdana, Helvetica, Arial, sans-serif;
	text-align: justify;
}

td.nome_elixir {
	font-size:           130%;
	color:               #007e7e;
	text-align: center;
}
div.link_elixir {
	text-align: center;
}
span.italico {
	font-style: italic
}
p.copyright {
	font-family: cursive;
	text-shadow:2px 2px gray;
	float: right;
}

div.col_dir { float: none; margin-left: 70%; }
div.col_esq {float: left;   width: 69%; padding-right: 10px; border-right: 2px solid black; }

label {
	float: left;
	text-align:right;
	width: 300px;
	background-color: silver;
	margin-right:10px;
}
.vazio {
	color: silver;
	background-color:silver;
}
form { 
	border: 1px solid black; 
	width:70%;
}