/*--titulo masa--*/
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	text-align: left;}
/*--texto masa blanco--*/
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	display: block;
}
/*--texto masa negro--*/
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	text-align: left;
	display: block;
}
/*--texto secundario--*/
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: justify;
	display: block;
}
/*--link compre aqui--*/
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
	text-align: left;
}

/*--pie de pagina--*/
h6 {
	font:normal 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	vertical-align: text-bottom;
	bottom: auto;
}

li a {
	font-family:"Lucida san",Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:3px 14px 1px;
	font-size:11px;
	display:inline;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
li {float:left;}
li a:hover {color:#666666;
}

ul{list-style-type:none;text-align:center;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
/*--formularios--*/
form {
padding: 0px 0px 0px 20px;
margin:0px;
}


