


.camion{ width: 132px;
		 position: fixed;
		 bottom: 5px;
		 left: 20px;
		 z-index: 10;
	/* animation: traslado 10s infinite linear */}


.camion-bagon{ width: 90px;
			   background-color:#ff0000;
			   height: 50px;float: left;
			   padding: 5px 0px 0px 0px;
			   box-sizing: border-box;
			   text-align: center;
			   border-radius: 5px 0px 0px 5px }	


.camion-bagon h1{ font-size: 10px;
				  font-family: Arial,sans-serif;
				  color: #fff;
				  line-height: 12px;
				  margin: 0
							 }

.camion-bagon h2{ font-size: 18px;
				  font-family: Arial,sans-serif;
				  color: #fff;
				  margin: 0
							 }				 

.camion-cabesa{ width: 42px;
				height: 50px;
				float: left;
				padding: 10px 0px 0px 2px;
				box-sizing: border-box;
				
							
							
							 }

.camion-trapecio { width: 40px;
	               height: 0px;
				   border-right: 20px solid transparent;
				   border-left: 0px solid transparent;
				   border-bottom: 20px solid#ff0000;
				   float: left;
				   position: relative;
								    
								}	
.camion-ventana { width: 25px;
				  height: auto;
				  border-right: 15px solid transparent;
				  border-left: 0px solid transparent;
				  border-bottom: 15px solid #fff;
				  margin-top: 5px;
				  margin-left: 5px
								  
								    
								    
								}					

.camion-cuadro{ width: 40px;
				height: 20px;
				background-color:#ff0000;
				float: left; }					


.camion-llantas{ width: 100%;
				 height: 20px;
				 float: left;
				 position: relative;
							 }				

.llanta-trasera{ width: 24px;
				 height: 24px;
				 border-radius: 50%;
				 background-color: #ff0000;
				 position: absolute;
				 top: -8px;
				 left:  10px;
							
							/* animation: animacion 0.5s infinite linear*/
							}


			/*.llanta-trasera:before{ content: "";
									width: 0.5px;
									height: 100%;
									background-color: #fff;
									position: absolute;
									top: 0;
									left: 50%;
									transform: translateX(-50%);

									 }				
			.llanta-trasera:after{ content: "";
									width:100%;
									height: 0.5px;
									background-color: #fff;
									position: absolute;
									top: 50%;
									left: 0;
									transform: translateY(-50%);

									 }	*/					 

			.llanta-trasera2{ width: 13px;
								height: 13px;
								border-radius: 50%;
								background-color: white;
								position: absolute;
								top:50%;
							left: 50%;
							transform: translateX(-50%)
							translateY(-50%);}


			.llanta-delantera{ width: 24px;
								height: 24px;
								border-radius: 50%;
								background-color: #ff0000;
								position: absolute;
								top: -8px;
							right:  10px;
						/* animation: animacion 0.5s infinite linear */}


			/*.llanta-delantera:before{ content: "";
									width: 0.5px;
									height: 100%;
									background-color: #fff;
									position: absolute;
									top: 0;
									left: 50%;
									transform: translateX(-50%);

									 }				
			.llanta-delantera:after{ content: "";
									width:100%;
									height: 0.5px;
									background-color: #fff;
									position: absolute;
									top: 50%;
									left: 0;
									transform: translateY(-50%);

									 }		*/		



			.llanta-delantera2{ width: 13px;
								height: 13px;
								border-radius: 50%;
								background-color: white;
								position: absolute;
								top:50%;
							left: 50%;
							transform: translateX(-50%)
							translateY(-50%);}

		@keyframes animacion{

			
			100%{ transform: rotate(360deg); }

		}


		@keyframes traslado{

			0%{ left: 0 }
			100%{ left: 100%  }

		}



/*especialll textoo envios a todo el peru*/





/* envioss sliderrrrr */




