/* CSS Document */

BODY {
	font-family: Arial;
	font-size: 12px;
	background-color: #002B00;
	color: #DAA520;
}
td {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
table.top {
	background-color: Black;
	border: 1px solid #2F4F4F;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	color: #DAA520;
}
h2 {
	font-size: 24px;
	color: #DAA520;
}
td.menu_top {
	background-image: url(../images/boton.gif);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 104px;
}
a {
	color: Yellow;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: White;
}

hr {
	color: #2F4F4F;
}

table.center {
	border: 1px solid #2F4F4F;
	background-color : Black;
}
td.menu_right {
	background-color: #004800;
}
td.title1 {
	background-image: url(../images/boton.gif);
	text-align: center;
	color: Black;
	font-size: 16px;
}
td.border {
	border: 1px solid #2F4F4F;
}
.web_design {
	background-color: #F0FFFF;
	text-align: center;
}
td.title_white {
	background-color: #004800;
	color: White;
}
.red {
	color: Red;
}
.menu_bg_green {
	background-color: #004800;
	color: #DEB887;
}
a.boton {
	height: 20px;
	width: 119px;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	background-color: #004800;
	text-decoration: none;
}
p.titulo1 {
	color: #FFD700;
}
a.menu {
	height: 20px;
}
.title_white {
	color: White;
	font-size: 16px;
	font-style: italic;
	background-color: #002F00;
}