body {
	scrollbar-face-color: ffffff;
	scrollbar-shadow-color: cccccc;
	scrollbar-highlight-color: cccccc;
	scrollbar-3dlight-color: ffffff;
	scrollbar-track-color: ffffff;
	scrollbar-arrow-color: cc0000;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	color: #CCCCCC;
}

.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;

}
.latestdesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;

}
#cnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 180px;
	position: relative;
	left: 20px;
	visibility: visible;


}
#cnews h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}
#cnews b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;

}
#cnews a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white}
	
.img {
    border: none;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.Bordegris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-color: #CCCCCC;
}
.TDgris {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #660000;
}
.Precio 
	{color: #FF0000}
ul 
	{
	padding-top: 1px;
	padding-bottom: 1px;
	padding: 1px;
	}
.Titulos_Grandes {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9933;
}
.Texto_Blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.Texto_Rojo_dest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}

.Texto_Rojo_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CC3300;
}
.Texto_Negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Precio_verde {
	color: #339966
}
.Texto_Azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6699CC;
}

Fredoka{
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625em;
  margin: 0;
  color: #d0eb6a;
}

.black_overlay { /* afuera: la parte oscura */
   background: #000000;
   display:none;
   position: fixed;
   left: 0; top: 0;
   width: 100%;
   height: 100%;
   z-index: 1001;
   opacity: .80; /* opacidad para Firefox */
   filter: alpha(opacity=80);  /* opacidad para Internet Explorer */
}

.white_content { /* adentro: la ventana modal */
  display: none;
  position: absolute;
  overflow: auto;
  z-index:1002;
  left: 0px;;  top: 0px; /* la posición de la ventana modal */
  width: 50%; height: 80%; /* el tamaño de la ventana modal */
  /* cualquier otra propeidad, colores, márgenes, fondo */}
  
  .btn_home  {
	  background-image:url(imagenes/home.jpg);
	  width:42px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }
	  
	   .btn_home:hover  {
	  background-image:url(imagenes/home_b.jpg);
	  width:42px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }
	  
	  .btn_promociones  {
	  background-image:url(imagenes/promos.jpg);
	  width:100px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }
	  
	    .btn_promociones:hover  {
	  background-image:url(imagenes/promos_b.jpg);
	  width:100px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }
	  
	     .btn_contacto {
	  background-image:url(imagenes/contacto.jpg);
	  width:98px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }
	  
	     .btn_contacto:hover  {
	  background-image:url(imagenes/contacto_b.jpg);
	  width:98px;
	  height:36px;
	  float:left;
	  cursor:pointer;
	  }

