.tablaDatos{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 2px;
}
.tablaDatos tbody tr{
	border-bottom: #e0e0e0 1px solid;
	display: table-row;
	vertical-align: inherit;				
}
.tablaDatos tbody td{
	display: table-cell;
	padding: .4em .5em;
	vertical-align: top;
}
.tablaDatos tbody tr:nth-child(even){
	background-color: #D3DDF5;
}

#infowindowMapa {
    width: 550px;
}

.contenedorMapa{
	position: absolute !important;
	height: 95% !important;
	display: block !important;
	width: 100%;
	padding: 0px !important;
 }
 .text-align-center{
	text-align: center
 }
 .ui-collapsible{
	border: #ccc 1px solid !important;
	border-top: 0px !important;
}
.contenidoLista {
	padding: 1% !important;
	width: 98% !important;
}
.float-left{float:left}
.float-right{float:right}
.ui-header .ui-title{
	margin: .6em 0% .8em;
}
.ui-footer{
	opacity: 0.8
}
.ocultar{
	display: none
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #50555a;
  padding: 100px 20px;
}

nav {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.bg-color {
  background-color: #46a1de;
  transition-duration: .5s;
}

.text-color {
  color: #46a1de;
  transition-duration: .5s;
}

footer {
  padding: 40px 0;
  text-align: center;
  opacity: .33;
  color: white;
}

.wrapper {
  max-width: 900px;
  height: 650px;
  margin: 0 auto;
  overflow : hidden;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 550;
  color: #50555a;
}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}
.contenido{
	height:600px;
	padding : 0px !important;
}
.tabs > li.lastWeek {
    box-shadow: inset 20px -20px 10px -10px rgba(0,0,0,0.20);
}
.tabs > li.active.lastWeek {
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}


.tabs > li.lastHours{
    box-shadow: inset -20px -20px 10px -10px rgba(0,0,0,0.20)
}
.tabs > li.active.lastHours {
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}

.tabs > li.active {
  	color: #46a1de;
  	background: #E7F3F9;
}
.tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  background-color: #E7F3F9;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  list-style: none;
}
.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding-top: 20px;
/*   background-color: white; */
}

.content__wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}

.content__wrapper h1 {
  text-align: center;
}

.responsive-size {
	max-width: 100%;
	height: auto;
}