@charset "utf-8";
/* CSS Document */

.gradient {
   filter: none;
}
#bot_actualizar{
	background: #e2e2e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	width:75px;
	padding:8px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	-ms-border-radius : 7px;
	-o-border-radius : 7px;
	margin-bottom:5px;
}
.limpiar_fila{
	clear:both;
	overflow:auto;
}
.destino{
	float:left;
	width:33%;

}

.text_totales{
	font-size:14px;
	float:right;
	padding-right:100px;

}
.tabla_contenedora {
	font-size:12px;
      width: 100%;
      overflow-y: auto;
}
.pasos{
	padding-top:20px;
	padding-bottom:20px;
}
.pasos2{
	background-image: url(../img/carro/carro_paso_2.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 821px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:40px;
	padding-left:25px;
}

.boton_seguir{
	background-image: url(../img/carro/carro_seguir_comprando.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	float:left;
	color:#FFF;
	padding-top:19px;
	font-weight:bold;
	padding-left:65px;
	margin-left:35px;
}
.boton_seguir a{
	color:#FFF;
	text-decoration: none;
}

.boton_seguir a:hover{
	color:#000;
	text-decoration: none;
}

.boton_comprar{
	background-image: url(../img/carro/carro_hacerpedido.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	float:left;
	padding-top:19px;
	font-weight:bold;
	padding-left:65px;
	float:left;
	margin-left:35px;

}
.boton_comprar a{
	color:#FFFFFF;
	text-decoration: none;
}

.boton_comprar a:hover{
	color:#000000;
	text-decoration: none;
}

.boton_finalizar{
	background-image: url(../img/carro/carro_finalizar.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 206px;
	padding-top:19px;
	font-weight:bold;
}
.boton_finalizar a{
	color:#FFF;
	text-decoration: none;
}

.boton_finalizar a:hover{
	color:#000;
	text-decoration: none;
}
.uno{
	width:33%;
	color:#278236;
	font-size:11px;
	float:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;

}
.dos{
	color:#278236;
	font-size:11px;
	float:left;
	text-align:center;
	width:33%;
	padding-top:20px;
	padding-bottom:20px;

}
.tres{
	width:33%;

	color:#278236;
	font-size:11px;
	float:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;

}
.encabezados{
	background-color:#E10418;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	padding-top:8px;

}
.encabezados a{
	color:#EA8BB7;
	text-decoration:underline;
}
.encabezados a:hover{
	color:#ffffff;
	text-decoration:underline;

}

.imagen{
	padding:5px;
	margin: 0px;
	border:1px solid #999;
	text-align:center;
}
.datos{
	text-align:center;
	border:1px solid #999;
}
.totales{
	background-color:#D10064;
	text-align:center;
	height:30px;
	color:#FFFFFF;
}
.total_pagar{
	color:#fff;
	background-image: url(../img/carro/carro_finalizar.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 210px;
	padding-top:15px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	margin:0px auto 0px auto;
	clear:both;
	
}
.datos_ubicacion{
	color:#B30000;
	
}
.subtotal_info{
	text-align:right; margin-right:95px; margin-top:5px; font-weight:700; font-size:15px;
}
