.m_carrito_caja {
	clear: both;
	width: 99%;
	margin: 2px;
}
.m_carrito_nombre {
	clear: both;
	width: 99%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
	background-color: #87d0fc;
	text-align: center;
	border: 1px solid #87d0fc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: table;
}
.m_carrito_txt_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	padding: 30px;
	text-align: center;
}
.m_carrito_vacio {
	clear: both;
	width: 99%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: table;
}
.m_carrito_txt_vacio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 30px;
	text-align: center;
}
.m_carrito_alerta {
	clear: both;
	width: 99%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
	background-color: #FFCC33;
	text-align: center;
	border: 1px none #666666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: table;
}
.m_carrito_txt_alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 30px;
	text-align: center;
}
.m_carrito_titulo {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	border-bottom: 1px solid #000000;
}
.m_carrito_celda {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575a5d;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #464646;
	padding: 3px;
}
.m_carrito_foto {
	height: 70px;
	border: 1px solid #333333;
}
.m_carrito_link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575a5d;
	font-weight: normal;
	text-decoration: none;
}
.m_carrito_link:hover {
	text-decoration: underline;
}


.m_carrito_nro_pedido {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #212121;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	margin-bottom: 3px;
}

/* formas de pago */
.m_carrito_titulo_fdp {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	margin-bottom: 4px;
}

.m_carrito_caja_fdp {
	background-color: #EAEAEA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: table;
	margin: 3px;
	width: 99%;
}
.m_carrito_caja_fdp:hover {
	background-color: #ACACAC;
	cursor: pointer;
}
.m_carrito_imagen_fdp {
	text-align: center;
	padding-top: 2px;
}
.m_carrito_leyenda_fdp {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}


.m_carrito_icono {
	clear: both;
	width: 100%;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: block;
}
.m_carrito_bajo_icono {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: -6px;
}
.m_carrito_campo {
	width: 95%;	
	padding: 2px;
	text-align: center;
}
.m_carrito_titulo_campo {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	text-align: left;
}
.m_carrito_input {
	border: 2px solid #999999;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	width: 100%;
	height: 22px;
	background-color: #F2F2F2;
}
.m_carrito_select {
	border: 2px solid #999999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	width: auto;
	height: 26px;
	background-color: #F2F2F2;
}
.m_carrito_error {
	width: 100%;
	background-color: #F79FAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	padding: 4px;
	border: 1px solid #F79FAC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.m_carrito_mensaje {
	width: 100%;
	background-color: #EFF262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	padding: 4px;
	border: 1px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.m_carrito_boton {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #87D0FC;
	border: 1px solid #87D0FC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.m_carrito_boton:hover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
}
.m_carrito_boton_secundario {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.m_carrito_boton_secundario:hover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
}

.m_carrito_cuadro {
	width: 50%;
	height: 120px;
	border: 1px solid #9D9DCE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #9D9DCE;
	margin: 5px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.m_carrito_cuadro:hover {
	background-color: #666699;
	border: 1px solid #666699;
}
.m_carrito_boton_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: 300;
	text-decoration: none;
	display: block;
}
.m_carrito_boton_grande:hover {
}



