h2 a
{
	font-family:verdana;color: #ffc200;font-weight: normal;text-decoration:none;
}
h2 a:hover
{
	text-decoration:underline;
}
#catalogo
{
	float:left;
	width:672px;
	
	min-height:222px;
	height:auto;
	
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image: url(../../imagenes/catalogo/fd_catalogo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom:1px solid #464c51;
}
#catalogo ul
{
	float:left;
	width:672px;
	
	min-height:222px;
	height:auto;
	
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
#catalogo ul li
{
	float:left;
	width:133px;
	height:102px;		
	margin:0px;
	padding:8px 0px 0px 1px;	
	text-align:center;
	
}
#catalogo ul li p.nombre
{
	padding:0px;
	margin:0px;
}
#catalogo ul li p.nombre a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #d0d0d0;
	text-decoration:none;
}
#catalogo ul li p.nombre a:hover
{
	text-decoration:underline;
}
#catalogo ul li img
{
	width:70px;
	height:70px;	
	border:1px solid #bbbaba;
}
#zona_central h2, #zona_central_aux h2
{	
	float:left;
	clear: none;
	height:17px;
	border:0px;
}
#paginacion_catalogo
{
	float:right;
	color: #d0d0d0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin:2px 0px 0px 0px;
}
#paginacion_catalogo a
{
	color: #d0d0d0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#paginacion_catalogo a:hover
{
	color: #d4ae35;
}

#paginacion_catalogo span
{
	color: #d4ae35;
	
}
#producto
{
	float:left;
	width:672px;
	clear:both;
	margin:0px;
	padding:0pX;
	border-top:1px solid #cfc5b2;
	border-bottom:1px solid #464c51;
}
#producto div.imagen
{
	float:left;
	width:265px;
	height:222px;
	
	margin:0px;
	padding:0px;
	
	background-image: url(../../imagenes/catalogo/img_prod.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}
#producto div.imagen img
{
	float:left;
	border:1px solid #b5b4b4;
	margin:18px 0px 0px 35px;
}
#producto #detalles
{
	float:right;
	width:360px;
	margin:0px;
	padding:20px 20px 20px 20px;
	text-align:justify;
}
#producto #detalles p
{
	margin:0px;
	padding:0px;
	font-family:verdana;
	color: #ffc200;
	font-size: 10px;
	font-weight: normal;
}
#producto #detalles p.nombre{font-family:verdana;color: #ffc200;font-weight: bold;}
#producto #detalles p.descripcion{font-family:verdana;color: #fee79c;font-weight: normal;margin:10px 0px 0px 0px;}
