body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image: url('/images/bodygkg.gif');
  background-repeat: repeat-x;
  background-position: center;
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: black;
  margin: 0;
  padding: 0;
}

#container {
  	background-image: url('/images/fondo_ppal.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 780px;
	border: 0;
}

#container1 {
	padding: 10px;
	margin: 0 auto 0 auto;
	width: 780px;
	border: 0;
}

#header {
  background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 0 auto;
	width: 780px;
	height: 125px;
}

#navhoriz {
	position: relative;
	top: 60px;
	text-align: right;
}

#search {
   background-image: url('/images/search.gif');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: right;
	width: 780px;
	height: 34px;
}

#content_add {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 100%;
	text-align: left;
	float: left;
}

h1 {
	font-family: Garamond, Georgia,Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
}

h1.head {
	font-family: Garamond, Georgia,Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

h2{
	font-size: 14px;
	padding: 5px 0 5px 5px;
	margin: 0;
	font-weight: bold;
	color: #bdb7ae;
	border-bottom: 1px solid #bdb7ae;
}

h3 {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	background-color: #bdb7ae;
	color: black;
}

#breadcrumb {
	font-size: 10px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 5px 0 5px 0;
}

p {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

#menu {
	background-image: url('/images/fondo_menu.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	text-align: left;
	line-height: 1.6em;
}


#menu ul {
	list-style: none;
	margin: 40px 0 0 25px;
	padding: 0;
}

#menu li {
	margin: 0;
	color: black;
	padding: 0 0 0 10px;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#menu a:link {
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#menu a:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#menu a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff6000;
}

#subcats {
	line-height: 1.7em;
	background-color: #333333;
}

#subcats ul {
	float: left;
	list-style: none;
	margin: 10px 20px 10px 0;
}

#subcats li {
	margin: 0;
	color: white;
	padding-left: 10px;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#links ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#links li {
	margin: 0;
	color: #bdb7ae;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed silver;
}

img {
	vertical-align: middle;
	border: 0;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff6000;
}

#pie {
	clear: both;
	background-color: black;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
	width: 780px;
	padding: 5px;
  	color: white;
  	margin-top: 2px;
  	text-align: center;
  	border-top: 1px solid #ff6000;
  	border-bottom: 1px solid #ff6000;
}

#pie a:link {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#pie a:visited {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#pie a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff6000;
}

.redbull {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.reciprocal {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ff0000;
}
