﻿* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}
		body {
			background: #FFFFFF;
			font-family: Arial, sans-serif;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		h1 { font-size: 24px; }
		h2 { font-size: 20px; }
		h3 { font-size: 16px; }
		.wrapper {
	max-width: 1024px;
	width: 100%;
	padding: 0px 10px 5px 10px;
}
		.top-header {
			background-color: #333;
			color: #fff;
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 5px 20px;
			font-size: 18px;
			font-family:'Oswald',Helvetica,Arial,sans-serif;
		}

.containertable {
            width: 100%;
            margin: auto;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-top: 20px;
        }


/*

		
.footer-social-headers{display:block;text-align:right}
.social-header{color:#fff}
ul.social-headers{margin-top:0}
 .social-headers li{vertical-align:bottom;display:inline;height:100px}
 .social-headers a{color:#fff;text-decoration:none}
 .fa-facebook{padding:10px 14px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;background-color:#333}
 .fa-facebook:hover{background-color:#3d5b99}
 
 .fab fa-facebook-f{padding:10px 14px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;background-color:#333}
 .fab fa-facebook-f:hover{background-color:#3d5b99}

 
 .fa-twitter{padding:10px 12px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;background-color:#333}
 .fa-twitter:hover{background-color:#00aced}
 .fa2-ingles{padding:10px 9px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;background-color:#333;font-family:'Oswald',Helvetica,Arial,sans-serif;font-size:12px}
 .fa2-ingles:hover{background-color:#003366}


     ---------------------------------- */
     
         /* BARRA SUPERIOR */
    .topbar {
      width: 100%;
      background: #333333; /* gris oscuro */
      color: #ffffff;
      padding: 5px 20px;
      display: flex;
      justify-content: center;
    }

    .topbar-inner {
      width: 100%;
      max-width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }


     
   /* TEXTO IZQUIERDO */
    .topbar-title {
      font-family:'Oswald',Helvetica,Arial,sans-serif;
      font-size: 18px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 10px;
      border-right: 2px solid #ffffff;
    }

    /* BOTONES SOCIALES */
    .topbar-actions {
      display: flex;
      align-items: center;
      gap: 4px;
      flex-shrink: 0;
    }

    .social-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.2rem;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }

    /* Colores normales 
    .social-btn--fb { background: #3b5998; }
    .social-btn--tw { background: #1da1f2; }
    .social-btn--wa { background: #25d366; }
    */

    /* Colores al pasar el mouse */
    .social-btn--fb:hover {
      background: #2d4373;
    }

    .social-btn--tw:hover {
      background: #0d8ddf;
    }

	/* 
    .social-btn--wa:hover {
      background: #1ebe5d;
    }
    */

    /* (opcional) cambiar color del ícono al pasar */
    /* .social-btn:hover {
      color: #000000;
    } */

    .lang-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      padding: 0 14px;
      border-radius: 4px;
       /* background: #007bff; */
      color: #ffffff;
      font-family: "Oswald", Arial, sans-serif;
      font-size: 1.1rem;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
      transition: background 0.15s ease;
    }

    .lang-btn:hover {
      background: #0B3B73;
    }


    

    /* ---------------------------------- */


		.text-container {
	padding: 10px 20px 10px 20px;
	text-align: left;
}
		.text-container h1 {
			font-family: "Arial Black", Gadget, sans-serif;
			font-weight: bold;
		}
		
		.text-price {
	padding: 10px 0px 10px 25px;
	text-align: left;
	font-size: 20px;
	}
	
	
	
	.hover-row:hover {
  background-color: #f2f2f2;
}

.row-link {
  display: block;
  text-decoration: none;
  color: inherit;
}







/* ENCABEZADO */

.encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  flex-wrap: wrap; /* Para que se acomode en móvil */
}


.logo-container {
  max-width: 35%; /* Ajuste de tamaño relativo */
}
.header-ads {
  max-width: 45%; /* Ajuste de tamaño relativo */
}

.logo-container img,
.header-ads img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* MENU */
	
		header {
			width: 100%;
			background: #333;
		}
		nav {
			max-width: 1024px;
			margin: 0 auto;
			
		}
		nav ul {
			list-style: none;
			display: flex;
		}
		nav ul li a {
			color: #fff;
			padding: 13.4px;
			display: block;
			text-decoration: none;
			font-family:'Oswald',Helvetica,Arial,sans-serif;
			-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;
			border-right: 1px solid #ffffff;
		}
		nav ul li a:hover {
			background: #0B3B73;
			border-right: 1px solid #ffffff;
		}
				
		.menu_bar {
			display: none;
			background: #333;
			color: #fff;
			padding: 15px;
			cursor: pointer;
			font-size: 20px;
			
		}

	
/* -------- */		






    .updatetime {
      display: flex;
      align-items: center;
      color: #666;
      font-size: 11px;
      padding: 8px;
    }

    .updatetime img {
      width: 15px;
      height: 15px;
      margin-right: 6px;
    }




		 
		 
		@media (max-width: 800px) {
			.header-ad .textwidget{text-align:center;margin-top:20px}
            
            .menu_bar {
				display: block;
			}
			nav {
				position: fixed;
				top: 0;
				left: -100%;
				width: 80%;
				height: 100%;
				background: #333;
				transition: all 0.3s ease;
			}
			nav.active {
				left: 0;
			}
			nav ul {
				flex-direction: column;
			}
			nav ul li {
				border-bottom: 1px solid rgba(255, 255, 255, .3);
			}
			h1 { font-size: 22px; }
			h2 { font-size: 18px; }
			h3 { font-size: 14px; }
			
			 .topbar-inner {
        flex-wrap: wrap;
      }

      .topbar-title {
        font-size: 1.1rem;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 4px;
        padding-right: 0;
        width: 100%;
      }

      .topbar-actions {
        margin-left: auto;
      }


		}

          @media (max-width: 768px) {
      
        
        .titulo {
        font-size: 11px;
      }
      
    }




/* RESPONSIVE */
@media screen and (max-width: 600px) {
  .encabezado {
    flex-direction: column;
    align-items: center;
  }

  .logo-container,
  .header-ads {
    max-width: 90%;
    margin-bottom: 10px;
    text-align: center;
  }
}



      @media (max-width: 600px) {
      		.table th, .table td {
                padding: 10px;
                font-size: 0.9em;
            }

            .table td img {
                width: 20px;
            }
            .footer {
                flex-direction: column;
                text-align: center;
            }
            .footer .links {
                margin-top: 10px;
            }
            .footer .links a {
                display: block;
                margin: 5px 0;
            }
            .text {
			visibility:hidden;
				}
        }
        
        
         @media (max-width: 560px) {
            h1 { font-size: 18px; }
		h2 { font-size: 16px; }
		h3 { font-size: 12px; }
        }
        
        @media (max-width: 520px) {
      .topbar {
        padding: 8px 10px;
      }

      .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .topbar-title {
        border: none;
        white-space: normal;
      }

      .topbar-actions {
        align-self: flex-end;
      }
    }



         @media (max-width: 480px) {
             .header-ad .textwidget{margin-top:10px}
      .updatetime {
        font-size: 10px;
      }
    }

