/* CSS Document */

div.pane{
	overflow:auto;
	height:400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
			}

.articulo  {
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	height: 185px;
	overflow: hidden;
	width: 180px;
}
.articulo a{
	text-decoration: none;
}
.articulo .fotoart {
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	cursor: Hand;
}
.articulo .fotoart #pvp {
	float: left;
	color: #ffffff;
	padding: 10px 25px 10px 10px;
	background-image: url(../img/solapa_precio.png);
	background-repeat: no-repeat;
	background-position: right bottom;

	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;	/*background-color: #e3004f;*/
}

.articulo p {
	margin: 0px;	
}

#paginador {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#paginador a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
