
@media (min-width: 767px){ 
    
    hr{display: none;} 
    #TitBasico{
    color: #fff;
    text-align: center;
}

.SucTal{
    width: 100%;
        display: inline-block;
    text-align: center;
}

.SucTal2{
    width: 100%;
    height: 200px;
    margin: 0 10px;
        display: inline-block;
    text-align: center;
}    
    
.TallerPic{
    display: inline;
    width: 100%;
    float: left;
    margin:0;
    
}  


    
.TallerMar{
    display: none;
    width: 230px;
    height: 200px;
    float: right;
}

.TallerDat{
        display: inline-block;
}

.TallerTit{
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin:15px 0 ;
    text-decoration: underline;
}

.TallerUbi{
    color: #000;
    font-size: 18px;
        font-weight: bold;
}

.TallerText{
    color:rgba(255,255,255,0.7);
    margin:0;
}

    .table1{
         width:250px;  
      display: inline-block;
    }
    
    .table2{ 
        width:250px;  
      display: inline-block;
    }
    
}
/* Mobil */
@media (max-width: 767px){
    #TitBasico{
    color: #fff;
    text-align: center;
}
    
    hr{
            margin-top: 20px;
    margin-bottom: 20px;
    border: 4px solid white;
    border-top: 1px solid #eee;
    }
    .resort-overview-block{
        padding: 0;
    }
.SucTal{
    width: 100%;
}

.SucTal2{
    width: 100%;
    margin: 0 10px;
}    
    
    
.TallerMar{
    display: none;
    width: 230px;
    height: 200px;
    float: right;
}

.TallerDat{
    display: inline-block;
    width: 49%;
 
}

.TallerTit{
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin:15px 0  ;
    padding: 0;
    text-decoration: underline;
}

.TallerUbi{
    color: #000;
    font-size: 18px;
        font-weight: bold;
}

.TallerText{
    color:rgba(255,255,255,0.7);
    font-size: 15px;
    margin:0;

}

    .TallerPic{
    display: inline-block;
    width: 100%;
    float: left;
    margin:0;
}
    .table1{
        width: 48%;   
      display: inline-block;
        float: right;
        margin: 0 10px 0 0;
    }
    
    .table2{ 
        width: 48%;   
      display: inline-block;
    }
}
/* General */
table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

#cuerpo{
  /*  background-color: white;*/
}
