#contenido_adicional {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-right: 20px;
	margin-left: 20px;
}
.titulo_subcategoria {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	background-color: #333;
	margin-top: 5px;
}
.titulo_subcategoria h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	background-color: #333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#tit_contenido_productos {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#contenido_producto {
	padding-left: 10px;
	padding-right: 20px;
}
#lista_producto ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000;
}
#lista_producto li{
	background-image: url(../imagenes/flechita.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#lista_producto li a{
	color: #000;
	text-decoration:none;
}
#lista_producto li a:hover{
	color: #000000;
	text-decoration:underline;
}
.box_producto {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin-bottom: 10px;
}
.box_producto .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.box_producto .btn_consultar {
	text-align: right;
}
.img_producto {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #EDEDED;
}

