#contenido #categorias {
	width:500px;
	float:left;
}
#contenido #categorias h1{
	font-size:		18px;
	font-weight:		normal;
	color:		#010101;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0;
	padding-left:0;
	border-bottom: solid #e6e6e6 1px;
	text-align:left;
}
.navegador h3 {
	margin-top:5px;
	font-size:10px!important;
	color:#81cfd4;
}
.navegador h3 a{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
.navegador h3 a:hover{
	text-decoration:none;
}

#contenido #categorias ul{
	list-style-type:none; 
	margin-top:20px; 
	margin-left:0;
}
#contenido #categorias ul li{
	float:left;  
	margin:0 0 30px 0;
	width:125px; 
	height:190px; 
	overflow:hidden;
}
#contenido #categorias ul li #categoriaFoto{
	float:left;
	background:transparent url(../img/productos_thumb_fondo.jpg) no-repeat left top;
	height:115px;
	width:116px;
	padding-right:4px;
	padding-left:1px;
	padding-bottom:6px;
	margin:0;
	overflow:hidden;
}
#contenido #categorias ul li #categoriaFoto img{
	position:relative;
	width:114px;
	height:114px;
	overflow:hidden;
}


#contenido #categorias ul li #categoriaDescripcion{
	float:left;
	width:112px;
	background-color:#5d8f90;
	padding-left:4px;
	padding-bottom:5px;
}


#contenido #categorias ul li a{
	font-size:12px; 
	font-weight:bold; 
	cursor:pointer; 
	color:#fff;
}
#contenido #categorias ul li span{
	font-size:10px;
	color:#fff;
}
#contenido .productos {
  float:		left;
}
#contenido .productos h1{
	font-size:		18px;
	font-weight:		normal;
	color:		#010101;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0;
	padding-left:0;
	border-bottom: solid #e6e6e6 1px;
	text-align:left;
}
#contenido .productos h2 {
  color:		#000000;
  font-size:		14px;
  font-style:		italic;
  padding-left:		15px;
}

#contenido .productos ul {
  margin-top:		10px;
  list-style-type:	none;
}

#contenido .productos ul li {
  position:			relative;
  width:			112px;
  height:			220px;
  background-image:	url(../img/thumb_sombra.jpg);
  background-repeat:	no-repeat;
  float:			left;
  padding:			0 6px 7px 0;
  margin-right:9px;
}

#contenido .productos .imagen {
  margin-bottom:	5px;
  float:			left;
}

#contenido .productos h3 {
  font-size:		11px;
}

#contenido .productos p {
  font-size:		10px;
}

#contenido .productos .compra {
  position:			absolute;
  /*width:			118px;*/
  height:       	40px;
  bottom:			10px;
 /* left:				6px;*/
  right:			6px;
  background-color:#5d8f90;
}

#contenido .productos .compra .precio {
  width: 100px;
  position:			absolute;
  top:		    	2px;
  right:			0px;
  text-align:		right;

}

/*
#contenido .productos .compra img {
  position:		absolute;
  top:			1px;
  right:		1px;
}
*/

#contenido .productos .compra a {
  display: 			block;
  line-height: 		0px;
  font-size:		0px;
}

#contenido .productos .compra .ver {
  position:		absolute;
  top:		    22px;
  right:		42px;  
}

#contenido .productos .compra .comprar {
  position:		absolute;
  top:		    22px;
  right:		0px;
}

