@charset "UTF-8";
/* CSS Document */

/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#24180C;
 
    width:500px;
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
	padding: 20px;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../photos/x.png) ;
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:29px;
    width:25px;
}


  /* styling for elements inside overlay */
  .details {
  position:absolute;
  top:145px;
  right:25px;
  font-size:11px;
  color:#fff;
  width:200px;
  font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:14px;
  }
 
  .details h3 {
  color:white;
  font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
  }
  
  .thumb {
	background: #fff;
	border-color: #ccc ;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	height:115px;
	width: 115px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	cursor: pointer;
	  
  }
  
  
  
  .thumb:hover{
	background:#24180C; 
	
	
	  
  }
  

  
  #contenido-vasos {
	  width: 740px;
	  height: auto;
	  position:relative;
	  top: -32px;
	  right: -10px;
	  
  }
  
  #contenido-repuestos {
	  width: 740px;
	  height: auto;
	  position:relative;
	  top: -32px;
	  right: -10px;
	  
  }
  
    #contenido-velas {
	  width: 740px;
	  height: auto;
	  position:relative;
	  top: 0px;
	  right: -10px;
	  
  }
  
  
  
  #encabezado-rep {
	   font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
	  color:#f07023;
	  position:relative;
	  top:10px;
	  margin-bottom: 20px;

  }
  
   #encabezado-velas {
	   font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
	  color:#f07023;
	  position:relative;
	  top:10px;
	  margin-bottom: 20px;
  }
  
  .boton-cat{
	  position:relative;
	  top:-60px;
left: 530px;
width: 160px;
height:35px;

	  
  }
  
  
    #encabezado-copas {
	   font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
	  color:#f07023;
	  position:relative;
	  top:10px;
	  margin-bottom: 20px;

  }
  
   #encabezado-tazas {
	   font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
	  color:#f07023;
	  position:relative;
	  top:10px;
	  margin-bottom: 20px;

  }
   
   
      #encabezado-vasos {
	   font-family:Helvetica, "Helvetica Light", "Helvetica Neue", "Helvetica Neue Light";
	font-weight:lighter;
	font-size:16px;
	  color:#f07023;
	  position:relative;
	  top:10px;
	  margin-bottom: 20px;

  }