html, body, table, tr, td, img, object, embed {
	margin: 0px;
	padding: 0px;
}
img, object, embed {
  display:block;
}
body,td,th {
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #006699;
		text-decoration: none;
		font-family: MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #FFCC00;
		text-decoration: none;
		font-family: MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #CC0000;
		text-decoration: none;
		font-family: MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #FF0000;
		text-decoration: none;
		font-family: MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
.titulo, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 20px;
	color: #006699;
	font-weight: bold;
}
.titulo1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 17px;
	color: #006699;
	font-weight: bold;
}
.titulo2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 15px;
	color: #008CCC;
	font-weight: bold;
}
.titulo4, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 17px;
	color: #FEF101;
	font-weight: bold;
}
ul{
    padding-left: 4px;
    margin-left: 4px;
    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: MS Sans Serif;
	font-size: 24px;
	color: #008CCC;
	font-weight: bold;
}

