#contenido #opcionDch h2{
	background: url(../imagenes/productos_h2.jpg) no-repeat center top;
}

#contenido>#opcionDch ul{
	font-size:90%;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
	float: left;
}

#contenido #opcionDch ul li{
	margin: 0px 6px;
	padding: 0px 0px 0px 6px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 22px;
}

#contenido #opcionDch ul li a{
	color:#284D71;
	padding: 0px 0px 0px 10px;
	background:url(../imagenes/noticias_flecha.gif) no-repeat left center;
	list-style: none;
	/*list-style:url(../imagenes/noticias_flecha.gif) inside;
	background:url(../imagenes/familias_menu_fondo.gif) repeat-x;*/
	width: 139px;
	display: block;
	line-height: 22px;
}

* html #contenido #opcionDch ul li a{
	width: 139px;
}

#contenido #opcionDch ul li a:hover{
	color: #DE6635;
	/*list-style:url(../imagenes/principal_Flecha_listas.gif) inside;*/
	background:url(../imagenes/principal_Flecha_listas.gif) no-repeat left center #E9E4D5;
}

/* listado productos */
#contenido #margenDch ul{
	margin: 0px;
	border-left: 1px solid #CCCCCC;
}

#contenido #margenDch .producto{
	width: 260px;
	float: left;
	margin: 0px 3px 20px 3px !important;
	background: url(../imagenes/productos_fondo.gif) repeat-y 14px;
}

* html #contenido #margenDch .producto{
	width: 250px;
}

#contenido #margenDch ul .producto h3{
	float:left;
	width: 240px;
	display:block;
	margin: 0px 5px 0px 0px !important;
	padding: 0px 1px 0px 8px;
	background: none;
	border-left: 5px solid #DE6133;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 110%;
	height: 32px;
	text-align: left;
	line-height: normal;
}

* html #contenido #margenDch ul .producto h3{
	width: 230px;
}

#contenido #margenDch ul .producto h3 a{
	background: none !important;
}

#contenido #margenDch ul .producto .producto_info{
	min-height: 150px;
	margin: 3px 5px 1px 10px;
}

* html #contenido #margenDch ul .producto .producto_info{
	height: 60px;
}

#contenido #margenDch ul .producto .producto_info p{
	margin: 10px 0px 5px 0px !important;
	font-size: 90%;
}

* html #contenido #margenDch ul .producto .producto_info p{
	padding: 0px 0px !important;
}

#contenido #margenDch ul .producto .producto_info img{
	margin: 10px 7px 5px 7px !important;
	float: left;
}

#contenido #margenDch ul .producto .producto_pie{
	clear:both;
	margin: 1px 5px 0px 10px;
	background-color: #EEEEEE;
	height: 32px;
	text-align:center;
	border: none;
}

#contenido #margenDch ul .producto .producto_pie li{
	display: inline !important;
	background: none !important;
	width: 110px !important;
	white-space: nowrap;
	line-height: 32px;
}

.carac_1{
	float:right;
	width: 154px;
	/*width: auto;*/
	min-height: 125px;
}

.carac_2{
	float:right;
	width: 235px;
	/*width: auto;*/
	min-height: 125px;
}

* html .carac_1 {
	width: auto;
}

* html .carac_2 {
	width: 225px;
}

.carac_pie{
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	/*padding: 0px 0px !important;
	margin: 3px 5px 1px 10px;*/
	min-height: 16px;
}

.precio{
	text-align: right !important;
	padding: 10px 5px;
}

.importe {
	font-size: 160%;
	font-weight: bold;
	color: #DE6133;
	white-space: nowrap;
}

.enlace {
	color:#DE6133;
	background: url(../imagenes/principal_Flecha_listas.gif) no-repeat left center;
	padding: 0px 0px 0px 10px;
}

.sin_padding {
	padding: 0px;
}

.clear_izq {
	clear: left;
}
.clear_dcha {
	clear: right;
}

.clear_both {
	clear: both;
}