@charset "utf-8";
/* CSS Document */

@import 'menu.css';

body {
	text-align: center;
	background-color: #ccc;
	/*#027fff;*/
	color: #000;
	margin: 0px;
	padding: 0px;
}

a {
	color: blue;
	font-weight: bolder;
	text-decoration: none;
}

p {
	margin: 0px;
}

p b,
p strong,
span strong {
	color: blue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

img {
	margin: 0px;
	/* vertical-align: -50%; */
}

#cuerpo {
	background: transparent;
	min-height: 300px;
	width: 960px;
	text-align: left;
	margin: 0px auto;

}

#lg {
	height: 40px;
	padding-top: 25px;
	text-align: right;
}

#lg ul {
	list-style: none;
}

#cabeza {
	height: 400px;
	width: 960px;
	margin-bottom: 0px;
	background: #fff;
	background-image: url(../images/hd_geothermal.png);
	background-size: cover;
	border-bottom: 6px solid blue;
	padding: 0px;
}

#cabecera {
	height: 0px;
	padding: 0px;
}

#hdtxt {
	width: 100%;
	padding-top: 5px;
	font-size: 30px;
	text-align: center;
	color: white;
}

#hdtxt h2 {
	font-size: 65px;
	color: inherit;
	font-weight: bolder;
	margin-top: 100px;
}

#hdtxt span#slogan {
	display: block;
	margin-top: -20px;
}

#hdtxt span#top {
	display: block;
	color: #0b0bb1;
	font-weight: bolder;
	margin-top: 5px;
}

#hdmenu {
	background-color: white;
	text-align: left;
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*distancia del menusup con el margen top*/

}

#banner {
	visibility: hidden;
	width: 960px;
	background-color: gray;
	min-height: 300px;
	padding: 0px;
}

#titulo {
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#titulo ul {
	list-style: none;
	color: #fff;
	margin-top: 10px;
}

#titulo a {
	color: #fff;
}

#content {
	background-color: #eee;
	min-height: 500px;

}

#contenido {
	background-color: transparent;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	min-height: 400px;
	text-align: justify;
	width: 710px;
}

#lat-derecho {
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: #000;
	text-align: right;
}

div#contactus {
	background-color: #d92b2b;
	color: white;
	display: block;
	text-align: center;
	height: 35px;
	width: auto;
	padding: 5px 25px;
	margin: 0 auto;
	font-size: 1rem;
	box-sizing: border-box;
}

div#contactus>a {
	color: white;
}

#foot {
	background: transparent;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #666;
	display: block;
}

#pie {
	margin: 0px;
	width: 100%;
	color: #FFF;
	/* border-top: 2px solid #FFF; */
	background-color: blue;
	padding: 16px 0px;
}

div#pag404 {
	background-color: transparent;
	display: block;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	position: relative;
}

h3.hd404 {
	display: block;
	color: #aaa;
	text-align: right;
	font-size: 200px;
	padding: 0px;
	position: absolute;
	left: 150px;
	bottom: -60px;
}

span.error {
	font-size: 150px;
}

div#info404 {
	display: block;
	/* border: #0b0bb1 solid 5px; */
	color: #0b0bb1;
	min-height: 50px;
	text-align: center;
	padding: 45px 10px;
	width: 60%;
	float: right;
}

div#info404 h3 {
	display: block;
	font-size: 30px;
	color: #0b0bb1;
	margin-top: 5px;
	margin-bottom: 50px;
}

.btn-404 {
	background-color: #0b53b1;
	height: 40px;
	width: 250px;
	padding: 15px 10px;
	color: white;
	/* float: right; */
	border-radius: 12px;
	box-sizing: border-box;
}



span#gtwebs {
	display: block;
	margin-top: 25px;
	font-size: 10px;
	color: #ccc
}

span#gtwebs a {
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
}