@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { 
	height:100%; 
	min-width: 680px; 
	overflow:hidden; 
	margin:0; 
	padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	line-height: 1.3; 
	color:#FFFFFF; 
	background-color:#000000; 
}

@font-face {
    font-family: 'times_new_romanregular';
    src: url('fonts/times_new_roman-webfont.eot');
    src: url('fonts/times_new_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/times_new_roman-webfont.woff2') format('woff2'),
         url('fonts/times_new_roman-webfont.woff') format('woff'),
         url('fonts/times_new_roman-webfont.ttf') format('truetype'),
         url('fonts/times_new_roman-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p{
	margin: 6px 0 14px;
}

hr{
	border: none;
	height: 1px;
	color: white;
	background-color: white;
	clear: both;	
}

#main h1{
	display: block;
	width: 297px;
	height: 90px;
	margin: 0 0 5px -16px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(images/h1.png);
}

.small h1{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 0px;
	float: left;
	margin-right: 5px;
}

div.title{
	background-image: url('images/mapa.png');
	background-repeat: no-repeat;
	background-size: 76px auto;
	padding-left: 84px;
	padding-bottom: 6px;
}

h2{
	font-size: 24px;
	line-height: 38px;
	margin: 0 0 4px 0;
}

h2 i{
	font-style: normal;
	font-weight: 100 !important;
	opacity: 0.6;
}

.small h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

h3{
	font-size: 24px;
	line-height: 1;
	margin: 0 0 6px 0;
	font-weight: 100;
}

.small h3{
	margin-top: 10px;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: underline;
}

a.coords{
	font-size: 16px;
	line-height: 16px;
}

.info{
	line-height: 1.8em;
	text-align: justify;
	padding: 46px 46px 40px;
	position: absolute;
	top: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.info .title{
	text-align: left;
}

.info .title h2 span{
	display: initial;
}

.info .footer{
	display: table;
	width: 100%;
	padding-top: 16px;
}

.info .footer img + img{
	float: right;
} 

@media (min-width: 770px){
	.info{
		width: calc(80% - 92px);
		margin-left: 10%;
/* 		margin-left: -462px; */
	}
}

.small{
	padding-top: 40px;
}

.info.small div{
	margin-top: 0;
	padding-top: 0;
}

.info img{
	float: left;
	margin-right: 16px;
}

.info span{
	display: block;
	width: 150px;
	height: 81px;
	margin-top: 26px;
	overflow: hidden;
}

.info div div{
	font-size: 10px;
	line-height: 12px;
	padding-top: 12px;
}


/* iPhone 4 portarit and landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){
	
	.info{
		line-height: 1.1em;
	}
	
	.info .title{
		background-image: none;
		padding-left: 0;
	}
	
	.info .title h2 span{
		display: none;
	}
	
	.info .title h2 i{
		display: block;
		clear: both;
	}
	
	.info .title h3,
	.info .footer{
		display: none;
	}
	
	#main h1{
		width: 160px;
		height: 48px;
		background-image: url(images/h1-s.png);
		margin-left: -9px;
	}
	
	h3{
		font-size: 24px;
		margin-top: 4px;
	}
}

/* iPhone 4  portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	
	body{
		min-width: 320px;
	}
	
	#main h2{
		font-size: 20px;
		line-height: 20px;
	}
	
	.info{
		padding: 20px 20px 5px;
		font-size: 11px !important;
	}

}

/* iPhone 4  landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
	
	body{
		min-width: 480px;
	}
	
	#main h1, #main h3{
		float: left;
		margin-right: 6px;	
	}
	
	#main h3{
		margin-bottom: 0;
	}
	
	#main h2{
		font-size: 10px;
		line-height: 10px;
		margin-top: 14px;
		margin-right: 6px;
		margin-bottom: 0;
	}
	
	#main{
		font-size: 7px !important;
	}

	.info{
		padding: 20px 24px 30px;
	}
	
	a.coords{
		display: block;
		margin: 14px 0 8px;
		font-size: 14px;
	}
}



	