

body {
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}
table.elixires {
	border: solid 2px black;
}

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

h1, h2 {
	color: #007e7e;
	font-size: 150%;
}

h3 {
	color: #000000;
	font-size: 130%;
}

.col_esq {
	position: relative;
	float:left;
	border-right: 2px solid #000000;
	width: 64%;
}

.col_esq .img1 {
	
	width: 250px;
	height: 97px;
}

.col_dir {
	position: relative;
	float:right;
	width: 35%
}

#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("/aulaweb1/lab6/images/background.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.col_dir .yellow .imagem {
	float: right;	
}

.col_dir .yellow .texto {
	float: left;
	width: 410px;
	text-align: justify;
}

.col_dir .yellow {
	margin-left: 10px;
	height: 150px;
	border-bottom: 1px solid gray;
}

.col_dir .chai .imagem {
	float: right;
}

.col_dir .chai .texto {
	float: left;
	width: 410px;
	text-align: justify;
}
.col_dir .chai {
	margin-left: 10px;
	height: 150px;
	border-bottom: 1px solid gray;
}

.col_dir .black .imagem {
	float: right;
}

.col_dir .black .texto {
	float: left;
	width: 410px;
	text-align: justify;
}

.col_dir .black {
	margin-left: 10px;
	height: 150px;
	border-bottom: 1px solid gray;
}

.link_elixir {
	text-align: center;
}

.col_esq .mapa {
	font-family: cursive; 
	color: red; 
	font-size: 130%; 
}

.col_esq .mapa:hover {
	font-family: fantasy; 
	color: blue; 
	font-size: 140%;
}

.col_esq .musica {
	font-style: italic;
}

.col_esq .copy {
	float: right;
	margin-right: 10px;
	font-family: cursive;
	text-shadow:2px 2px gray;
}

iframe {
	width="600" height="450" frameborder="0" style="border:0" allowfullscreen
}