www.amistadlake.com Open in urlscan Pro
2606:4700:3037::6815:ec2  Public Scan

Submitted URL: https://eu-west-3.craterlake.net/
Effective URL: https://www.amistadlake.com/
Submission: On August 11 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

Name: lake_subPOST

<form name="lake_sub" id="lake_sub" method="POST">
  <div class="lake_header_section">
    <div class="lake_header_wrap">
      <div class="logo_menu">
        <div class="logo_text">
          <h2><a href="/" style="color:#fff">Lake Amistad</a></h2>
        </div>
        <div class="menu_icon">
          <img src="/assets/images/menu_icon.png" alt="">
        </div>
        <a id="popuphref" class="fancybox_md fancybox.iframe" href="//www.amistadlake.com/popup_ad.php" rel="gallery"></a>
        <a id="eshref" class="fancybox_dd fancybox.iframe" href="//www.amistadlake.com/popup_email_sub.php" rel="gallery"></a>
      </div>
      <div class="lake_header_nav">
        <div class="close_icon">
          <img src="/assets/images/close_icon.png" alt="">
        </div>
        <div class="header_top_nav_wrap">
          <div class="mobile_logo_text">
            <h1>Lake Amistad</h1>
          </div>
          <div class="header_top_left_nav header_top_nav">
            <ul>
              <li><a href="/boat-ramps">Boat Ramps</a></li>
              <li><a href="/widgets">Live Data</a></li>
            </ul>
          </div>
          <div class="header_top_right_nav header_top_nav">
            <ul>
              <li class="btn btn_outline"><a href="https://www.amistadlake.com/login">Log in</a></li>
              <li class="btn btn_outline"><a href="/register">Sign up</a></li>
              <li class="btn btn_advertise"><a href="//www.amistadlake.com/advertising?lake=AMS">Advertise</a></li>
            </ul>
          </div>
        </div>
        <div class="lake_header_bottom_nav">
          <ul>
            <li><a href="//www.amistadlake.com/information">Info</a></li>
            <li><a href="//www.amistadlake.com/maps">Map </a></li>
            <li><a href="//www.amistadlake.com/news">News</a></li>
            <li><a href="//www.amistadlake.com/photos">Photos </a></li>
            <li><a href="//www.amistadlake.com/events">Events</a></li>
            <li><a href="//www.amistadlake.com/real-estate">Real Estate</a></li>
            <li><a href="//www.amistadlake.com/rentals-cabins">Cabins </a></li>
            <li><a href="//www.amistadlake.com/marinas">Marinas</a></li>
            <li><a href="//www.amistadlake.com/fishing-guides">Fishing</a></li>
            <li><a href="//www.amistadlake.com/camping-rv-parks">Camping</a> </li>
            <li><a href="//www.amistadlake.com/boats-for-sale">Boats </a></li>
            <li><a href="//www.amistadlake.com/things-to-do">What To Do</a></li>
          </ul>
        </div>
        <div class="tablet_nav">
          <div class="tablet_top_nav">
            <ul>
              <li><a href="//www.amistadlake.com/real-estate">Real Estate</a></li>
              <li><a href="//www.amistadlake.com/rentals-cabins">Cabins</a></li>
              <li><a href="//www.amistadlake.com/marinas">Marinas</a></li>
              <li><a href="//www.amistadlake.com/fishing-guides">Fishing</a></li>
              <li><a href="//www.amistadlake.com/camping-rv-parks">Camping</a> </li>
            </ul>
          </div>
          <div class="tablet_bottm_nav">
            <ul>
              <li><a href="//www.amistadlake.com/information">Info</a></li>
              <li><a href="//www.amistadlake.com/maps">Map </a></li>
              <li><a href="//www.amistadlake.com/news">News</a></li>
              <li><a href="//www.amistadlake.com/photos">Photos</a></li>
              <li><a href="//www.amistadlake.com/events">Events</a></li>
              <li><a href="//www.amistadlake.com/boats-for-sale">Boats</a></li>
              <li><a href="/rv-for-rent">RV for Rent</a></li>
              <li><a href="//www.amistadlake.com/things-to-do">What To Do</a></li>
            </ul>
          </div>
        </div>
        <div class="live_data_btn">
          <li><a href="/widgets">Live Data</a></li>
        </div>
      </div>
    </div>
  </div>
  <style>
    body {
      margin: 0;
      font-family: arial, sans-serif;
    }

    *,
    ::after,
    ::before {
      box-sizing: border-box;
    }

    body .container.menu {
      display: none;
    }

    ul {
      padding: 0;
      margin: 0;
    }

    li {
      list-style: none;
    }

    .lake_header_section {
      background: url("//s3.amazonaws.com/lh_lake_images/56/lake_amistad_site_logo_v3_20210921111545.jpg");
      padding: 40px 0;
      text-align: center;
      color: #fff;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      background-position: center center;
    }

    .lake_header_section:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 1;
    }

    .lake_header_section .lake_header_wrap {
      position: relative;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 999;
    }

    .lake_header_section .logo_menu .menu_icon {
      display: none;
    }

    .lake_header_section .lake_header_wrap .logo_text h1,
    .lake_header_section .lake_header_wrap .logo_text h2 {
      margin: 0;
      font-size: 44px;
      line-height: 50px;
      color: #fff;
    }

    .lake_header_nav .close_icon {
      display: none;
    }

    .lake_header_nav ul li a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
    }

    .lake_header_nav ul li a:hover {
      color: #CCC;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }

    .lake_header_nav .header_top_left_nav {
      position: absolute;
      top: 12px;
      left: 0;
      width: 30%;
    }

    .lake_header_nav li {
      padding: 0 8px;
      display: inline-block;
    }

    .lake_header_nav .header_top_right_nav {
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
    }

    .lake_header_nav .header_top_nav li.btn a {
      padding: 6px 18px;
      color: #fff;
      border-radius: 100px;
      background-color: #00B5A9;
      text-transform: capitalize;
      min-width: 130px;
      display: inline-block;
      border: 2px solid transparent;
      text-transform: uppercase;
      box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1) !important;
    }

    .lake_header_nav .header_top_nav li.btn a:hover {
      opacity: 0.8;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }

    .lake_header_nav .header_top_nav li.btn_outline a {
      border-color: #fff;
      background-color: transparent;
    }

    .lake_header_nav .lake_header_bottom_nav {
      padding: 24px 0;
    }

    .lake_header_nav .tablet_nav {
      display: none;
    }

    .tablet_nav .tablet_bottom_nav li:first-child {
      display: none;
    }

    .lake_header_section .lake_header_advertise img {
      max-width: 100%;
    }

    .lake_header_section .live_data_btn {
      display: none;
    }

    .lake_header_nav .header_top_nav_wrap .mobile_logo_text {
      display: none;
    }

    @media only screen and (max-width: 1200px) {
      .lake_header_section .lake_header_wrap {
        padding: 0 90px;
      }

      .lake_header_nav .header_top_nav_wrap {
        padding-top: 32px;
      }

      .lake_header_nav .header_top_nav {
        position: relative;
        width: auto;
        top: 0;
        display: inline-block;
      }

      .lake_header_nav .lake_header_bottom_nav {
        display: none;
      }

      .lake_header_nav .tablet_nav {
        display: block;
        padding: 40px 0;
      }

      .lake_header_nav .tablet_top_nav {
        padding-bottom: 24px;
      }

      .lake_header_nav .tablet_top_nav li {
        font-size: 22px;
        padding: 0 20px;
      }
    }

    @media only screen and (max-width: 769px) {
      .lake_header_section .lake_header_wrap {
        padding: 0 24px;
      }

      .lake_header_nav .tablet_top_nav li {
        font-size: 20px;
        padding: 0px 14px;
      }
    }

    @media only screen and (max-width: 480px) {
      .lake_header_section {
        padding: 0;
      }

      .lake_header_section .lake_header_wrap {
        padding: 24px;
      }

      .lake_header_section .logo_menu .menu_icon {
        display: block;
      }

      .lake_header_nav .header_top_nav_wrap .mobile_logo_text {
        display: block;
        text-align: left;
        padding: 0 24px 32px;
      }

      .lake_header_nav .header_top_nav_wrap .mobile_logo_text h1 {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
      }

      .lake_header_wrap .lake_header_nav {
        width: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: 999;
        background-color: #F3F3F3;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        overflow-y: scroll;
      }

      /*.lake_header_section .lake_header_wrap.active {
            padding: 0;
        }
        .lake_header_section .lake_header_wrap.active .logo_text {
            z-index: 9;
        }
        .lake_header_section .lake_header_wrap.active .logo_text h1 {
            color: #353535;
        }*/
      .lake_header_wrap.active .lake_header_nav {
        display: block;
        left: 0;
      }

      .lake_header_nav .close_icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 22px;
      }

      .lake_header_nav .close_icon img {
        cursor: pointer;
      }

      .lake_header_nav ul li a {
        color: #6E6E6E;
        padding: 22px 0;
        display: block;
      }

      .lake_header_section .logo_menu {
        display: flex;
        padding-bottom: 32px;
      }

      /*.lake_header_section .lake_header_wrap.active .logo_menu {
            padding: 24px;
        }*/
      .lake_header_section .lake_header_wrap .logo_text {
        text-align: left;
        width: 80%;
      }

      .lake_header_section .lake_header_wrap .logo_text h1,
      .lake_header_section .lake_header_wrap .logo_text h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
        z-index: 9;
      }

      .lake_header_section .lake_header_wrap .menu_icon {
        text-align: right;
        width: 20%;
      }

      .lake_header_section .lake_header_wrap .menu_icon img {
        cursor: pointer;
      }

      .lake_header_nav .header_top_left_nav {
        display: none;
      }

      .lake_header_nav .header_top_nav_wrap {
        padding: 24px 0px 24px;
      }

      .lake_header_nav .header_top_nav li.btn a {
        min-width: 180px;
        padding: 10px 24px;
      }

      .lake_header_nav .header_top_nav li.btn_outline a {
        border-color: #353535;
        color: #353535;
      }

      .lake_header_nav .tablet_nav {
        padding: 0;
      }

      .lake_header_nav .tablet_top_nav {
        padding: 0;
      }

      .lake_header_nav .tablet_top_nav ul {
        background-color: #fff;
      }

      .lake_header_nav .tablet_top_nav li {
        display: block;
        background-color: #fff;
        border-bottom: 2px solid #EEEEEE;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
      }

      .lake_header_nav .tablet_top_nav li:hover {
        background-color: rgba(0, 179, 167, 0.12);
      }

      .lake_header_nav .tablet_top_nav li:hover a {
        color: #353535;
      }

      .lake_header_nav .tablet_bottm_nav ul {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
      }

      .lake_header_nav .tablet_bottm_nav ul li {
        width: 50%;
        background-color: #fff;
        border-bottom: 2px solid #EEEEEE;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
      }

      .lake_header_nav .tablet_bottm_nav ul li:last-child {
        width: 100%;
        border: none;
      }

      .lake_header_nav .tablet_bottm_nav ul li:hover {
        background-color: rgba(0, 179, 167, 0.12);
      }

      .lake_header_nav .tablet_bottm_nav ul li:nth-child(odd) {
        border-right: 2px solid #EEEEEE;
      }

      .lake_header_section .live_data_btn {
        display: block;
        margin-bottom: 100px;
      }

      .lake_header_section .live_data_btn a {
        display: block;
        color: #fff;
        font-size: 24px;
        padding: 20px 16px;
        text-decoration: none;
        text-align: center;
        background-color: #00B5A9;
      }
    }

    @media only screen and (max-width: 380px) {

      .lake_header_section .lake_header_wrap .logo_text h1,
      .lake_header_section .lake_header_wrap .logo_text h2 {
        font-size: 20px;
      }

      .lake_header_section .lake_header_wrap.active .logo_menu {
        padding: 24px 16px;
      }

      .lake_header_nav .header_top_nav li.btn a {
        min-width: 150px;
        padding: 12px 14px;
      }
    }
  </style>
  <script>
    jQuery(document).ready(function() {
      jQuery('.lake_header_section .lake_header_wrap .menu_icon').click(function() {
        jQuery('.lake_header_section .lake_header_wrap').addClass("active");
      });
      jQuery('.lake_header_nav .close_icon').click(function() {
        jQuery('.lake_header_section .lake_header_wrap').removeClass("active");
      });
    });
  </script>
  <div class="container menu">
    <div class="twelve columns lh-menu" id="lh-main-menu">
      <div class="slicknav_menu">
        <a href="#" aria-haspopup="true" tabindex="0" class="slicknav_btn slicknav_collapsed"><span class="slicknav_menutxt">Menu</span><span class="slicknav_icon"><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span></span></a>
        <ul class="slicknav_nav slicknav_hidden" aria-hidden="true" role="menu" style="display: none;">
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com" role="menuitem" tabindex="-1">Home</a>
          </li>
          <li><a class="lh-menuitem" href="//www.amistadlake.com/information" role="menuitem" tabindex="-1">Info</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/maps" role="menuitem" tabindex="-1">Map</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/news" role="menuitem" tabindex="-1">News</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/photos" role="menuitem" tabindex="-1">Photos</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/real-estate" role="menuitem" tabindex="-1">Real Estate</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/rentals-cabins" role="menuitem" tabindex="-1">Cabins</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/marinas" role="menuitem" tabindex="-1">Marinas</a>
          </li>
          <li> <a class="lh-menuitem" href="//www.amistadlake.com/fishing-guides" role="menuitem" tabindex="-1">Fishing</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/camping-rv-parks" role="menuitem" tabindex="-1">Camping</a>
          </li>
          <li>
            <a class="lh-menuitem" href="//www.amistadlake.com/boats-for-sale" role="menuitem" tabindex="-1">Boats</a>
          </li>
          <li> <a class="lh-menuitem" href="//www.amistadlake.com/things-to-do" role="menuitem" tabindex="-1">What To Do</a>
          </li>
          <!-- <li> <a class='lh-menuitem' href='/boat-ramps'>Ramps</a></li> -->
          <!-- <li> <a class='lh-menuitem' href='/fishing-reports'>Fishing Report</a>
                                        <li> <a class='lh-menuitem' href='/level'>Lake Level</a> -->
        </ul>
      </div>
      <ul class="block-grid" id="slick-menu">
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com">Home</a>
        </li>
        <li><a class="lh-menuitem" href="//www.amistadlake.com/information">Info</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/maps">Map</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/news">News</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/photos">Photos</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/real-estate">Real Estate</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/rentals-cabins">Cabins</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/marinas">Marinas</a>
        </li>
        <li> <a class="lh-menuitem" href="//www.amistadlake.com/fishing-guides">Fishing</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/camping-rv-parks">Camping</a>
        </li>
        <li>
          <a class="lh-menuitem" href="//www.amistadlake.com/boats-for-sale">Boats</a>
        </li>
        <li> <a class="lh-menuitem" href="//www.amistadlake.com/things-to-do">What To Do</a>
        </li>
        <!-- <li> <a class='lh-menuitem' href='/boat-ramps'>Ramps</a></li> -->
        <!-- <li> <a class='lh-menuitem' href='/fishing-reports'>Fishing Report</a>
                                        <li> <a class='lh-menuitem' href='/level'>Lake Level</a> -->
      </ul>
    </div>
  </div>
  <div class="container menu-decoration">
    <div class="lh-menu-undermark"></div>
    <div class="lh-menu-undermark-right"></div>
  </div>
  <!-- ONLY ONE CONTAINER PER PAGE IS NEEDED, BUT YOU CAN DO MULTIPLE IF YOU WANT -->
  <div class="container"><span id="ezoic-pub-ad-placeholder-103" class="ezoic-adpicker-ad"></span>
    <!-- ONE LH-CONTENT PER CONTAINER IS REQUIRED -->
    <div class="twelve columns lh-content">
      <!-- MAIN AREA -->
      <div class="lh-main">
        <div class="lh-workspace">
          <div id="status" name="status" class="alert-box " style="display: none;">
          </div>
          <!-- Main Content Header area, good for paragraphs of text -->
          <div class="twelve columns">
            <h1>Lake Amistad</h1>
            <hr class="blank">
            <p>Lake Amistad straddles the Texas and Mexico Border 12 miles north of Del Rio, Texas, and Ciudad Acuna, Coahuila, Mexico. Lake Amistad covers 64,900 acres and has 850 miles of shoreline with a maximum depth of 217 feet and an average
              water fluctuation level of five to ten feet per year. The Rio Grande River at its confluence with Devil's River, Pecos River, and Rio Conchos River feeds Lake Amistad. The Amistad National Recreation Area in Texas surrounds its
              shoreline.&nbsp;&nbsp;<a class="lh-more-lake-info" href="https://www.amistadlake.com/information">More Lake Information</a></p>
          </div>
          <!-- END -->
          <!-- INSERT FOR LOOP THROUGH lake static main page section, if match include appropriate sections -->
          <!-- Camping -->
          <div class="eight columns lh-list-header">
            <h3 class="lh">Lake Amistad Camping</h3>
          </div>
          <div class="four columns lh-list-header">
            <div class="arrow-tiny-left"></div>
            <a class="lh-more" href="https://www.amistadlake.com/camping-rv-parks">View All Camping</a>
          </div>
          <!-- Standard Divider -->
          <div class="twelve columns">
            <hr class="lh">
          </div>
          <!-- END -->
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/camping-rv-parks--lonesome-dove-rv-ranch/3394">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3394/tn_lake_amistad__019d8eca7d1.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/camping-rv-parks--lonesome-dove-rv-ranch/3394">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/camping-rv-parks--lonesome-dove-rv-ranch/3394">Lonesome Dove RV Ranch</a>
                </h4>
                <p class="lh-itemsummary"> Lonesome Dove RV Ranch has a total of 54 sites with water and sewer hookups, 15/ 20/ 30/ 50 amp electricity, showers, restrooms, and free wifi. Pets are also allowed. This is a small RV ranch with clean...
                </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/camping-rv-parks--277-north-campground/3385">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3385/tn_lake_amistad__86390c31821.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/camping-rv-parks--277-north-campground/3385">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/camping-rv-parks--277-north-campground/3385">277 North Campground</a>
                </h4>
                <p class="lh-itemsummary"> 277 North Campground is located in Del Rio, TX. It has 17 campsites for tents and/or RVs. Each site has a covered picnic table and BBQ grill. There are no water hookups. The fee per night is $6. </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/camping-rv-parks--sleeping-lady-rv-park/3392">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3392/tn_lake_amistad__9a7b91a46e1.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/camping-rv-parks--sleeping-lady-rv-park/3392">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/camping-rv-parks--sleeping-lady-rv-park/3392">Sleeping Lady RV Park</a>
                </h4>
                <p class="lh-itemsummary"> Sleeping Lady RV Park is a family-owned RV Park. It has a pull-through RV site with a level concrete pad and patio landing. Del Rio, Texas, full RV hookups with wifi, picnic tables, 20/ 30/ 50 amp service,
                  and... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/camping-rv-parks--american-campground/3389">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3389/tn_lake_amistad__e1dcf7146b1.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/camping-rv-parks--american-campground/3389">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/camping-rv-parks--american-campground/3389">American Campground</a>
                </h4>
                <p class="lh-itemsummary"> American Campground has tent grounds, nine cabins, and 88 RV pads, some of which are covered. They provide rates on a daily, weekly, and monthly basis. For dry storage, they have a separate enclosed
                  space.... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/camping-rv-parks--governor-s-landing-campground/3387">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3387/tn_lake_amistad__63fbaaaf5e1.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/camping-rv-parks--governor-s-landing-campground/3387">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/camping-rv-parks--governor-s-landing-campground/3387">Governor's Landing Campground</a>
                </h4>
                <p class="lh-itemsummary"> Governor's Landing Campground has 15 sites for tents or RV camping for only less than 28 ft. There are no hookups. There is potable water available. A fee of $10 per night is required. </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="twelve columns" style="margin-top: 20px;"></div>
          <!-- Marinas -->
          <div class="eight columns lh-list-header">
            <h3 class="lh">Lake Amistad Marinas</h3>
          </div>
          <!-- Standard Divider -->
          <div class="twelve columns">
            <hr class="lh">
          </div>
          <!-- END -->
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/marina--southwinds-marina/3384">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3384/tn_lake_amistad__f65934b7861.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/marina--southwinds-marina/3384">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/marina--southwinds-marina/3384">Southwinds Marina</a>
                </h4>
                <p class="lh-itemsummary"> Southwinds Marina is located in Del Rio, TX, in Lake Amistad. It offers boat slip rentals, cabin rentals, towing boat services, dry storage rentals, and campsites. They also provide kayaks, paddleboards,...
                </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="twelve columns" style="margin-top: 20px;"></div>
          <!-- What To Do -->
          <div class="eight columns lh-list-header">
            <h3 class="lh">Lake Amistad What To Do</h3>
          </div>
          <div class="four columns lh-list-header">
            <div class="arrow-tiny-left"></div>
            <a class="lh-more" href="https://www.amistadlake.com/things-to-do">View All What To Do</a>
          </div>
          <!-- Standard Divider -->
          <div class="twelve columns"><span id="ezoic-pub-ad-placeholder-129" class="ezoic-adpicker-ad"></span>
            <hr class="lh">
          </div>
          <!-- END -->
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/nightlife--silver-eagle-beverages/3423">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3423/tn_lake_amistad__9da5244b9f1.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/nightlife--silver-eagle-beverages/3423">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/nightlife--silver-eagle-beverages/3423">Silver Eagle Beverages</a>
                </h4>
                <p class="lh-itemsummary"> Silver Eagle Beverages is all available for domestic, imported craft beers, flavored malt beverages, energy drinks, tea, and water. Silver Eagle Beverages is in a unique position to address the demands of
                  our... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/family--jett-bowl-del-rio/3413">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3413/tn_lake_amistad__c761aaac331.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/family--jett-bowl-del-rio/3413">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/family--jett-bowl-del-rio/3413">Jett Bowl Del Rio</a>
                </h4>
                <p class="lh-itemsummary"> Jett Bowl Del Rio is offering a place to do bowling for all ages whether it's a league or just a family bonding night. Enjoy league benefits like practice rates, food and beverage specials, and league...
                </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/nightlife--buzzard-roost-bar/3419">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3419/tn_lake_amistad__9952f158461.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/nightlife--buzzard-roost-bar/3419">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/nightlife--buzzard-roost-bar/3419">Buzzard Roost Bar</a>
                </h4>
                <p class="lh-itemsummary"> Buzzard Roost Bar is a great location to unwind with chilled drinks and cocktails while playing pool or video games. Every Friday, there will be karaoke. There are free darts and pools every Wednesday, and
                  on... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/family--whitehead-memorial-museum/3407">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3407/tn_lake_amistad__adf20a18f41.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/family--whitehead-memorial-museum/3407">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/family--whitehead-memorial-museum/3407">Whitehead Memorial Museum</a>
                </h4>
                <p class="lh-itemsummary"> Whitehead Memorial Museum is a non-profit museum that depicts the history of Val Verde County, Texas, its arts, and its natural and social sciences associated with history. This is a good place for kids
                  as... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="lh-item twelve columns  ">
            <div class="lh-image">
              <a class="lh-href-image-float-left" href="https://www.amistadlake.com/family--del-rio-civic-center/3412">
                                                                        <img loading="lazy" src="//s3.amazonaws.com/lh_lake_businesses/56/3412/tn_lake_amistad__aafb891fc51.png">
                                                                </a>
            </div>
            <div class="lh-detail-holder">
              <div class="lh-detail">
                <div class="lh-actions lh-tightright">
                  <a class="btn grey" href="https://www.amistadlake.com/family--del-rio-civic-center/3412">View Details</a>
                </div>
                <h4 class="lh-itemtitle">
                  <a href="https://www.amistadlake.com/family--del-rio-civic-center/3412">Del Rio Civic Center</a>
                </h4>
                <p class="lh-itemsummary"> The City of Del Rio Civic Center provides modern, expansive facilities for conventions, theatrical shows, trade shows, and social gatherings. The complex comprises two enormous ballrooms, a 2,000 square
                  foot... </p>
              </div>
            </div>
            <div class="twelve columns lh-item-footer"></div>
          </div>
          <div class="twelve columns" style="margin-top: 20px;"></div>
        </div>
        <!-- END lh-worksmace -->
      </div>
      <!-- END lh-main -->
      <div class="lh-sidebar" id="lake-sidebar">
        <input type="hidden" name="map_lat" id="map_lat" value="29.5649487"><input type="hidden" name="map_long" id="map_long" value="-101.3922493">
        <!-- SPOTLIGHT AD -->
        <div class="lh-sidebox twelve columns" align="center">
          <script async="" type="text/javascript" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
          </script>
          <ins class="adsbygoogle" style="display:inline-block;width:250px;height:250px" data-ad-client="ca-pub-9933159383970547" data-ad-slot="5879817313" data-adsbygoogle-status="done">
            <div id="aswift_0_host" style="border: none; height: 250px; width: 250px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;"></div>
          </ins>
          <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
          </script>
        </div>
        <!-- END SPOTLIGHT AD -->
        <!-- EMAIL SIGN UP SIDEBOX -->
        <div class="lh-sidebox lh-email twelve columns">
          <h2>Lake Amistad Email Updates</h2>
          <div class="lh-sidebox-content">
            <div class="twelve columns">
              <p class="email-signup">Sign up for our email newsletter to keep with the Lake Amistad community. We promise no spam and a simple opt-out whenever you like.</p>
            </div>
            <hr class="blank">
            <div class="five columns">
              <a class="btn email-signup" href="https://www.amistadlake.com/signup">Newsletter</a>
            </div>
            <div class="twelve columns">&nbsp;</div>
          </div>
          <span id="ezoic-pub-ad-placeholder-108" class="ezoic-adpicker-ad"></span>
        </div>
        <!-- END SIGNUP SIDEBOX-->
        <!-- SPONSORS -->
        <!-- END SPONSORS -->
        <!-- FACEBOOK SIDEBOX -->
        <!-- END FACEBOOK SIDEBOX -->
        <!-- CUSTOMER FEEDBACK -->
        <!-- END CUSTOMER FEEDBACK -->
        <!-- Weather Alerts -->
        <div class="lh-sidebox twelve columns">
          <h2>Lake Amistad Current Weather Alerts</h2>
          <div class="lh-sidebox-content">
            <div class="twelve columns">
              <p>There are no active watches, warnings or advisories.</p>
            </div>
            <div class="twelve columns">&nbsp;</div>
          </div>
        </div>
        <!-- END Weather Alerts -->
        <!-- Lake Forecast -->
        <div class="lh-sidebox twelve columns">
          <h2>Lake Amistad Weather Forecast</h2>
          <div class="lh-sidebox-content lh-weather">
            <div class="six columns lh-tightleft">
              <p><strong>Tuesday</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/tsra.png"></p>
              <p>Slight Chance Thunderstorms</p>
              <p>Hi: 78</p>
            </div>
            <div class="six columns lh-tightleft">
              <p><strong>Tuesday Night</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/nfew.png"></p>
              <p>Mostly Clear</p>
              <p>Lo: 60</p>
            </div>
            <div class="twelve columns rule"></div>
            <div class="six columns lh-tightleft">
              <p><strong>Wednesday</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/skc.png"></p>
              <p>Sunny</p>
              <p>Hi: 78</p>
            </div>
            <div class="six columns lh-tightleft">
              <p><strong>Wednesday Night</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/nskc.png"></p>
              <p>Clear</p>
              <p>Lo: 57</p>
            </div>
            <div class="twelve columns rule"></div>
            <div class="six columns lh-tightleft">
              <p><strong>Thursday</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/skc.png"></p>
              <p>Sunny</p>
              <p>Hi: 80</p>
            </div>
            <div class="six columns lh-tightleft">
              <p><strong>Thursday Night</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/nfew.png"></p>
              <p>Mostly Clear</p>
              <p>Lo: 61</p>
            </div>
            <div class="twelve columns rule"></div>
            <div class="six columns lh-tightleft">
              <p><strong>Friday</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/few.png"></p>
              <p>Mostly Sunny</p>
              <p>Hi: 85</p>
            </div>
            <div class="six columns lh-tightleft">
              <p><strong>Friday Night</strong></p>
              <p><img src="https://www.amistadlake.com/assets/images/weather/nfew.png"></p>
              <p>Mostly Clear</p>
              <p>Lo: 63</p>
            </div>
            <div class="twelve columns rule"></div>
            <hr class="blank">
            <div class="twelve columns">
              <p><a href="https://www.amistadlake.com/weather" }="">Extended Weather Forecast</a></p>
            </div>
          </div>
          <span id="ezoic-pub-ad-placeholder-109" class="ezoic-adpicker-ad"></span>
        </div>
        <!-- END Lake Forecast -->
        <!-- LAKE WATER LEVEL -->
        <div class="lh-sidebox twelve columns">
          <h2>Lake Amistad Water Level (last 30 days)</h2>
          <div class="lh-sidebox-content">
            <!-- <div class="twelve columns">
			<center>
			<div ng-app="water_level" ng-controller="WaterLevelCtrl" style="background-color:white">
  				<linechart height="250" width="250" data="data" options="options"></linechart>
			</div>
			</center>
                </div> -->
            <hr class="blank">
            <div class="twelve columns">
              <p align="center">
                <strong>Water Level on 7/13: 647.79 <font color="#af570a">(-504.21)</font>
                </strong>
              </p>
            </div>
            <hr class="blank">
            <div class="twelve columns">
              <p align="center"><a href="https://www.amistadlake.com/level" }="">Water Level Details</a></p>
            </div>
            <hr class="blank">
          </div>
        </div>
        <!-- END LAKE WATER LEVEL -->
        <!-- LAKE FISHING REPORT -->
        <!-- END LAKE FISHING REPORT -->
        <!-- NEARBY LAKES -->
        <div class="lh-sidebox twelve columns">
          <h2>Lakehub Lakes</h2>
          <div class="lh-sidebox-content">
            <div class="twelve columns">
              <p style="margin-bottom: 5px"><a href="https://www.falcon-lake.com">Falcon Lake</a></p>
            </div>
            <div class="twelve columns">&nbsp;</div>
          </div>
        </div>
        <!-- END NEARBY LAKES -->
        <!-- VERTICAL SIDEBAR ADSENSE BEGIN -->
        <div class="lh-sidebox twelve columns">
          <script async="" type="text/javascript" src="“//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”">
          </script>
          <!-- NEW - Left Column Vertical Ad -->
          <ins class="adsbygoogle" style="display: block; height: 250px;" data-ad-client="ca-pub-9933159383970547" data-ad-slot="5466579982" data-ad-format="auto" data-full-width-responsive="true" data-adsbygoogle-status="done">
            <div id="aswift_1_host" style="border: none; height: 250px; width: 320px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;"></div>
          </ins>
          <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
          </script>
        </div>
        <!-- VERTICAL SIDEBAR ADSENSE END -->
      </div>
      <!-- END lh-sidebar -->
      <hr class="blank">
      <!-- Footer -->
      <footer style="min-height:300px">
        <div class="row" style="min-height:300px">
          <div class="twelve columns" style="min-height:300px"><span id="ezoic-pub-ad-placeholder-111" class="ezoic-adpicker-ad"></span>
            <!-- google adsense test  -->
            <center>
              <script async="" type="text/javascript" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
              </script>
              <ins class="adsbygoogle" style="display: block; height: 90px;" data-ad-client="ca-pub-9933159383970547" data-ad-slot="8984133318" data-ad-format="horizontal" data-adsbygoogle-status="done">
                <div id="aswift_2_host" style="border: none; height: 90px; width: 990px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;"></div>
              </ins>
              <script>
                (adsbygoogle = window.adsbygoogle || []).push({});
              </script>
            </center>
            <hr class="blank">
            <br>
            <input type="hidden" name="next_url" id="next_url" value="">
            <p>Copyright 2008-2024 <a href="https://www.lakehub.com">LakeHub LLC</a>. | Find out more <a href="https://www.amistadlake.com/about">about us</a> or <a href="/advertising?lake=AMS">contact us</a> for questions, concerns or feedback. |
              <a href="https://www.amistadlake.com/privacy-policy">Privacy Policy</a>
              <br>
              <!--
-->
            </p>
          </div>
        </div>
        <br>
      </footer>
      <script async="" type="text/javascript">
        $(document).ready(function() {
          $('#slick-menu').slicknav({
            label: 'Menu',
            prependTo: '#lh-main-menu'
          });
        });
      </script>
      <!-- Global site tag (gtag.js) - Google Analytics -->
      <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-5KD156CYT9"></script>
      <script>
        var analytics4_key = 'G-5KD156CYT9';
        window.dataLayer = window.dataLayer || [];

        function gtag() {
          dataLayer.push(arguments);
        }
        gtag('js', new Date());
        gtag('config', analytics4_key);
      </script>
      <!-- Google Code for Remarketing tag -->
      <!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup -->
      <script type="text/javascript">
        /* <![CDATA[ */
        var google_conversion_id = 1070970044;
        var google_conversion_label = "QtulCKqd_AMQvOnW_gM";
        var google_custom_params = window.google_tag_params;
        var google_remarketing_only = true;
        /* ]]> */
      </script>
      <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
      </script>
      <noscript>
        <div style="display:inline;">
          <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1070970044/?value=0&amp;label=QtulCKqd_AMQvOnW_gM&amp;guid=ON&amp;script=0">
        </div>
      </noscript>
      <!-- Active Campaign -->
      <script type="text/javascript">
        (function(e, t, o, n, p, r, i) {
          e.visitorGlobalObjectAlias = n;
          e[e.visitorGlobalObjectAlias] = e[e.visitorGlobalObjectAlias] || function() {
            (e[e.visitorGlobalObjectAlias].q = e[e.visitorGlobalObjectAlias].q || []).push(arguments)
          };
          e[e.visitorGlobalObjectAlias].l = (new Date).getTime();
          r = t.createElement("script");
          r.src = o;
          r.async = true;
          i = t.getElementsByTagName("script")[0];
          i.parentNode.insertBefore(r, i)
        })(window, document, "https://diffuser-cdn.app-us1.com/diffuser/diffuser.js", "vgo");
        vgo('setAccount', '800855811');
        vgo('setTrackByDefault', true);
        vgo('process');
      </script>
    </div>
    <!-- END lh-content -->
  </div>
  <!-- END container -->
</form>

Text Content

LAKE AMISTAD




LAKE AMISTAD

 * Boat Ramps
 * Live Data

 * Log in
 * Sign up
 * Advertise

 * Info
 * Map
 * News
 * Photos
 * Events
 * Real Estate
 * Cabins
 * Marinas
 * Fishing
 * Camping
 * Boats
 * What To Do

 * Real Estate
 * Cabins
 * Marinas
 * Fishing
 * Camping

 * Info
 * Map
 * News
 * Photos
 * Events
 * Boats
 * RV for Rent
 * What To Do

Live Data
Menu
 * Home
 * Info
 * Map
 * News
 * Photos
 * Real Estate
 * Cabins
 * Marinas
 * Fishing
 * Camping
 * Boats
 * What To Do
   
   

 * Home
 * Info
 * Map
 * News
 * Photos
 * Real Estate
 * Cabins
 * Marinas
 * Fishing
 * Camping
 * Boats
 * What To Do
   
   




LAKE AMISTAD

--------------------------------------------------------------------------------

Lake Amistad straddles the Texas and Mexico Border 12 miles north of Del Rio,
Texas, and Ciudad Acuna, Coahuila, Mexico. Lake Amistad covers 64,900 acres and
has 850 miles of shoreline with a maximum depth of 217 feet and an average water
fluctuation level of five to ten feet per year. The Rio Grande River at its
confluence with Devil's River, Pecos River, and Rio Conchos River feeds Lake
Amistad. The Amistad National Recreation Area in Texas surrounds its
shoreline.  More Lake Information


LAKE AMISTAD CAMPING


View All Camping

--------------------------------------------------------------------------------

View Details

LONESOME DOVE RV RANCH

Lonesome Dove RV Ranch has a total of 54 sites with water and sewer hookups, 15/
20/ 30/ 50 amp electricity, showers, restrooms, and free wifi. Pets are also
allowed. This is a small RV ranch with clean...


View Details

277 NORTH CAMPGROUND

277 North Campground is located in Del Rio, TX. It has 17 campsites for tents
and/or RVs. Each site has a covered picnic table and BBQ grill. There are no
water hookups. The fee per night is $6.


View Details

SLEEPING LADY RV PARK

Sleeping Lady RV Park is a family-owned RV Park. It has a pull-through RV site
with a level concrete pad and patio landing. Del Rio, Texas, full RV hookups
with wifi, picnic tables, 20/ 30/ 50 amp service, and...


View Details

AMERICAN CAMPGROUND

American Campground has tent grounds, nine cabins, and 88 RV pads, some of which
are covered. They provide rates on a daily, weekly, and monthly basis. For dry
storage, they have a separate enclosed space....


View Details

GOVERNOR'S LANDING CAMPGROUND

Governor's Landing Campground has 15 sites for tents or RV camping for only less
than 28 ft. There are no hookups. There is potable water available. A fee of $10
per night is required.





LAKE AMISTAD MARINAS

--------------------------------------------------------------------------------

View Details

SOUTHWINDS MARINA

Southwinds Marina is located in Del Rio, TX, in Lake Amistad. It offers boat
slip rentals, cabin rentals, towing boat services, dry storage rentals, and
campsites. They also provide kayaks, paddleboards,...





LAKE AMISTAD WHAT TO DO


View All What To Do

--------------------------------------------------------------------------------

View Details

SILVER EAGLE BEVERAGES

Silver Eagle Beverages is all available for domestic, imported craft beers,
flavored malt beverages, energy drinks, tea, and water. Silver Eagle Beverages
is in a unique position to address the demands of our...


View Details

JETT BOWL DEL RIO

Jett Bowl Del Rio is offering a place to do bowling for all ages whether it's a
league or just a family bonding night. Enjoy league benefits like practice
rates, food and beverage specials, and league...


View Details

BUZZARD ROOST BAR

Buzzard Roost Bar is a great location to unwind with chilled drinks and
cocktails while playing pool or video games. Every Friday, there will be
karaoke. There are free darts and pools every Wednesday, and on...


View Details

WHITEHEAD MEMORIAL MUSEUM

Whitehead Memorial Museum is a non-profit museum that depicts the history of Val
Verde County, Texas, its arts, and its natural and social sciences associated
with history. This is a good place for kids as...


View Details

DEL RIO CIVIC CENTER

The City of Del Rio Civic Center provides modern, expansive facilities for
conventions, theatrical shows, trade shows, and social gatherings. The complex
comprises two enormous ballrooms, a 2,000 square foot...





LAKE AMISTAD EMAIL UPDATES

Sign up for our email newsletter to keep with the Lake Amistad community. We
promise no spam and a simple opt-out whenever you like.

--------------------------------------------------------------------------------

Newsletter
 


LAKE AMISTAD CURRENT WEATHER ALERTS

There are no active watches, warnings or advisories.

 


LAKE AMISTAD WEATHER FORECAST

Tuesday



Slight Chance Thunderstorms

Hi: 78

Tuesday Night



Mostly Clear

Lo: 60



Wednesday



Sunny

Hi: 78

Wednesday Night



Clear

Lo: 57



Thursday



Sunny

Hi: 80

Thursday Night



Mostly Clear

Lo: 61



Friday



Mostly Sunny

Hi: 85

Friday Night



Mostly Clear

Lo: 63



--------------------------------------------------------------------------------

Extended Weather Forecast


LAKE AMISTAD WATER LEVEL (LAST 30 DAYS)

--------------------------------------------------------------------------------

Water Level on 7/13: 647.79 (-504.21)

--------------------------------------------------------------------------------

Water Level Details

--------------------------------------------------------------------------------


LAKEHUB LAKES

Falcon Lake

 


--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


Copyright 2008-2024 LakeHub LLC. | Find out more about us or contact us for
questions, concerns or feedback. | Privacy Policy





✕


CONFIDENTIALITÉ ET TRANSPARENCE

amistadlake.com et nos partenaires vous demandent votre consentement pour
utiliser vos données personnelles et pour stocker et/ou accéder aux informations
sur votre appareil. Cela inclut l'utilisation de vos données personnelles pour
la publicité et le contenu personnalisés, la mesure de la publicité et du
contenu, l'étude de l'audience et le développement de services. Un exemple de
données traitées peut être un identifiant unique stocké dans un cookie. Vos
données personnelles peuvent être stockées, consultées et partagées avec 881
partenaires, ou utilisées spécifiquement par ce site. Vous pouvez modifier vos
paramètres ou retirer votre consentement à tout moment. Le lien pour ce faire se
trouve dans notre politique de confidentialité au bas de cette page. Certains
fournisseurs peuvent traiter vos données personnelles sur la base d'un intérêt
légitime, auquel vous pouvez vous opposer en gérant vos paramètres ci-dessous.



Gérer les Paramètres Utilisez les cookies nécessaires uniquement et continuez
Autoriser tous les cookies et continuer

Liste de Fournisseurs | Politique de confidentialité