/* Style the tab */
.tab {
  overflow: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C30E2E;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: white; 
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
  color: #C30E2E;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
  color: #C30E2E;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/* Tabla estilos*/

table{
	
}

th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

tbody {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI";
    line-height: 1.88889;
    color: black;
	float: right;
}
.colornegre{
	color: black;
}

.semana{
	color: black;
	font-weight: bold;
}

.datos{
	min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify; 
}

h3{
	text-align: center;
	color: #C30E2E;
	padding-top: 50px;
}

.icon {
	width: 22px;
    height: 22px;
    background: #e8e8e8;
    line-height: 22px;
    top: -1px;
    margin-right: 7px;
    position: relative;
    font-size: 12px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
	font-family: ;
}

body {
  font-family: "Segoe UI", arial;
  color: black;
}

img{
	float: left;
	margin-right: 40px;
}

.mapa{
	float: left;
	margin-right: 20px;
	width: 600;
	height: 1200;
}

#datas{
	float: right;
}

#reina{
	color: black;
	font-size: 16px;
}

#reino{
	color: black;
	font-weight: bold;
}

#posicion{
		float: right;
}

.opciones{
	font-weight: bold;
}

hr{
	border-color: #C30E2E;
}



.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.texto{
	text-align: center;
	padding-bottom: 100px;
	padding-top: 100px;
}

.datos{
	padding-bottom: 80px;
}

.Tokyo{
	padding-left: 20%;
	padding-right:25%;
}

.immgrespns{
		width: 300px;
		margin-top: 10px;
	}

.tablahor{
	display: flex;
}

.Berlin{
	
}

.tablinks{
    display: block;
    border-style: solid;
}

.mapaimg{
	width: 800px; 
	height: 400px;
	border: none;
}


@media (max-width: 900px) {
	
	.Tokyo{
		padding-left: 5%;
		padding-right:5%;
	}
	
	.immgrespns{
		float: none!important;
		margin-right: 0px;
		width: 300px;
	}
	
	.divimg{
		text-align: center;
	}
	.tablahor{
		display: block;
	}
	.lado{
		padding-left: 5%;
		padding-right:5%;
		float: inherit!important;
	}
	
	.tablinks{
		display: block;
		border-style: solid;
	}
	
	.mapaimg{
		padding-left: 7%;
		padding-right:5%;
		height: 300px;
		width: 400px;
		border: none;
	}
	
	#datas{
	    float: inherit;
		margin-left: 5%;
	}
	
}
