
a { margin: 0; padding: 0; display: inline;}
.product {
	float:left;
	width:23%;
	text-align:center;
	border: 1px solid #ccc;
	margin-left:6px;
	margin-top: 4px;
}
.product h2 {
	font-size: 14px;
	font-weight: normal;
}
.product:hover {
	background: #EEE;
	border-color: #555;
}
.title-product {
	overflow: hidden;
	height: 32px;
	width: 100%;  
}
.product-img {
	height: 100%;
	width: 100%;
}
.product-img img {
	width: 95%;
	max-height: 150px;
	max-width: 150px;
}


#mas_visitados{
	height:200px;
	width:95%;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 10px 14px 10px;;
}
#mas_visitados li{
	border:0; margin:0; padding:0; list-style:none;
}

	#mas_visitados li{
		height:60px;
		padding:5px;
		list-style:none;
	}
		#mas_visitados a{
			color:#000000;
			margin-bottom:
		}
		#mas_visitados .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#mas_visitados .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#mas_visitados img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
         
		}

#tagcloud {
	width: 100%;
	background:#E0ECF8;
	color:#0066FF;
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
}
#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}
#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #00335B;
}
#tagcloud span {
	padding: 4px;
}
.smallest {
	font-size: 13px;
}
.small {
	font-size: 16px;
}
.medium {
	font-size:18px;
}
.large {
	font-size:20px;
   font-weight:bold;
}
.largest {
	font-size:24px;
   font-weight:900;
}


