/* MIGAS DE PAN */
ol.migas {
	margin: 20px 20px 20px 20px;
	padding-left: 35px;
	background: url(/images/carpeta.gif) left no-repeat;
	color:#1E5D5B;
	height:18px;

}

ol.migas li {
	display: inline;
	list-style: none;
	font-size: 10px;
	color:#1E5D5B;
	background: url(/images/flechas.gif) no-repeat left;
	background-position: 0 3px;
	padding-left: 14px;
}

ol.migas li.miga-sin {
	background: none;
	padding-left: 0;
}

ol.migas li a {
	color: #1E5D5B;
}

ol.migas li a:hover {
	color:#666666;
}


/* DIRECTORIO DE CATEGORIAS */
ul#categorias {
	margin: 20px 0 0 0;
	padding: 0;
	width: 550px;
	clear: both;

}
 
ul#categorias li {
	float: left;
	margin: 0px 0 0 15px;
	padding: 0;
	height: 200px;
	width: 256px;
	text-align: center;
	text-indent:5px;
	background: url(/images/background-category.gif) no-repeat ;
	padding-top:3px;

}

ul#categorias li a.cajita {
	display: block;
	border: 0px solid transparent;
	height: 169px;
	
	
}

ul#categorias li a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#557E9D;
	text-decoration:none;
	
	text-align:left;
}

ul#categorias li a:hover {
	text-decoration: underline;
	/*border-bottom: 2px solid #C7CFDF;*/
}

ul#categorias li a:link { color: #448; color: #667; }
ul#categorias li a:visited { color: #667; }

ul#categorias li a:hover.cajita {
	display: block;
	padding: 0px;
	border: 0px solid #F7F7FF;
	height: 169px;
}

ul#categorias li img {
	margin: auto;
	display: block;
	border: none;
}

ul#categorias li strong {
	background: url(/images/detour.gif) left center no-repeat;
	background-position: 0 8px;
	padding-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#557E9D;
	text-decoration:underline;
	font-weight:normal;
	

}

ul#categorias li strong a {
	margin-left: 15px;
		text-decoration:none;
	text-align:center;

}

/* LISTA DE PRODUCTOS */
ul#productos {
	margin: -20px 5px 0 20px;
	padding: 0;
	width: 500px;
	font-size: small;
	background-color:#E4E6E3;
}
 
ul#productos li {
	margin: 20px 0 0 0;
	padding: 0;
	padding-top:15px;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(/images/background-product-top.gif);
	background-position:top;

}

ul#productos li div.foto {
	float: right;
	padding-right:10px;
}

ul#productos li div.foto a span {
	display: block;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006666;
	font-weight:lighter;
	background: url(/images/magnifier.png) no-repeat right bottom;
	
	/*background-position: 0 4px;*/
	padding: 20px 30px 5px 5px;
}

ul#productos li .foto a {
	text-decoration: none;
}

ul#productos li img {
	border: none;
}

ul#productos li h3 {
	
	background: url(/images/bullet_yellow.png) no-repeat left top;
	height:32px;
	background-position: 5px -5px;
	padding-left: 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006633;
	padding-top: 2px;
	margin: 0 0 10px 0 !important;
	margin: 0;
	float: left;
}

ul#productos li h3 a {
	text-decoration: none;
	color:#006633;
}

ul#productos li h3 a:hover {
	text-decoration: underline;
}

ul#productos li dl dt {
	width: 110px;
	float: left;
	font-weight: bold;
	color:#617B84;
}

ul#productos li a {
	text-decoration: none;
	font-weight: bold;
	color: #006666;
}

ul#productos li a:hover {
	text-decoration: underline;
}

ul#productos li p {
	clear: left;
	padding-left: 20px;
	color:#617B84;
}

ul#productos li p.marca {
	clear: both;
	background-image:url(/images/background-product-bottom.gif);
	background-position:bottom;
	padding-bottom:15px;
	padding-top:10px;
	color:#006666;
}

/* Paginador */

ul.paginador {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 30px solid #E4E6E3;
	border-bottom: 10px solid #E4E6E3;
	text-align: center;
	font-size: x-small;

}

ul.paginador li {
	display: inline;
	list-style: none;
	padding-right: 1px;
	margin-top: 5px;
	/*border: 1px solid black;*/
}

ul.paginador li a {    
	padding: 2px 4px;
	border: 1px solid #c7cfdf;
	background: #fff;º
	text-decoration: none;
	margin-top: 5px;
}

ul.paginador li.actual {
	padding: 2px 4px;
	margin-right: 1px;
	border: 1px solid #c7cfdf;    
	background: #c7cfdf;
	color: #fff;
	font-weight: bold;
}


ul.paginador li a:hover {
	border-color: #515196;
	background: #EBEBFF;
}

ul.paginador li.line-break {
	display: block;
	margin-top: 10px;
}

/* BUSCADOR */

h3 strong {
	color:#990000;
	font-size:12px;
}

h3 {
	margin-left: 10px;
	margin-top:17px;
	padding-left:15px;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/background-result-top.gif);
	background-repeat:no-repeat;
	background-position: left top;
	
	font-size: 14px;
	color:#006666;
}


ul.resultados {
	margin-left: 10px;
	background-image:url(/images/background-result-bottom.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	
}

ul.resultados p {
	margin-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#617B84;
	font-size: 12px;
}

ul.resultados li {
	list-style: none;
	margin-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#617B84;
	font-size: 12px;	
	background: url(/images/check.png) no-repeat left ;
	background-position: 0 2px;
	padding-left: 20px;
	min-height:20px;
	padding-top: 2px;
	margin-bottom: 0.6em;
}

ul.resultados li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	font-size: 12px;
}

ul.resultados li a:hover {
	color: #667;
}



