#fichas {
	height: 453px;
	background-color:#000000;
	padding-top: 10px;

}

#paginado {
	height: 40px;
	background-image:url(../imagenes/fondo-numeracion.jpg);
	background-repeat:no-repeat;
	background-position: top;
	
		
}

#buscador {
	float:left;
	color:#968756;
	font-weight:bold;
	margin-left: 10px;
	
}

#buscador input  {
	border:none;
	font-size: 12px;
	height: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#000000;
}




#catalogo {
	height: 429px;
	background-image: url(../imagenes/fondo-listado.jpg);
	background-repeat:no-repeat;
	background-position: top;
	
}


#listado {
	float:left;
	height: 190px;
	padding-top: 50px;
	padding-left: 200px;
	text-align:left;
}

#foto {
	float:left;
	width: 130px;
}
#columna01 {
	float:left;
	width: 220px;
	border-left: solid 1px #FFFFFF;
}

#columna02 {
	float:left;
	width: 220px;
	border-left: solid 1px #FFFFFF;
}

ul {
	margin-left: 15px;
	padding: 0px;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0.15em;
}

li a { 
	text-decoration:underline;
	font-weight: bold;
 }

li a:hover { 
	text-decoration:none;
 }

/* ///////////////////// COMIENZA pie */

#pie {
	border-top: 1px solid #fff;
	margin-top: 2px;
}
.derecha {
	float: right;
	text-align:right;
}
.izquierda {
	float: left;
	text-align:left;
}