h3.titulo{
font-size: 36px;
text-align: center;
}
.gmap{
max-width: 800px;
height: 0px;
padding-bottom: 50%;
border: 2px solid #333333;
margin-top: 60px;
/*margin-bottom: 30px;*/
margin-left: auto;
margin-right: auto;
}
.mapintro{
font-size: 16px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.datos{
font-size: 36px;
font-weight: bold;
margin-top: 100px;
background-image: url('../images/bg-palo.png');
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 10px;
}
.subdatos{
font-size: 14px;
color: #4D4D4D;
margin-bottom: 50px;
}
.subdatos span{
color: #A0D0D0;
}
.texto{
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.dias{
display: flex;
align-items: center;
justify-content: flex-start;
}
.diastxt{
font-size: 18px;
margin-left: 30px;
}
.line{
border-bottom: 1px solid #8E8E8E;
margin-top: 50px;
margin-bottom: 50px;
}
.timeline{
position: relative;
width: 885px;
height: 125px;
}
.timeline img{
position: absolute;
}
.escena{
font-size: 16px;
}
.escena img{
margin-right: 20px;
}
.notable{
margin: 25px 0px 15px 200px;
font-size: 16px;
background-image: url('../images/ondas.png');
background-position: top left;
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 10px;
}
.inforel{
max-width: 810px;
margin-left: auto;
margin-right: auto;
border: 3px double #333;
}
.inforel-titulo{
max-width: 810px;
margin-left: auto;
margin-right: auto;
margin-bottom: -3px;
}
.inforel-titulo span{
font-size: 18px;
color: #333333;
background-color: rgba(136, 209, 209, .7);
padding: 0 5px;
}
.tit{
font-size: 12px;
margin-bottom: 10px;
}
table td{
padding: 10px;
width: 50%;
padding-bottom: 20px;
vertical-align: top;
}
table td.uno{
border-right: 1px solid rgba(51, 51, 51, .3);
border-bottom: 1px solid rgba(51, 51, 51, .3);
}
table td.dos{
border-top: 1px solid rgba(51, 51, 51, .3);
border-left: 1px solid rgba(51, 51, 51, .3);
}
td a{
font-weight: bold;
font-size: 18px;
}
td a:hover{
text-decoration: none;
}