
#caja2{
	
	height:50%; 
	width:50%;
	float: right;
}
h1{
	color: #B20000;
	font-size: 50px;
}
#tex{
	font-size: 150px;
	color: #B20000;
}
footer{
	display: none;
	position: relative;
	top:400px;
	color:#B20000;
}
#latlng{

	display: block;
	margin:0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	width: 50%;
}

#map{

	display: block;
	margin:0;
	padding: 0;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	width: 50%;
	
}