#menu {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #FFBF00;
	letter-spacing: 3px;
}

#menu a {
	color:#FFBF00;
	text-decoration: none;
	vertical-align: middle;
}
#menu a:hover {
	color: #A15641;
}
#contacto {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006699;
}
.email {
	font-family: Tahoma;
	font-size: 14px;
	color: #CCCCFF;
	letter-spacing: 2px;
	word-spacing: 5px;
}
.email a {
	color: #FFBF00;
}
.email a:hover {
	color: #622929;
}
.texto {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFBF00;
}
.texto a {
	color: #CCCCFF;
	text-decoration: none;
}
.texto a:hover {
	color:#A15641;
}
.subheader {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #CCCCFF;
	font-weight: bold;
	text-align: center;
}
.header {
	font-family: "Century Gothic";
	font-size: 28px;
	font-weight: bold;
	color: #FFBF00;
	letter-spacing: 3px;
	text-align: center;
}

#border {
	border: 2px solid #336699;
}
#border2 {
	border: thin solid #006699;
}
.border3 {
	border: medium solid #FFBF00;
}
#submenu {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #CCCCCC;
	background-color: #000000;
	word-spacing: 5px;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-color: #006699;
	border-top-width: thin;
	border-top-style: solid;
}

#submenu a {
	color:#6699CC;
	text-decoration: none;
	vertical-align: middle;
}

#submenu a:hover {
	color:#006699;
}
#allmenu {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #FFBF00;
	background-color: #A15641;
	word-spacing: 5px;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-color: #CCCCFF;
	border-top-width: solid;
	border-top-style: solid;
	border-bottom-width: solid;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	font-weight: bold;
}
#allmenu a {
	color:#CCCCFF;
	text-decoration: none;
	vertical-align: middle;
}

#allmenu a:hover {
	color:#622929;
}
html, body {
margin: 0px;
padding: 0px;
border: 0px;
}
#main {
margin: 5px 10px;
}
div.left {
float: left;
margin-right: 12px;
width: 150px;
margin-bottom: 20px;
}
div.left p {
text-align: center;
}
img {
border: 0px none;
}
div.center {
width: 800px;
}
