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

html { 
	height: 100%; 
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #8CC6EE;
	background-image: url(../images/background.jpg);

} 

* html div#contenedor {
	height: 100%;
} 
   
div#contenedor { 
	width: 100%; 
	min-height: 100%; 
	min-width: 915px;
	position: relative;
	z-index:15;
} 
   
div#contenido { 
	width: 900px; 
	margin-left: auto ;
  	margin-right: auto ;
	padding-bottom: 155px;
	z-index:30; 
}    

div#text {
	position: relative;
	min-height: 400px; 
	margin-top: -683px;
	padding-left: 310px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	z-index:50;
} 
	  
div#menu {
	position: relative;
	left: 33px;
	top: -127px;
	width: 212px;
	height: 520px;
	background:#214775;
	z-index:100;
	text-align: right;
	padding-left:12px;
	padding-right:12px;
	padding-top:152px;
	padding-bottom:40px;
	line-height:21px;
} 

div#footer {
	width: 100%;
	height: 306px;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/city.jpg);
	background-repeat: repeat-x;
	background-position: left;
	z-index: 10;
} 
  
a.menu {
	text-decoration: none;
	color: #9A9287;
}	  

a.menu:hover {
	text-decoration: none;
	color: #fab624;
}

a.menu:visited {
	text-decoration: none;
}

a.menu.here {
	color: #fab624;
}

a.menu.here:visited {
	color: #fab624;
}

span.menutitle {
	color: #EBEBEB;
	font-weight: bold;
 	text-decoration: none;
}

.menutitlelink {
	color: #EBEBEB;
	font-weight: bold;
 	text-decoration: none;
}

.menutitlelink:hover {
	color: #fab624;
	font-weight: bold;
 	text-decoration: none;
}

.text {
	color: #082f51
}

.linknon {
	color: #082f51;
	text-decoration:none
}

.linknon:visited {
	color: #082f51;
	text-decoration:none
}

.linknon:hover {
	color:#B98907;
	text-decoration:none;
}

.title {
	color: #B98907;
	font-weight: bold;
	}

span.credits {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

a.credits {
	color: #000000;
	text-decoration:none;
}

a.text {
	color: #082f51;
	}
a.text:hover {
	color: #B98907;
	}
