BODY {
	color: White;
	background-color: Black;
	
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: medium;
	text-align: center;
}

A.inicio {
	color: #806E02;
	font-size: 10px;
	text-decoration: none;
}
A.inicio:HOVER {
	color: #C4A702;
	text-decoration: none;
}

img {
	border: none;
}

h4 {
	font-size: 10px;
	color: Gray;
}

h3 {
	font-size: 14px;
	color: Black;
}


.aviso {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: Black;
}

A {
	color: #806E02;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: #FFA500;
	font-weight: bold;
	text-decoration: none;
}


#etiqueta {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 135px;
	height: 135px;	
}