/*Cajas de listados de productos*/
.catalogo_box{
	float:right;
	clear:none;
	width:46%;
	height: 10em;
	background-color:#FFDFCA;
	color:#000;
	margin:5px;
	border:1px #81573E solid;
}
.catalogo_box .titulo{
	height:1.2em;
	background-color:#81573E;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	/*padding-top:0.25em;*/
}

.catalogo_box .titulo a{
	color:#FFDFCA;
	text-decoration: none;
}
.catalogo_box .titulo a:hover{
	text-decoration:underline;
}

.catalogo_box .descripcion{
	text-align:left;
	width:54%;
	font-size:0.9em;
	float:left;
	margin: 0.1em;
	margin-left: 0;
}

 .catalogo_box .celdaImag{
	text-align:right;
	background-repeat:no-repeat;
	background-position:right top;
	width:45%;
	height:8em;
	overflow: hidden;
	float: right;
}

.catalogo_box .celdaImag img{
	border: 0;
}

.catalogo_box .celdaMas{
	vertical-align:bottom;
	clear:both;
}

.catalogo_box .celdaMas a{
	color: #000;
	text-decoration: none;
}

.catalogo_box .celdaMas a:hover{
	color:#000;
	text-decoration:underline;

	
}

.catalogo_box .imag{
	background-color:#FFFFFF;
}

/*Caja de detalle de producto*/

.catalogo_prod{
	width:100%;
	border-width:1px;
	border-color:#81573E;
	border-style:solid;	
	text-align:left;
		background-color:#FFDFCA;

}

.catalogo_prod .titulo{
	color:#FFDFCA;
	background-color:#81573E;
	font-weight:bold;
	padding-left:10px;
}

.catalogo_prod .subtitulo{
	font-size: 0.8em;
	color:#666;
}
.catalogo_prod .descripcion{
	
}

.catalogo_prod .caracterist{
	color:#006;
}

.catalogo_prod .precio{
	background-color:#81573E;
	font-weight:bold;
	color:#FFFFFF;
}

.catalogo_prod .celdaImag{
	vertical-align:top;
}

.catalogo_prod .imag{
	margin:5px;
}

a.atras{
color:#FFDFCA;
display: block;
width:100%;
background-color:#81573E;
padding-left:5px;
clear:both;
text-decoration: none;
}
a.atras:hover{
color:#FFDFCA;
text-decoration:underline;

}