html {
	height: 100%;
	background: Black url(./bgs/back.gif) repeat bottom left;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	/*color: White;*/
	min-height: 100%;
	background: url(./bgs/highbg.png) repeat-x bottom left;
}
* {
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	padding: 0.5em 0;
}
h3 {
	font-size: 1.3em;
	padding: 0.3em 0;
}
h4 {
	font-size: 1.3em;
	padding: 0.3em 0;
	border-top: 1px solid #7f7f7f;
}
h5 {
	font-size: 1.1em;
	padding: 0.3em 0 0.1em;
}

p {
	margin-bottom: 1em;
}

a {
	color: #66530f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img.left {
	float: left;
	padding: 7px;
	margin: 0 10px 0 0;
	background: url(./bgs/imgbg.png) no-repeat left top;
}
img.right {
	float: right;
	padding: 7px;
	margin: 5px 0 0 5px;
	background: url(./bgs/imgbg.png) no-repeat left top;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
	color: black;
	background: White url(./bgs/bottom.gif) repeat-x bottom;
	position: relative;
}
#header {
	position: relative;
	height: 95px;
}
#logo {
	padding: 7px 0 0 22px;
}
#logo img {
	border: none;
}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 200px;
	list-style-type: none;
}
ul.menu li {
	float: left;
	/*display: inline;*/
}
ul.menu li:hover {
	background: url(./bgs/menubgr.gif) no-repeat right;
	background-color: #ffd908;
}
ul.menu li a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 8px 5px 7px;
}
ul.menu li a:hover {
	background: url(./bgs/menubgl.gif) no-repeat left;
}
ul.menu strong {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
ul.menu small {
	text-transform: uppercase;
	font-size: 10px;
}

#content {
	padding: 0 20px;
	background: url(./bgs/bg.gif) repeat-y top left;
}

#main-content {
	position: relative;
	float: left;
	width: 480px;
	padding: 0 10px;
	/*border-right: 1px dotted Black;*/
	font-size: 1.4em;
}

#side-bar {
	/**font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;/**/
	/**/
	font-size: 1.4em;
	line-height: 1.4em;/**/
	margin-left: 530px;
}

#side-bar a {
	font-style: normal;
}
#side-bar h5 {
	padding: 0;
}
#side-bar h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.2em
}

#bottom-image-spacer {
	height: 160px;
}

.bottom-image {
	height: 140px;
	width: 155px;
	position: absolute;
	bottom: 0px;
	right: 40px;
}
.bottom-image.v1 {
	background-image: url(./bgs/side1.gif);
}

.bottom-image.v2 {
	background-image: url(./bgs/side2.gif);
}

.bottom-image.v3 {
	background-image: url(./bgs/side3.gif);
}

/* Services */
ul.services {
	list-style-type: none;
	padding-bottom: 1em;
}
ul.services li {
	background: url(./bgs/arrow.png) no-repeat 0 .1em;
	padding: 0 0 5px 30px;
	
}
.service {
	border-top: 1px solid #7f7f7f;
	/*padding-left: 15px;*/
	position: relative;
}
.service h3 {
	padding-left: 30px;
	background: url(./bgs/arrow.png) no-repeat left;
}
.service p {
	padding-left: 3em;
}
.article {
	margin-bottom: 10px;
}
.article p {
	padding-top: 1em;
}
.gallery-tbn-box {
	float: left;
	background: url(bgs/picbg.png) no-repeat left top;
}
.gallery-tbn {
	margin: 4px 9px 9px 4px;
}
.gallery-tbn a img {
	border: 3px solid white;
}
.gallery-tbn a:hover img {
	border: 3px solid #ffd908;
}
.gallery-pic {
	text-align: center;
	margin-bottom: 1em;
}

.person {
	float: left;
	width: 235px;
	padding-bottom: 10px;
}
.person-tbn-box {
	float: left;
	background: url(bgs/personbg.png) no-repeat left top;
}
.person-tbn {
	margin: 7px 17px 7px 7px;
}
.person-tbn a img {
	border: 0;
}
#mapa img {
	border: 2px solid #66530f;
}

#mapa:hover img {
	border: 2px solid #ffd908;
}

#foot {
	clear: both;
	margin: 0 auto;
	width: 750px;
	/*background: White url(./bgs/bricks.png) repeat-x top;*/
}

#foot .inner {
	background: url(./bgs/foot.png) no-repeat top;
	text-align: right;
}

.copyright {
	padding: 28px 25px 35px;
	font-size: 12px;
	color: #66530f;
}
.copyright a {
	font-weight: bold;
	text-decoration: none;
}
.copyright a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.cleaner {
	clear: left;
	height: 0;
	line-height: 0;
}