#div_catalogo_categoria_titulo{
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #9b231c;
}

.catalogo_producto{
	width: 30%;
	float:left;
	margin-right: 3%;
	margin-bottom: 5%;
}
.catalogo_producto_foto{
	width: 100%;
	height: 300px;
	float:left;
}
.catalogo_producto_foto .imagen{
	width: 100%;
	float:left;
}


.catalogo_producto_texto{
	width: 100%;
	float:right;
	height: 60px;
	color: #e77817;
}

.catalogo_producto_titulo{
	width: 100%;
	float:left;
	color: #e77817;
	text-align: center;
}

.catalogo_producto_titulo a{
	color: #e77817;
}

.catalogo_producto_descripcion{
	width: 100%;
	float:left;		
}




#div_catalogo_ficha_producto{
	width: 100%;
	float:left;
	margin-top: 30px;
}

.ficha_producto{
	width: 100%;
	float:left;			
}

.ficha_producto_foto{
	width: 40%;
	float:left;			
}

.ficha_producto_texto{
	width: 100%;
	float:left;
}

.ficha_producto_titulo{
	width: 100%;
	float:left;	
}

.ficha_producto_descripcion{
	width: 100%;
	float:left;	
}

.ficha_producto_contacto{
	width: 20%;
	float:right;
	margin-right:5%;
}

.boton_producto_contacto{
	width: 200px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background:  #9b231c;
	color:#FFFFFF;
	border:0px;
}

.ficha_producto_fotos_titulo{
	display:none;
}

.ficha_producto_fotos{
	width: 100%;
	float:left;			
}

.ficha_producto_otra_foto{
	width: 45%;
	float:left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.ficha_producto_otra_foto .imagen{
	width: 100%;
	float:left;	
}

@media all and (max-width: 990px) {
	.catalogo_producto{
		width: 98%;
		float:left;
		margin-right: 1%;
	}
	
	.ficha_producto_contacto{
		width: 98%;
		float:left;
		margin-right: 1%;
	}
	
	.ficha_producto_foto{
		width: 98%;
		float:left;
		margin-right: 1%;;			
	}
	
	.ficha_producto_texto{
		width: 98%;
		float:left;
		margin-right: 1%;
	}
	
	.ficha_producto_otra_foto{
		width: 98%;
		float:left;
		margin-right: 1%;
	}
}
