#maincontent {
	width: 600px;
	margin: 50px auto 0 auto;
}
h1 {
	color: #ed1b24;
	font: bold 36px Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}
h2 {
	color: #ff960d;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h3 {
	color: #999;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	padding-bottom: 5px;
}	
/* CARRITO */

#carrito {
	width:600px;
	margin:0 0 18px 0;
	padding:0;
}
#carrito th {
	color:#FFF;
	font-weight:bold;
	background: #ed1b24;
	padding:5px 3px 5px 3px;
}
#carrito tr.row-producto td {
	padding:5px 3px;
	border-bottom: 1px solid #b2cbd8;
}
#carrito tr.row-producto td a{
	text-decoration:none;
}
#carrito tr.row-producto td a:hover{
	text-decoration:underline;
}
#carrito tr.row-header th.cantidad, 
#carrito tr.row-header th.precio, 
#carrito tr.row-header th.total,
#carrito tr.row-producto td.cantidad, 
#carrito tr.row-producto td.precio, 
#carrito tr.row-producto td.total {
	text-align: center;
	width:70px;
}
#carrito tr.row-producto td.articulo div.details{
	font-size: 11px;
	margin-left:10px;
	color: #666;
}
#carrito tr.row-header th.x, 
#carrito tr.row-producto td.x {
	text-align: center;
	width:20px;
}
#carrito .quantity {
	width: 30px;
	font-size: 11px;
	background: #f5f5f5;
	border: 1px solid #7d7d7d;
	padding:3px;
	text-align:right;
}
#carrito tr.row-header th.eliminar,
#carrito tr.row-producto td.eliminar {
	font: normal 11px/15px arial, helvetica, sans-serif;
	text-align:center;
	color: #333;
	width:25px;
	padding:6px 2px 2px 2px;
}
#carrito tr.row-producto td.total {
	font-weight:bold;
}
#carrito tr.row-producto td.cantidad img, #carrito tr.row-producto td.total img {
	vertical-align:middle;
}
#carrito tr.update td{
	padding:8px 2px;
	text-align:center;
	border-bottom: 1px solid #b2cbd8;
	background: #f8f8f8;
}

#carrito tr.subtotal td{
	padding:8px 2px;
	text-align:center;
	border-bottom: 1px solid #b2cbd8;
	background: #EAF6ED;
	font-weight:bold;
}
#carrito tr.gastos td{
	padding:8px 2px;
	text-align:center;
	border-bottom: 1px solid #b2cbd8;
	font-weight:bold;
}
#carrito tr.total td{
	padding:5px 2px 5px 2px;
	text-align:center;
	border-bottom: 1px solid #b2cbd8;
	background: #ed1b24;
	font-weight:bold;
	color:#FFF;
	font-size: 14px;
}
#carrito tr.subtotal td.texto, 
#carrito tr.gastos td.texto, 
#carrito tr.total td.texto{
	text-align:right;
}
#opciones-carrito {
	margin-top: 15px;
}
#opciones-carrito a.back{
	text-decoration:none;
}
#opciones-carrito a:hover.back{
	text-decoration:underline;
}
#info-gastos {
	margin-top: 15px;
}