 body{
font-family:Arial;
margin:0;
background:#f4f4f4;
}

.container{
max-width:1100px;
margin:auto;
padding:20px;
}

h1{
text-align:left;
}

h2{
text-align:left;
font-size: 1rem;
}

.total{
text-align:left;
font-size:20px;
margin-bottom:15px;
}

.tabs{
display:flex;
justify-content:center;
margin-bottom:10px;
}

.tab{
padding:10px 20px;
background:#ddd;
cursor:pointer;
margin:0 5px;
border-radius:4px;
}

.tab.active{
background:#333;
color:white;
}

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}

#map{
height:520px;
border-radius:8px;
}

table{
width:100%;
border-collapse:collapse;
background:white;
}

th,td{
padding:10px;
border-bottom:1px solid #ddd;
}

th{
background:#333;
color:white;
}

.fuente{
text-align:right;
font-size:14px;
margin-top:15px;
color:#666;
}