/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
* { 
	margin: 0;
	padding: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #63686B;
}

.destaca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #776a31;
	font-style: italic;
}
.Estilo2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	letter-spacing: 5px;
	border-bottom-color: #E4E4E4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Estilo3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.menuiz:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #888888;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuiz:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #888888;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuiz:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #888888;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuiz:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}

.menuhome:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #776a31;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuhome:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #776a31;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuhome:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #776a31;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}
.menuhome:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	height: 12px;
	word-spacing: normal;
	font-weight: normal;
}.no_decoration {
	text-decoration: none;
	background-color: 0;
}
