/*Reset*/
*{
	margin:0;
	padding:0;
}

body {
	background: #637079;
	font-family: Golos Text, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;	
}

#main {
	margin:0 auto;
	width:100%;
	height:100%;
	text-align:center;
}
.gad-head {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:1.2em;
	color: #efbd8a;
}
.gad-head a{
	display: inline;
	float: left;
	padding-left: 5px;
	text-decoration: none;
	font-size: 0.9em;
	color: #fce6c7;	
}


.gad-choice{
	width:100%;
	height: 50px;
	margin-top:5px;
	margin-bottom: 10px;
	color: #fad29c;	
}

.gad-choice label{
	margin-top: 10px;
	margin-left:5px;
	font-size:1em;
}

.gad-date {
	width:110px;
	height: 24px;
	font-size:1em;
	background-color: white;
	/* color:white; */
}

.gad-city {
	display: block;
	margin-bottom: 10px;
	min-height:1.2em;
	text-align: center;
	font-size:1em;
	color:white;
}


.gad-lat {
	width: 45px;
	height: 23px;
	font-size:1em;
	padding-left: 3px;
	background-color: white;
	text-align: center;
	
}
.gad-lat {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

/* .gad-lat ::-webkit-outer-spin-button, ::-webkit-inner-spin-button { */
/* display: none; */
/* } */

.lat-change{
	display:inline-block;
	height: 21px;
	min-width:21px;
	user-select: none;
	font-size:1em;
	color:white;
	text-align: center;
	border: solid 2px white;
	border-radius: 5px;
}

.gad-inf {
	margin:0 auto;
	width:94%;
	color: white;
}

.gad-inf1 {
	display: block;
	float: left;
	width:100%;
	height:100%;
	font-size:1em;
	text-align:left;
	margin-top: 10px;
}
.invar {
	color: #fad29c;	
}

.gad-prim {
	margin-bottom: 10px;
	padding-top: 7px;
	font-size:0.7em;
	color: #fce6c7;	
}

.gad-inf2 {
	display: block;
	float: left;
	width:100%;
	height:100%;
	text-align:center;
	margin-top: 10px;
	/* background-color: blue; */
	background-image:url("mapamundo400.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


#graf{
	margin-top:10px;
	margin-bottom:0px;
}
/* ----------- */
.comp-head {
	width:100%;
	margin-top:0px;
	margin-bottom:5px;
	text-align:center;
	font-size:2em;
	color: #efbd8a;
}
.comp-head a{
	display: inline;
	padding-left:10px;
	float: left;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #fce6c7;	
}

.comp-choice{
	height: 30px;
	text-align:left;
	margin-top:5px;
	margin-left:30%;
	margin-bottom: 10px;
	color: #fad29c;	
}
.comp-choice label{
	margin-top: 10px;
	margin-left:10px;
	margin-right:5px;
	font-size:1.3em;
}
.comp-date {
	font-size:1.2em;
	height: 24px;
}
.comp-lat {
	width:85px;
	height: 23px;
	font-size:1em;
	padding-left: 5px;
}
/* .comp-lat { */
/* -moz-appearance: number-input; */
/* -webkit-appearance: number-input; */
/* appearance: number-input; */
/* } */

.comp-lat ::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
	opacity: 1;
}
.comp-city {
	margin: 0;
	display: inline-block;
	text-align: left;
	font-size:1em;
	padding-left:7px;
	color:white;
}

.comp-prim {
	padding-top: 7px;
	font-size:0.7em;
	color: #fce6c7;	
}
.comp-inf {
	margin:0 auto;
	width:80%;
	height: 150px;
	color: white;
}
.comp-inf1 {
	display: inline-block;
	float: left;
	width:50%;
	height:100%;
	font-size:1.1em;
	text-align:left;
}
.comp-inf2 {
	display: inline-block;
	float: left;
	width:50%;
	height:100%;
	text-align:center;
	background-image:url("mapamundo400.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#footer {
	width:100%;
	padding-top: 10px;
	font-size:0.8em;
}
#footer a{
	text-decoration: none;
	color: #fce6c7;	
}

