
/*********************************
Detalles Lista Producto
*********************************/
.detal_plista{
	padding-top: 7px;
}
.detal_plista_col{
	padding-right:0px;
    padding-left:0px;
}
.detal_plista_container
{
	/*margin-top: 75px;*/
}
.detal_plista_item
{
	width: 100%;
	padding: 10px;
}
.detal_plista_image
{
	width: 100%;
	overflow: hidden;
}
.detal_plista_image img
{
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.detal_plista_image:hover  .imgzoom{
	/*transform: scale(1.2);*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*textos-desc*/
.textos-desc{
	text-align: justify;
}
.detal_plista_title
{
	margin-top: 10px;
	font-family: 'Lucida', serif;
	font-size: 20px;
	color: #000168;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.detal_plista_title1
{
	margin-top: 10px;
	font-family: 'Lucida', serif;
	font-size: 20px;
	color: #000168;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.detal_plista_desc p
{
	font-size: 17px;
	color: #646464;
	line-height: 1.3;
	margin-top: -3px;
}
.ul_desc{
	margin-left: 20px;
}
.ul_desc li{
	list-style-type: disc;
}
.color0{
	color: #646464;
}
.color1{
	color: #FA8017;
}

.detal_pcab_title{
	display: inline-block;
}
.detal_pcab_title1{
	display: block;
}
.detal_pcab_title h2{
	font-family: 'Lucida', serif;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
}
.detal_pcab_title h2:before{
	content: "\25cf \25cf \25cf";
    font-size: 15px;
    position: absolute;
    left: -40px;
    top: 4px;
    color: #646464;
}
.detal_pcab_title h2:after{
	content: "\25cf \25cf \25cf";
    font-size: 15px;
    color: #FA8017;
    position: absolute;
    right: -40px;
    top: 4px;
}
.detal_pcab_subtitle{
	margin-bottom: 5px;
}
.detal_pcab_subtitle h3{
	font-size: 17px;
    /*font-family: 'Lucida', serif;*/
    margin: 0;
    color: #646464;
	display: inline-block;
}
.detal_pcab_subtitle .h3block{
	font-size: 16px;
    /*font-family: 'Lucida', serif;*/
    margin: 0;
    color: #646464;
	display: block;
}
.detal_pcab_subtitle .sub-lista{
	margin-top: 5px;
}
.row-table{
	margin-top: -40px;
}
.table-subprod{

}
.table-subprod .thead-subprod tr th{
	font-size: 12px;
}
.table-subprod th {
    padding: .7rem;
}
.table-subprod td{
    padding: .4rem;
}