* {	padding: 0; margin: 0; vertical-align: top; }

body {
	font: 18px/1.5em myriad pro, Helvetica, Arial, sans-serif;
}

a {	color: #069; }
a:hover { color: #28b; }

h2 {
	margin-top: 5px;
	font: normal 26px myriad pro, Helvetica, Arial, sans-serif;
}

h3 {
	margin-top: 5px;
	font: normal 22px myriad pro, Helvetica, Arial, sans-serif;
}

h4 {
	text-align: center;
	font: normal 20px myriad pro, Helvetica, Arial, sans-serif;
}


p {
	margin-top: 10px;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}




#main  {
	background:#EEE;
	height:100%;
	/* box-sizing:border-box; */
}


#left  {
	background:#FFF;
	float:left; 
	width:25%; 
	height:100%; 
	overflow: auto;
}

#titleContainer {
    transform: translate(-50%,20%);
    position: fixed;
    left: 50%;
    text-align: center;
    padding-left: 10px; 
    padding-right: 10px; 
    background: rgba(255,0,0,0.75);
    font-weight: bold;
    font-size: 28px;
}



#right {
	background:#EEE;
	height:100%;
}

#map {
    height: 100%;
}
	


#graphzone {
	width:100%;
	height:100%;
	overflow: auto;
  /* border: 3px solid red; */
}


.cab-container {
	box-sizing: border-box;
	width: 90%;
	text-align: left;
	/* background: #ccc; */
	font-size:15px;
	margin: 5px auto 10px auto;
}

.data-container {
	box-sizing: border-box;
	width: 90%;
	text-align: left;
	/* background: #ccc; */
	font-size:15px;
	margin: 5px auto 10px auto;
}


.forecast-container {
	box-sizing: border-box;
	width: 100%;
	/* height: auto; */
	text-align: left;
	/* background: #ccc; */
	font-size:15px;
	/* margin: 5px auto 10px auto; */
	/* border-radius:10%; */
}

.forecast-container i { 		/*circulos*/
	width: 20px;
	height: 20px;
	float: left;
	border-radius:50%
}


.forecastimage {
	position: relative;

}

.datavalue {
    /* float:right; */
	/* line-height: 1.6; */
}



.townvalue {
    /* float:right; */
	text-align: left;
}

.menutext {
    /* float:right; */
	text-align: right;
}



.towntext{
	font-size: 27px;
}

.datavalues{
	text-align: right;
	line-height: 1.3;
}



.info { 		/*ventana*/
	padding: 10px 20px 20px 20px;
	font: 15px/15px Arial,Helvetica, sans-serif;
	background: white;
	opacity: 0.8;
	/* background: rgba(255,255,255,0.8); */
	/* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
	/* border-radius: 5px; */
} 
	
.info h4 { 		/*titulo*/
	color: #777;
}

.legend { 		/*texto*/
	text-align: left;
	line-height: 22px;
	color: #555;
}

.legend h4 {		/*titulo*/
	font: 18px/20px Arial,Helvetica, sans-serif;
	line-height: 35px;
}

.legend i { 		/*circulos*/
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
	opacity: 0.6;
	border-radius:50%
}


.infoBottom { 		/*ventana*/
	padding: 18px;
	font: 20px/20px Arial,Helvetica, sans-serif;
	background: white;
	opacity: 0.8;
	/* border-radius: 5px; */
	width: 917px;
	height: 55px;
} 


.logo {
	opacity: 0.8;
	margin-bottom: 10px;
} 


* {
  box-sizing: border-box;
}




/* Create five equal columns that floats next to each other */
.fcolumn {
  float: left;
  padding: 5px;
  width: 13%;
  height: 45px;
  font-size:18px;
  text-align: center;
  display: flex;
  align-items: center; /* align vertical */
  justify-content: center; /* align horizontal */
}

.fleft {
  width: 40%;
  text-align: left;
justify-content: left; /* align horizontal */
}

.ficon {
  width: 20%;
}



/* Create three equal columns that floats next to each other */
.columnf {
  float: left;
  padding: 5px;
  width: 50%;
  height: 75px;
  font-size:18px;
  text-align: right;
  margin-top: 5px;
  /* display: flex; */
  /* align-items: center; /* align vertical */ */
}

.leftf {
  width: 50%;
  text-align: left;
justify-content: left; /* align horizontal */
}





/* Clear floats after the columns */
.frow:after {
  display: table;
  clear: both;
}



/* Responsive layout - makes a two column-layout instead of three columns */
@media screen and (max-width: 1300px) {

  .fcolumn  {
    width: 25%;
  }
  .fleft {
	width: 100%;
	height: 35px;
	font-size:18px;
  }
  
	.infoBottom { 		/*ventana*/
		width: 617px;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	
  .fcolumn  {
    width: 25%;
  }
  .fleft {
	width: 100%;
	height: 35px;
	font-size:18px;
  }
}
