html {
	min-height: 100%;
}

body {
	background-color: #0094de;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
	margin: 0px;
	clear: both;
}

body, td, .std-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #0071b0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00355a;
	background-color: #e7f4e5;
}

#ad-frame {
	width: 237px;
	height: 225px;
	margin-top: 80px;
	display: block;
}

.ad-left, a.ad-left {
	position: absolute;
	width: 197px;
	height: 0px;
	display: block;
	background-image: url(images/izquierda/geotermia-1.jpg);
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}

b, i, strong, em, th {
	color: #669900;
}

.blank {
	border: 0px;
	background-color: transparent;
}

.border-blue {
	border: 1px solid #d7e4d9;
}

.border-white {
	border: 1px solid #ffffff;
}

.clear {
	clear: both;
}

#contact {
	width: 174px;
	height: 100px;
	background-color: #c5dece;
	background-image:  url("images/contact-bg-blue.jpg");
	background-repeat: no-repeat;
	padding: 20px 10px 20px 53px;
	color: #334e00;
	margin-top: 80px;
}

#errorBubble {
	display: none;
	position: absolute;
	z-index: 200;
	width: 155px;
	height: 112px;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(images/error-bubble.gif);
	top: 550px;
	left: 0px;
	color: #669900;
}

.gallery-listing, a.gallery-listing, .gallery-detail {
	padding: 3px;
	border: 1px solid #d7e4d9;
	margin: 3px 0px;
	display: block;
	font-weight: normal;
}

a.gallery-listing:hover {
	background-color: #d7e4d9;
}

.gallery-listing div label, .gallery-detail label {
	width: 90px;
}

.gallery-listing div div, .gallery-detail div {
	width: 320px;
	display: block;
	float: left;
}

.gallery-detail div {
	width: 490px;
}

.gallery-detail .clear, .gallery-listing div .clear {
	float: none;
	clear: both;
}

.group1, .group2 {
	margin: 0px;
	padding: 3px 0px;
	display: block;
}

.group1 {
	border: 1px solid #d7e4d9;
	background-color: #fbfdf6;
	padding-bottom: 0px;
}

.group2 {
	background-color: #eaf2e2;
	margin: 3px 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	font-weight: normal;
	margin: 0px;
}

h1 {
	height: 32px;
	background-color: #ddf0e5;
	background-image:  url("images/h1-bg-blue.gif");
	padding: 0px 0px 0px 30px;
	margin: 30px 0px 10px 0px;
	display: block;
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid #d7e4d9;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-style: italic;
}

.highlight1 {
	border: 1px solid #d7e4d9;
	margin: 10px 0px;
	display: block;
}

.highlight2, ul, table {
	border: 1px solid #ffffff;
	background-color: #e7f4e5;
	color: #334e00;
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	height: 1px;
	border: 0px;
	color: #d7e4d9;
	background-color: #d7e4d9;
	clear: both;
	margin: 10px 0px;
}

img { border: 0px; }

img.left, .left {
	float: left;
	margin-right: 30px;
}

img.right, .right {
	float: right;
	margin-left: 30px;
}

.indent {
	padding: 0px 29px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input-button {
	background-color: #cce8f9;
	background-image:  url(images/nav-bg-blue.jpg);
	color: #0071b0;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #0071b0;
}

.input-button:hover {
	background-color: #99d3f3;
	background-image:  url(images/nav-bg-blue_over.jpg);
	color: #00355a;
	border-color: #00355a;
}

.input-text {
	border: 1px solid #d7e4d9;
	background-color: #ffffff;
}

.input-text:disabled, input:disabled, select:disabled, textarea:disabled {
	background-color: #d7e4d9;
}

label {
	width: 180px;
	text-align: right;
	margin-right: 5px;
	display: block;
	float: left;
	color: #669900;
}

label.required {
	font-weight: bold;
}

#left-column {
	width: 238px;
	float: left;
	display: block;
}

.menu, ul.menu {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	list-style: none;
	background-color: transparent;
}

.nav, a.nav, a.nav_selected {
	background-color: #cce8f9;
	background-image:  url(images/nav-bg-blue.jpg);
	width: 180px;
	height: 26px;
	display: block;
	color: #0071b0;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 5px 0px 50px;
	font-weight: normal;
}

a.nav:hover, a.nav_selected {
	background-color: #99d3f3;
	background-image:  url(images/nav-bg-blue_over.jpg);
	color: #00355a;
}

.nav-gallery, a.nav-gallery {
	padding: 2px 10px;
}

#outer-frame {
	width: 900px;
	background-color: #fcfdea;
	background-image: url(images/left-bg-blue.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	min-height: 100%;
	display: block;
	margin: auto;
}

#right-column {
	width: 662px;
	background-image:  url("images/right-top-blue.gif");
	background-repeat: repeat-x;
	float: left;
	display: block;
}

.shadow {
	padding: 0px 7px 7px 0px;
	background-image: url(images/submenu-shadow.png);
	background-position: bottom right;
	background-color: transparent;
}

#slideshow-frame {
	position: relative;
	width: 632px;
	overflow: hidden;
	margin: 20px 0px;
}

.slideshow-h2-frame {
	border: 1px solid #d7e4d9;
	border-bottom-width: 0px;
}

h2.slideshow-h2 {
	border: 1px solid #ffffff;
	background-color: #cce8f9;
	border-bottom-width: 0px;
	color: #0071b0;
	padding: 1px 5px 3px 5px;
	margin-bottom: 0px;
}

h2.slideshow-h2:hover {
	color: #00355a;
	background-color: #aad9f3;
}

img.slideshow, div.slideshow {
	clear: both;
	border: 1px solid #d7e4d9;
	width: 632px;
	height: 150px;
}

.slideshow-item {
	float: left;
	display: block;
}

#slideshow-items {
	width: 3000px;
	left: 632px;
	position: relative;
}

.submenu, ul.submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 237px;
	display: block;
	z-index: 200;
	display: none;
}

.submenu_item, a.submenu_item {
	font-weight: normal;
	display: block;
	background-color: #cce8f9;
	padding: 2px 10px;
	border: 1px solid #ffffff;
	width: 200px;
}

a.submenu_item:hover, a.submenu_item_open:hover {
	background-color: #aad9f3;
}

.submenu_item_open, a.submenu_item_open {
	font-weight: normal;
	display: block;
	padding: 2px 10px 2px 60px;	
	background-color: transparent;
}

table {
	padding: 0px;
}

td, th {
	padding: 0px 4px;
}

.thumbnail, a.thumbnail, a.thumbnail:hover, .thumbnail-current, a.thumbnail-current {
	padding: 3px;
	border: 1px solid #d7e4d9;
	margin-right: 3px;
	margin-bottom: 3px;
	display: block;
	width: 140px;
	height: 140px;
	font-weight: normal;
	float: left;
	text-align: center;
}

a.thumbnail:hover, .thumbnail-current, a.thumbnail-current {
	background-color: #d7e4d9;
}	

ul {
	margin: 0px;
	padding: 10px 20px 10px 30px;
}