#catalogo div.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	width:700px;
}

#catalogo div.texto_categorias img
{
	float:right;
	margin-left:20px;
}
#catalogo div.texto_categorias a{font-family: Verdana;font-size: 10px;color: #000000;font-weight: bold;text-decoration: none;}
#catalogo div.texto_categorias a:hover{text-decoration: underline;color:#A7A7A7;}
#catalogo div.texto_categorias ul{margin-bottom:10px;}
#catalogo div.texto_categorias ul li{}
#catalogo div.texto_categorias ul li a{}
#catalogo div.texto_categorias ul li a:hover{text-decoration:underline;}
#catalogo div.texto_categorias ul li strong{font-weight:bold;}
#catalogo div.texto_categorias span{}
#catalogo div.texto_categorias strong{font-weight:bold;}

#catalogo
{
	float:left;
	width:700px;
	
	min-height:200px;
	height:auto;
	margin:0px;
	padding:0px;
}

#producto
{

	float:left;
	clear:both;
	width:700px;
	
	min-height:200px;
	height:auto;
	
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#producto img
{
	float:right;
	bordeR:1px solid #000000;
	margin:20px 0px 10px 30px;
}
#producto ul
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;

}
#producto p.nombre
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}
#producto p.descripcion
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
	text-align:justify;
	
}
#producto p.descripcion span
{
	color:#A7A7A7;
	
}
#producto p.enlaces
{
	float:left;
	clear:both;
	width:500px;
	margin:10px 0px 10px 20px;
	padding:0px;
}
#producto p.enlaces a
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight:bold;
	background-color:#000000;
	padding:5px;
	text-decoration:none;
}
#producto p.enlaces a:hover
{
	text-decoration:none;
	color:#A7A7A7;
}

#listado_productos
{
	float:left;
	width:700px;
	
	min-height:200px;
	height:auto;
	margin:0px;
	padding:0px;
	
}
#listado_productos ul
{
	float:left;
	width:600px;
	list-style-type:none;
	margin:50px 0px 0px 60px;
	padding:0px;
	
}
#listado_productos ul li
{
	float:left;
	width:150px;
	height:160px;
	margin:0px 40px 0px 0px;
	padding:0px;
	
	text-align:center;
}
#listado_productos ul li img
{
	border:1px solid #000000;
}
#listado_productos ul li p.detalles
{
	margin:0px;
	padding:0px;
	
}
#listado_productos ul li p.detalles a
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
#listado_productos ul li p.detalles a:hover
{
	text-decoration:underline;
}
