@charset "utf-8";
/* CSS Document */

.producto-titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 0.9em;
}
.producto-titulo a {
	color: #FFFFFF;
	text-decoration: none;
}
.producto-titulo a:hover {
	color: #00FFFF;
	text-decoration: none;
}


.listado-contenedor {
	background-color: #FFFFFF;
	width: 385px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(/images_diseno/imagenes/list_bgtit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 12px;
}
.listado-titulo-producto {
	float: left;
	height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: left;
	padding-left: 10px;
	width: 300px;
	font-size: 0.9em;
}
.listado-titulo-producto-Oferta {
	width: 57px;
	font-size: 9px;
	color: #000099;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.listado-titulo-pedido {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: left;
	height: 17px;
	width: 187px;
	padding-top: 6px;
	padding-left: 10px;
}
.listado-foto {
	float: left;
	width: 185px;
	padding-top: 10px;
}
.listado-descripcion {
	color: #172983;
	text-align: left;
	width: 170px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00336E;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
.listado-descripcion a {
	color: #000066;
	text-decoration: underline;
}
.listado-descripcion p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.listado-descripcion ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding-left: 20px;
}
.listado-descripcion li {
	list-style-type: square;
	float: none;
}
.listado-pedido {
	width: 190px;
	float: left;
}
.listado-consultas {
	width: 170px;
	float: left;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #00336E;
}

.selectorDiv {
	padding-left: 12px;
	text-align: left;
}
.formCantidad {
	background-image: url(/images_diseno/imagenes/form_cantidad.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 55px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	display:block;
	padding-top: 3px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	float: right;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.cantidadIco {
	float: left;
	color: #00336E;
	font-weight: bold;
	padding-top: 3px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

