<meta charset="utf-16">

	
body {
		background-image: url("https://paloma.neocities.org/practica3/multimedia/fondo.jpg");
		width: 1012px;
		height: 633;
	}

h1 {
		font-family: Garamond, Geneva, Arial, sans-serif;
		color: grey;
		text-align: center;
		font-size: 3em;
	}

#main {
    width: 100%;
    display: inline-block;
    margin: auto;
	height: auto;
	background-color: transparent;
	border: none;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	overflow: auto;
    background-opacity: 0.6; 
}

div.principal{
	margin: auto;
	height: auto;
	border-radius: 6px;
    float: left;
    width: 50%;
}

#compactar{
    height: 20%;
    padding: 2px;
    margin-bottom: 5px;
    float: left;
    border: 1px solid white;
    border-radius: 2px;
    font-family: Calibri;
    font-size: 1em;
}

#map{
    display: block;
    position:relative;
    height: 550px;
    width: 550px;
    background: rgba(0,256,0,0.5);
    cursor:pointer;
    color:#ffffff;
    border:2px solid white;
    opacity: 100%;
    text-align: center;
    float: left
}

#reloj {
    text-align: center;
    min-height: 100px;
    font-family: Garamond;
    display: inline-block;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    margin: auto;
    position: relative;
    float: right;
    width: 48%;
}

#hour, #minute {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

#second {
    font-size: 3.5rem;
    text-align: center;
}

footer script{
    color: white;
    float: right;
    width: 50%;
    text-align: right;	
}

footer #piepagina{
	width: 50%;
	float:left;
	color: black;
}