/***** Created by Daniel Considera
****** www.danielcb.ueuo.com *****/

body {
	background-color: #ffffff;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #777777;
	text-align: left;
}
#cont {
	width: 100%;
	/*height: 200px;*/
	background-color: #ffffff;
	color: #777777;
}
#div1 {
	width: 40%;
	float: left;
	margin-right: 8px;
}
#div2 {
	width: 55%;
	float: right;
}
#fot1 {
	width: 130px;
	float: left;
}
#fot2 {
	width: 530px;
	float: right;
}
p.desc {
	text-align: justify;
	text-indent: 25px;
	font-size: 12px;
}
table.principal {
	border: 0px;
	background-color: #ffffff;
	width: 100%;
	padding: 2px;
}
td.titulo {
	height: 26px;
	background-image: url(table.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
td.conteudo {
	background-color: #f0f0f0;
	font-size: 12px;
}
img {
	border: 0px;
}
img.slide {
	border: 2px solid #54adff;
	margin: 6px;
}
input.form {
	border: 1px solid #54adff;
	font-size 11px;
}
p.title {
	font-size: 12px;
	font-weight: bold;
	text-indent: 25px;
	color: #54adff;
}
.right {
	text-align: right;
}
.center{
	text-align: center;
}
.blue{
	color: #54adff;
	font-weight: bold;
}
li {
list-style: url(li.jpg);
}
.tit {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffbe64;
	text-transform: none;
	text-indent: 25px;
}
