/* FORM SPAN { border: 1px solid red; }*/ 


.filaImparCar span, .filaImparCar p, .filaParCar span, .filaParCar p{
	/*height: 16px;
	border: 1px solid #000;
	border-left: 0;*/
	min-height: 16px;
}

.filaParCar, .filaImparCar {
	color: #000;
	width: 488px;
	/* height: 80px; */
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.filaParCar {
	background-color: white;
	background-image: url(/img/dise08/fonImpCar2.gif); 
	background-repeat: repeat-y;
	background-position: top right;
	border: 1px solid #ffefef;
}
.filaParCar p, .filaImparCar p {
	margin:0;
	padding:3px 0px;
	clear:both;
}

.referencia {
	width: 130px;
	float:left;
	position:relative;
	text-align:left;
}
.articulo {
	width: 350px;
	float:left;
	position:relative;
	text-align:left;
}
.atributos{
	margin: 0;
	padding: 0;
	margin-left: 130px;
	padding-left: 130px;
	width: 350px;
	float: right;
	/* border: 1px solid #000; */
	text-align: left;
}
.precio {
	width: 100px;
	float:right;
	position:relative;
	text-align:right;
}
.cantidad {
	float:right;
	position:relative;
}
.estatus {
	width: 100px;
	float:right;
	position:relative;
	text-align:left;
}
.remover {
	width: 100px;
	float:right;
	position:relative;
	text-align:left;
}
hr.carrito {
	width:250px;
	color:black;
	text-align:right;
	border-width:1px;
	height:1px;
}
.filaTituloCar {
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 480px;
}
.filaSuttotalCar{
	margin: 0 12px;
	padding: 10px;
	margin-left: 50%;
	text-align:right;
	font-weight:bold;
	border-left: 1px solid #ff8c00; /*darkorange*/
	border-right: 1px solid #ff8c00; /*darkorange*/
	border-bottom: 1px solid #ff8c00; /*darkorange*/
}

/*
ENCABEZADO DEL CARRITO
*/
div.titulos{
	float: none;
	clear: both;
	position: relative;

	color: #000;
	width: 488px;
	text-align: left;
	padding: 3px;
	/*margin-bottom: 30px;*/
	margin-left: auto;
	margin-right: auto;

	height: 39px;
	background-color: #fff;
	background-image: url(/img/dise08/fondoMorado3.jpg);
	background-repeat: repeat-x;
}
div.titulos div{
	float: none;
	clear: none;
	position: absolute;

	padding: 5px;
	font-weight: bold;
	color: #00008b;
	/*
	margin: 0;
	padding: 0;

	border-left: 1px dotted #000;
	margin-left: 0;
	padding-left: 0;
	*/
}
div.titulos div.artireferencia{
	padding-left: 0;
}
div.titulos div.artititulo{
	padding-left: 130px;
}
div.titulos div.articantidad{
	padding-left: 348px;
}
div.titulos div.artimonto{
	padding-left: 428px;
}

/*
div.titulos div.artititulo{
	float: left;
	width: 270px;
}
div.titulos div.articantidad{
	float: left;
	width: 70px;
}
div.titulos div.artimonto{
	border: 1px dotted blue;
	float: right;
	width: 70px;
}
*/