/* CSS Document */
body {
	background-image: url(../imagenes/back1.gif);
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 1.4em;
	color: #FA7900;
}
h2 {
	font-size: 1.2em;
	color: #FA7900;
}
h3 {
	font-size: 1em;
	color: #FA7900;
}
#menu {
	background-color: #FFFFFF;
	text-align: center;
	height: 120px;
	width: 100%;
	position: relative;
	background-image: url(../imagenes/buildings.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#principal {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../imagenes_geo/back_horizon.jpg);
	background-repeat: repeat-y;
}
#contenido {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	background-image: url(../imagenes/isot_fundido.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 720px;
}
#pie {
	height: 18px;
	background-color: #FA7900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	width: 760px;
}
#pie a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#pie a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#agencia a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #FA7900;
	text-decoration: none;
	height: 17px;
	padding-top: 3px;
}
#agencia a:hover {
	color: #0000FF;
	text-decoration: underline;
}
