@media only screen and (max-width: 600px) {  /* For device movil: */
	#myImg{width:40%;}
	IMG.Down {width: 30px;}
	table.Review {width: 90%;}
	table.Docu {width: 90%;}
	.btn {font-size: 13px;}

}

/* Medium devices (landscape tablets, 600px and up) */
@media only screen and (min-width: 600px) {
  	#myImg{width:50%;}
	IMG.Down {width: 30px;}
	table.Docu {width: 30%;}
	table.Review {width: 90%;}
  	.modal-content {width: 100%;}
	.btn {font-size: 13px;}
} 


@media only screen and (min-width: 800px) {   /* For desktop: */
	#myImg{width:30%;}
	IMG.Down {width: 16%;}
	table.Docu {width: 30%;}
	table.Review {width: 65%;}
	.btn {font-size: 14px;}
}



div.cajalistas{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

div.listas{
 width:250px;
 margin:15px 15px;

}

table.Review {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin:15px 15px 15px 15px; 
}
table.Docu {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin:15px 15px 15px 15px; 
  float:left;
  clear: left;
  text-align: center;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


/* Productos Pagina General */
#Producto{
	float:left;
	border:solid 1px black;
	margin:15px 15px 15px 15px;
	cursor: zoom-in;
}






/* eXP BETA */

#myImg {
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;

	float:left;
	border:solid 1px black;
	margin:15px 15px 15px 15px;
	cursor: zoom-in;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* Button Agregar Cotiz */
.addCot {background-color: #f44336;} /* Red */ 
.addCot:hover {background: #da190b;}
.seeCot {background-color: #2196F3;} /* Blue */
.seeCot:hover {background: #0b7dda;}


.btn {
  border: none;
  color: white;
  padding: 14px 28px;
  cursor: pointer;
  margin:15px 15px 15px 15px;
  float:left;
}
.alertGreen {
  float:left;
  margin:15px 15px 15px 15px;
  padding: 20px;
  background-color: #33FFDA;
  color: black;
  border-style: solid;
  border-color: #00C8A3;
  border-width: 1px;
}

