@charset "utf-8";
/* CSS Document */

.product-details {
	border-top:2px solid #000;
	border-bottom: 1px solid #000;
	border-right:1px solid #000;
	font-size:12px;
}
.product-details8 {
	border-top:2px solid #000;
	border-bottom: 1px solid #000;
	border-right:1px solid #000;
	font-size:9px;
}
.product-details8 table {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

.product-details8 table td , .product-details table th {
	border-bottom: 1px solid #000; 
	border-left:1px solid #000; 
	padding: 1px 5px;
}

.product-details8 table th {
	background: #000;
	color: white;
	border-right:1px solid white; 
	border-bottom: 1px solid white; 
	text-align: left;
}
.product-details8-img ul li {
	display: block;
	width: 70px;
	height: 70px;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 5px;	
}


.product-details table {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

.product-details table td , .product-details table th {
	border-bottom: 1px solid #000; 
	border-left:1px solid #000; 
	padding: 1px 5px;
}

.product-details table th {
	background: #000;
	color: white;
	border-right:1px solid white; 
	border-bottom: 1px solid white; 
	text-align: left;
}
.product-details-img ul li {
	display: block;
	width: 70px;
	height: 70px;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 5px;	
}

/*Esto es para los listados v2*/
.product-list-2 {
	
}

.product-list-2 ul li{
	display:list-item;
	float: none;
	height: auto;
	width: auto;
	text-align: left;
	margin: 3px 0;
	padding: 1px 5px;

}

.product-list-2 td{
	padding: 5px 5px;	
}

.product-list-2 td img{
	margin: 5px 0px 5px 5px;	
}

.product-list-2 table {
	border: 1px solid #dcdcdc;
}

.product-list-2 h2, .main-content h3{
	font: 11px Arial, Helvetica, sans-serif;
	color: #99322D;
	background: #ef8e30; /*       antes E6B12D; */
	padding: 5px 10px;
	margin-bottom: 2px;
}

.main-content ul.select-used li{
	display:block;
	float: left;
	height: auto;
	width: 100px;
	text-align: center;
	border: 0;
	margin: 0 2px 1px 0;	
	padding: 3px 10px;
	background: #dcdcdc;
}

.main-content ul.select-used li.active {
	background: #ef8e30; /*antes#E6B12D;*/
	color: white;
}

.main-content .tag-uso {
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background: red;	
	padding: 0 5px;
}

.main-content .tag-back{
	text-align: right;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.link-1{
	font: 10px Arial, Helvetica, sans-serif;
}

h2.title-1 {
	
	color: #99322D;	
	padding: 2px 0px;
	border-bottom: 1px dotted #7e7e7e;
	margin-bottom: 5px;
}

td.text-1{
	font-size: 13px;
	text-align: left;
}