#mapa{
	border-top: solid black;
	width: 100%;
	height: 467px;
	display: block;
}    
#cuadromapa{
	width: 48%;
	float: left;
	height: 500px;
	border: solid black;
	background-color: yellow;
	display: block;
}
#compactar{
	height:30px;
	width: 100%;
	display: block;
}
#comp{
	margin: 0 auto;
	font: 150% georgia;
}

#reloj{
	background-color:  #D3D3D3;
	margin-left: 50%;
	width: 48%;
	border: solid black;
	height: 500px;

}

header{
	margin-left:25%;
	width: 50%;
	text-align: center;
	font: 300% solid;
	font-family: verdana;
	color: white;
	background-color: #B22222;
}
time{
	font:500% georgia;
	color: #A52A2A; 
	text-transform: bold;
	height: 200px;
}
#relojito{
	margin: 30%;
	position: relative;
	background-color: #D3D3D3;


}
body{
	background-color: 		#C0C0C0;
}
footer{
	margin-left:25%;
	width: 50%;
	text-align: center;
	font-family: verdana;
	color: white;
	background-color: #B22222;
}