#catalogo{
	width:98.7%;
	padding:5px;
	padding-bottom:0px;
}
#buscador{
	height:90px;
}
#selector{
	width:98.7%;
	margin-top:6px;
/*	border-bottom:1px solid #D4D4D4; */
}
#selector p.nbusqueda{
	float:left;
	width:30%;
}
#selector p.volver{
	float:none;
}
#selector p.navigator{
	float:right;
	width:50%;
	text-align:right;
}
#selector a{
	margin-left:4px;
}
p.noproducts{
	clear: both;
	float: none;
	margin-top: 65px;
	margin-bottom: 45px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#tbproductos{
	clear:both;
}
#tbproductos td.producto{
	background-color:#E9E9E9;
	margin-bottom:5px;
	padding:5px;
	vertical-align:top;
	text-align:center;
	width:20%;
}
#tbproductos td a{
	display:block;
	width:100px;
	height:100px;
	background-color:#FFFFFF;
	padding:1px;
	border:1px solid #D4D4D4;
	margin:auto;
	margin-bottom:3px;
}
#tbproductos td a:hover{
	padding:0px;
	border:2px solid #D4853A;
}
#ficha{
	background-color:#E9E9E9;
	height:100%;	
	min-height:215px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}
.ficha dt{
	float:right;
	margin-left:5px;
	margin-bottom:0px;
}
.ficha dd p{
	margin-bottom:10px;
}
.ficha dd.titulo{
	font-size:12px;
	font-weight: bold;
	padding-bottom:10px;
}
.ficha dd.texto{
	padding-bottom:12px;
}
.ficha dd.enlace{
	padding-top:10px;
}
.ficha dd.precio{
	font-size:12px;
	width:70%;
	text-align:right;
}
.ficha dd.cartec{
	margin-top:2px;
	padding:4px;
	background-color:#EFEFEF;
	width:69%;
	margin-bottom:8px;
}
#ficha img{
	background-color:#FFFFFF;
	padding:1px;
	border:1px solid #D4D4D4;
}
