@media screen {
body#main {background: #ddd url(back/escalada2.jpg) center 200px no-repeat fixed; position: relative; margin: 0; padding: 0;}
body#noex {background: #909090;}
#content {
	margin: 60px 120px;
	padding: 60px;
	border: 1px solid #600;
	background-color: #e3e3e3;
	}

#smap { text-align: center;
	margin: 480px 0 20px 0;
	}
#copy {
	position: absolute;
	top: 270px;
	right: 15px;
	}
h1 {margin: 40px 0 0; 
	padding: 2px 0; 
	text-align: center;
	background: transparent; 
	color: #660000; 
	font: bold 1.5em 'Times New Roman',Times,serif;
	white-space: nowrap;
	}
#content a:link {
	color: #660000; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;}
	
/* Page menu */

#def {
	text-align: center; 
	margin: 70px 0 10px 0; 
	padding: 1px 0 3px 0;
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	background: #eee;
	}
	
#def a {
	display: inline; 
	font: bold 1.1em 'Times New Roman',Times,serif;
	padding:  1px 10px 3px 10px; 
	margin: 0 11px; 
	text-decoration: none; 
	color: #600;
	background-color: transparent;
	}
#def a:hover {
	background: #ddd; 
	color: #000;
	margin: 0 10px; 
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	}	
#cen { text-align: center;
	margin: 0;
	padding: 1px 0 3px 0;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	background: #eee;
	}
#cen a {
	font: bold 1.1em 'Times New Roman',Times,serif;
	color: #660000; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	margin: 0 21px;
	padding:  1px 10px 3px 10px;
	}

#cen a:hover {
	background: #ddd; 
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	}
#smap a {
	font: bold 1.1em 'Times New Roman',Times,serif;
	color: #660000; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	margin: 0 40px;}

#smap a:hover {color: #000;
			font-weight: bold;
			text-decoration: none;
			margin: 0 40px;
						}

/* Horizontal lines */
hr {
	width:90%;
	text-align:center;
	border: none;
	color: #660000;
	background-color: #660000;
	height: 1px;
	}

}