#catalogo
{
}


#el_producto
{

	text-align: center; 
	margin: auto;
	padding: auto;

	width: 487px;
}


#el_producto #detalle_producto 
{
	background-image: url(../../imagenes/catalogo/bordes_producto.gif );
	background-position: 0px 26px;
	background-repeat: repeat-y;
	background-color: transparent;

	min-height: 250px;
	
	
	position: relative;
	float: left;
	width: 487px;
	margin: 0px auto;
}

#el_producto #detalle_producto #imagen_producto
{
	position: relative;
	float: left;

	background-image: url(../../imagenes/catalogo/imagen_fondo_prod.gif);
	background-position: 0px 0px;
	background-color: white;
	background-repeat: no-repeat;

	height: 120px;
	width: 180px;

	margin: 5px 10px 5px 12px;


	padding: 4px;

}

#el_producto #detalle_producto h3
{
	background-color: transparent;
	background-image: url(../../imagenes/catalogo/encabezado_producto.png);
	background-position: left top;
	background-repeat: no-repeat;

	color: #565656;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;

	width: 462px;
	height: 25px;
	padding-left: 25px;
	padding-top: 8px;

	margin: 0px;
}

#el_producto #detalle_producto #desc_productos
{
	margin: 10px 20px 15px 5px;



	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3d3b3c;

	min-height: 80px;	


	width: 250px;

	position: relative;

	float: right;
	text-align: justify;

}

#el_producto #detalle_producto #ver_galeria
{
	position: relative;
	float: left;
	clear: left;
	margin: 0px 0px 0px 25px;

	padding: 0px;
}

#el_producto #detalle_producto #ver_galeria a img
{
	border: 0px;
}

#el_producto #detalle_producto_final
{
	background-image: url(../../imagenes/catalogo/pie_detalle.gif );
	background-position: -2px bottom;
	background-repeat: no-repeat;
	background-color: transparent;

	height: 40px;
	
	position: relative;
	float: left;
	width: 487px;
	margin: 0px auto;
	padding: 0px;

}

#el_producto #detalle_producto_final a:link, #el_producto #detalle_producto_final a:visited, #el_producto #detalle_producto_final a:hover, #el_producto #detalle_producto_final a:active
{

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3d3b3c;

	text-decoration: none;

}

.producto_concreto
{
	width: 270px;

	float: left;

	min-height: 120px;



	background-image: url(../../imagenes/catalogo/bordes_productos.gif );
	background-position: -1px 26px;
	background-repeat: repeat-y;
	background-color: transparent;

}



.producto_concreto h3
{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 20px;
	background-color: transparent;
	background-image: url(../../imagenes/catalogo/cab_producto.png);
	background-position: left top;
	background-repeat: no-repeat;

	height: 17px;
	width: 258px;


	color: #565656;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.producto_concreto .desc_productos
{

	margin: 10px 0px 0px 0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3d3b3c;

	min-height: 80px;	


	width: 150px;


	position: relative;

	float: left;
	text-align: justify;
}

.producto_concreto .ver_mas
{
	height: 25px;


	width: 273px;

	position: relative;
	float: left;

	padding-bottom: 10px;


	background-image: url(../../imagenes/catalogo/pie_producto.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}

.producto_concreto .ver_mas span
{
	display:block;
	display: relative;
	float: left;

	border-bottom: 1px solid #f28e00;

	
	margin-left: 15px;
	height: 17px;

	width: 248px;


	background-color: #fff;

}

.producto_concreto .ver_mas a 
{
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	position: relative;	
	float: right;
	background-color: #fff;

	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	background-color: #fff !important;

}

.producto_concreto .ver_mas a img 
{
	display: block;
	position: relative;
	background-color: #fff !important;

	width: 41px;
	border: 1px solid red;
}

.producto_concreto  .imagen_producto
{
	position: relative;
	float: left;

	background-image: url(../../imagenes/portada/marco_obras.gif);
	background-position: 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;

	height: 75px;
	width: 75px;

	margin: 10px 10px 10px 12px;


	padding: 3px;
	
}

.producto_concreto  .imagen_producto img
{

	margin: 0px !important;
	background-color: transparent !important;
	padding: 0px !important;

}


#catalogo table
{
	border: 0px;
}

#catalogo table td
{
	border: 0px;
	padding: 0px;
	text-align: left;
	border-width: 0px;

}

#catalogo table td img
{
	border: 0px;
	padding: 5px;
	background-color: #FAFAFA;
}


