	
	
	
	
*{
	margin: 0; padding: 0;
	font-family: "Times New Roman", Times, serif;
	box-sizing: border-box;
}
@font-face {
  font-family: beasley;
  src: url(beasley.ttf);
  font-weight: 400;
}	
	body{
		background-image: linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.8)), url('../img/60.svg');
		background-size: 100vh,  200px;
		height: 100%;
		min-height: 100vh;
	}
	#wrap{
		position: relative;
		margin: auto;
		background: #cabeae;
		width: 1366px;
		height: 626px;
		overflow: hidden;
	}
	#mapa{
	width: 660px;
	height: 626px;
	background-image: url('../img/mapa.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
	}
	

	#tv{
		position: absolute;
		height: 626px;
		width: 736px;
		right:0;
		top: 0;
	}
	#carousel{
	position: absolute;
		height: 626px;
		width: 720px;
		right :14px;
		top:0;
		overflow: hidden;
	}
	#current{
	position: absolute;
	top: 55px;
	right: 60px;
	transform-origin: 50% 200%;
	}
	
	#next {
	position: absolute;
	top: 55px;
	right: 60px;
	transform-origin: 50% 200%;
	transform: rotate(90deg);
	}
	#fullview{
		position: fixed;
		width: 100%;
		height: 100%;
		top:0; left:0;
		background: rgba(0,0,0,0.8);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10;
		top: 100%;
		overflow-y: scroll;
	}
	#fvMap {
		width: 60%;
		float: left;
		
	}
	
	#info{
		display: inline-block;
		padding: 60px;
		width: 40%;
		background-image:url('../img/psyche.jpg');
		background-size: cover;
		font-family: beasley;
	}
h1{
		text-align: right;
		font-family: beasley;
		color: #333b41;
		font-size: 32px;
	}	
h2{
		text-align: right;
		font-family: beasley;
		color: white;
		font-size: 26px;
		margin-bottom: 50px;
	}	
	#info p{
		text-align: justify;
	font-family: "Times New Roman", Times, serif;
		color: #333b41;
		font-size: 18px;
		
	}		

	
	.mag{
		display: inline-block;
		background: black;
		color: white;
		padding: 6px;
		text-align: center;
		margin: 10px;
		border-radius: 50%;
		width: 50px; height: 50px;
		font-size: 30px;
		border: 2px solid black;
	}
	.close{
		position: absolute;
		top: 10px; right: 10px;
	}
	#titol{
		display: none;
		padding: 10px 60px;
	}
	
@media only screen and (min-height: 630px) {
	#titol{
		display: block;
	}
	#wrap{
		border: 2px solid #333b41;
		box-shadow: 4px 4px 10px #000;
	}
}