html, body, table, tr, td, img, object, embed {
  margin: 0px;
  padding: 0px;
}
img, object, embed {
  display:block;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #FFFFFF;
		text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	color: #999999;
		text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #FFCC00;
		text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
a:active {
	color: #FFFF00;
		text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
.titulo, h1 {
	font-family: Georgia;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
.titulo1, h2 {
	font-family: Georgia;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
}
.titulo2, h3 {
	font-family: Georgia;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
ul{
    padding-left: 5px;
    margin-left: 5px;
    list-style-type: none;
}
ul li {
    padding-left: 12px;
    background: url(utileria/arrow.gif) 0em 0.1em no-repeat;
    margin-bottom: 0.5em;
}
ul.spacious li {
    padding-left: 12px;
    background: none;
    margin-bottom: 1em;
}
ul ul {
  margin-top: 0.5em;
}
.fontlogo {
	font-family: Tahoma;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}