*{
	margin:0;
	font-family: 'Roboto', sans-serif;
	
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') 
  format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#msg{color:red; font-size:18px; background-color:yellow; text-align:center; padding: 15px; font-weight:bold;}
.container h1{font-sieze: 20px; margin-bottom:15px; text-shadow: 2px 2px #ccc; }
h2{font-size:16px;}
body{
	background-color: #fff;
    
}
textarea:focus, input:focus{
    outline: none;   outline-style: solid;
    outline-color: #4CAF50;

}
header{

    margin: 0;
	width: 100%;
   /* position: fixed;*/
	height:auto;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  	justify-content: center;
		
		/*background: ORIGINAL=#759530;  CAMBIO=#4CAF50 */
		
    background:#FFF;
	
	
}
.adsbygoogle{
	width: 100%;
}
	aside{width:95%; height:auto;  margin: 15px 0;}
	.publicidad img{width:100%;}

.menu_bar{
	display: none;
}
.categoriasdesk{display:block;}
.categoriasmov{display:none;}

footer{
	width: 100%;
	display: flex;
	flex-direction: row;
   
	bottom: 0;
	background:#4CAF50;

}
.main-image-content{
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
}
.img-bg{
	width: 100%;
}
.img-bg img{
	width: 100%;
}
.descrip_main{
	width: 29%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.descrip_main .center_text{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.center_text h2{
	text-align: center;
 width: 100%;

}
.center_text p{
	margin-bottom: 10px;
}
.center_text .boton{
	background-color: #4CAF50; /* color empresa */
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.foo{
    width: 90%;
    justify-content: space-between;
    display: flex;
	flex-wrap: wrap;
	color: #fff;

}
.navega{
	width: 70%;
}

.navega nav ul{
	display: flex;
    flex-wrap: wrap;
    list-style: none;

}
.navega nav ul li{
	margin:20px;
}
.navega nav ul a{
	color: #fff;
	text-decoration: none;
}
.navega nav ul a:hover{
    background-color: #fff;
    color: #000000;
    
}
.redess{
	width: 30%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.redess span {
	
	font-size: 25px;

}
.redess span a:hover{
	background-color: #fff;
    border-radius: 5px;
    color: #000000;
}
.redess span a{
	color: #fff;
	padding: 10px;
}
.copy{
	width: 100%;
	display: flex;
	justify-content: center;
}
.elemento{
	width: 90%;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 65px;

}
.elemento1{
	width: 90%;
	flex-wrap: nowrap;
	display: flex;
	justify-content: flex-start;
	padding-top: 5px;
	position: fixed;
	background-color: #fff;
    z-index: 1000;
}
.elemento1 img{
	width: 95%;
	height: auto;
}
.elemento1 form{
	width: 50%;
	margin-left:30%;
}
.elemento1 .buscadorp{
	
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buscadorp  input[type="text"]{

	width: 72%;
}
.buscadorp input[type="submit"]{
	width: 20%;

}
.elemento form{
	display: none;
}
.lista{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}


.lista li{
	margin:10px;
	color: #4CAF50;
	/*color: #FFF;*/
	padding: 10px 5px;
    
    
}
.lista a li i{
	margin-right: 0px;
		 -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.lista li:hover{
	background-color: #fff;
	color: #000;
	/*border-radius: 10px;*/
	/*transition: 0.3s;*/

}
.lista a{
	text-decoration: none;
}


.contenedor{
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 height: auto;
	 justify-content:center;
	
    
	 
}
.contenedor-footer{
     width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 height: auto;
	 justify-content:center;
	
}
.fila{
	 width: 90%;
     justify-content: space-between;
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-bottom: 10px;
	float:left;
	height:auto;
	


}
.columna-mitad{
	width: 47%;
	border:1px solid #4CAF50;
	border-radius: 20px;
	margin-top: 5px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aciones-recientes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.aciones-recientes .accion{
	width: 49%;

	
}
.aciones-recientes .accion .titulo{
	color: #4CAF50;
	
}
.aciones-recientes .accion span{
  width: 100%;
  display: flex;
  justify-content: space-between;
   padding: 10px;
   
}
.aciones-recientes .accion span:hover{
	color: rgba(0, 0, 0, 0.5);

}
.aciones-recientes .accion a{
	color: #000000;
	text-decoration: none;

}
.aciones-recientes .accion span p{
  width: 50%;

}

.noticia{
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;

}
.noticia:hover{
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
	cursor: default;
	background-color: #D8D8D8;
}
.noticia a{
	text-decoration: none;
}
.noticia a p{
	color: #000000;
}
.noticia  img{
	width: 100%;
	border-radius: 20px;
}
.noticia h3{
	
	margin: 10px;
	color:#4CAF50;
}
.noticia p{
	margin: 10px;
}
.articulo1{
	width: 30%;
}
.articulo1 img{
	width: 100%;
}
.articulo2{
	width: 69%;
}
.articulo2 a{
	text-decoration: none;
	color: #4CAF50;
}

.menu2{
 width: 20%;
 /*border: 1px solid #759530;*/
/* position: fixed;*/
/* min-height: 450px;*/
 height:auto;
     -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.mmov{display:none; height:auto;}
.menu2 a{
	color: #4CAF50;
	text-decoration: none;
}
.notice{
  width: 68%;
}
.notice img{
	width: 100%;
	border-radius: 20px;
}
.notice .titulo{
	margin-top: 10px;
	color: #4CAF50;
	width: 100%;
	height: auto;
}
.notice p{
	margin-top: 10px;
}

.masvisto{
	width: 30%;

}
.masvisto a{
	text-decoration: none;
}
.masvisto .titulo{
	margin-top: 0;
}
.relatitu{
	margin-top: 10px;
}
.visto{
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.visto .img{
 width: 40%;

}
.visto .img img{
	width: 100%;
}
.visto .text{
	width: 58%;
}
.visto .text h4{
	color: #4CAF50;
}
.visto .text p{
	color: #000000;
}

.columna a{
	text-decoration: none;
    
	
}
.columna .noticiaindex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #4CAF50;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.noticiaindex:hover{

	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
}
.noticiaindex .logonot{
	width: 29%;
}
.noticiaindex .logonot img{
	width: 100%;
}
.noticiaindex .textnot{
	width: 69%;
}

.noticiaindex .textnot .titulo{
	margin-top: 0;
	color: #4CAF50;
}
.textnot p{
	color: #000000;
}
.vermas{
	width: 100%;
}
.vermas span{
	display: flex;
	justify-content: flex-end;
    margin-bottom: 20px;
}


.accordion
			{
				max-width: 300px;
				margin: 5px auto;
			}
.grupo{
	margin-top: 20px;
}
.lista-menu{
	list-style: none;
	-webkit-padding-start:0px;
	

}
.lista-menu li{
	padding: 10px 5px;
border-bottom: 1px solid #ccc;
}
.lista-menu li:hover{
	border-bottom: 1px solid #4CAF50;
	background:#E1F5A9;
	color: black;
	transition-property: opacity, right;
  transition-duration: 2s, 4s;
}
.lista-menu li a{

	text-decoration: none;
	color: #4CAF50;
}


.columna{
	margin-top: 30px;
	/*margin-left: 23%;*/
	width: 78%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
    /*border-bottom: 2px solid rgba(68, 68, 68, 0.2);*/
    margin-bottom: 20px;
	 -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.columna-pub{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
    min-height: 500px;
    margin-bottom: 20px;
}

.buscador{
	width: 100%;
}
/*.destacado{width: 100%; float: left; background:#E1F5A9;}*/
.destacado{width: 100%; float: left; background:#FFF;}
.destacado img{width: 25%;float: left;}
.destacado span{float: left;width: 70%; padding:10px}
.destacado .items{float: left;width: 70%; padding:10px}
.titulo{
	width: 100%;
	margin: 10px 0 10px 0;
	display: flex;
	color: rgba(12, 36, 63, 1);
	 border-bottom: 2px solid #4CAF50;	
	 background:#4CAF50;
	 
}
.subtitulo{
	width: 100%;
	margin: 10px 0 10px 0;
	display: flex;
	color:#4CAF50;
}
.titulo h2{padding-left:20px;
	background: #4CAF50;
	color:#fff;
	font-size:24px
	}
.titulo a{
	text-decoration: none;
	color: #4CAF50;
	font-size: 13px;
}
aside .titulopub{	width: 100%;
	margin: 0;
	display: flex;
	color: rgba(12, 36, 63, 1);
	 border-bottom: 2px solid #4CAF50;	
	 background:#4CAF50;
	 color:#fff;
	 text-align:center;}
	 .titulopub h2{text-align:center; margin:auto; padding: 10px 0;}
.item{
	
	width: 23%;
	margin: 5px;
	background-color:#4CAF50;
	/*background-color:#94BD3E;*/
   
}
.item img{
	background: url(../images/load.gif) center no-repeat;
}

.item:hover {
	
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
	cursor: default;
	transform: scale(1.1);
	background-color: #888;

}
.item:hover span{
	color: #fff;
}
.item img{
	width: 100%;
}
.item a{
	text-decoration: none;
	color:white;

}
.item span{
	text-align: center;
	font-size: 20px;
	color: white;
	font-size: 13px;
}

.item-deta{
	width: 49%;
    
}
.item-deta img{
	width: 100%;
	border-radius: 10px;

}

.proveedor{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.item-deta .proveedor img{
	width: 100%;

}
.item-deta .oculto{
	display: none;
}
.cantview{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cantview span{
   width: 50%;
   display: flex; 
   justify-content: space-between;
}
.cantview span p{
	margin-right: 10px;
}
.cantview span .viewcoti{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.cantview span .viewcoti p i{
	margin: 0 10px;
}
.mini-item-img{
	width: 30%;
}
.mini-item{
	width: 69%;
}

.mini-item a{
	text-decoration: none;
	color: #4CAF50;
}

.texbox{
 display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6D6E72;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.texbox:focus{
	color: #6D6E72;   
}

.boton{

	
	background-color: #4CAF50; /* color empresa */
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.boton:hover{
	background-color: #95a5a6;
	color: #fff;
	transition: 0.2s;
	border-color: #ccc;
	cursor: pointer;

}
.relacionados{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 20px;
}
.item-rel{
	margin-top: 3px;
	width: 24%;
	background-color: #f2f2f2;
	color: rgba(12, 36, 63, 1);
    font-size: 12px;

}
.item-rel:hover{
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
	cursor: pointer;
	transform: scale(1.2);
	background-color: #888;

}
.item-rel img{
	width: 100%;
	border-radius: 0;
}
.item-rel p{
	text-align: center;
   color: rgba(12, 36, 63, 1);
}
.item-rel:hover p{
	color: #fff;
}
.filtro{
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.filtro a{
	
	padding: 10px;
	margin: 5px;
	color: #4CAF50;
	text-decoration: none;
	
	

}
.filtro a:hover{
	background-color: #4CAF50;
	color: #fff;
	border-radius: 50px;
	transition: 0.4s;
}

.empresa{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.art1{
	width: 29%;
}
.art2{
	width: 69%;
}
.art1 img{
 width: 100%;
}
.form-group{
	width: 48%;
	/*margin: 0 10px;*/
}
.form-group .texbox{
	width: 94%;
}
/* Slider para productos*/
.flexslider{
	width: 100%;
	position: relative;
}

.slides{
	overflow: hidden;
}

.slides img{
	width: 100%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	z-index: 999;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
}

.flex-control-nav li a:hover{
	background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
	background: #2E2E2E;	
}

.flex-direction-nav a{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev{
	left: 0;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-caption p{
	font-family: Lato;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	font-size: 45px;
	color: #000;
	font-weight: bold;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}
.fotogal{
	float:left;position:relative;width:43%; 
}
#producto{
float:left; position:relative;margin-left:10px; width:55%;min-height:200px;	border-bottom:2px solid #ccc;
}
#productorel{
float:left; position:relative;margin-left:10px;  width:95%;height:auto;	
}
#productorel .item{width:22.5%;}
#producto form{width:100%;margin-top:20px; }
#producto label{font-size:16px; width:100%; color: #4A4949;}
#producto input{width:100%; height:22px; margin: 15px 0;}
#producto textarea{width:100%; height:100px; margin: 15px 0;}
#producto input[type="button"], input[type="submit"]{width:100%; background:#4CAF50; color:white;}
/*

  Media query para responsive*/
@media (max-width: 1650px){
	#producto{
		width:50%;
		float:right; 
	}
	.fotogal{
		width:45%;
	}
}
@media (max-width: 1400px){
	#producto{
		width:40%;
	}
}
@media (max-width: 1200px){
body{width: 100%;}
.fila{width:99%;}
.contenedor{
width: 100%;}
#producto{margin-top:20px;
		width:100%;	}
.fotogal{width:100%;}
.elemento{width: 100%;}
.elemento1{width: 100%;}
.lista li{
	margin:10px;
	padding: 10px 0px;    
}
.menu2{width: 30%;}
.columna{width: 69%;}
}
@media (max-width: 900px){
  body{
  	margin-top: 83px;
  }
  header{
    margin: 0;
	width: 100%;
	height:auto;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  	justify-content: space-between;
  	border:0;
}
aside{height:0px;display:none;}
.menu_bar{
	display: block;
	width: 100%;
	
	background-color: #fff;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #4CAF50;
    z-index: 1000;
}
.menu_bar .bt-menu{
	display: block;
	padding:20px;
	color: #fff;
	overflow: hidden;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;width:25px;
	float:left;
}
.menu_bar i{
	float: left;
	font-size: 100%;
	color: #000;
	
	
}
.menu_bar  img{
	width: 150px;height: 46px;
	position: relative; float:left;
	padding: 15px 0 10px 0;
}
.elemento{
	margin: 0;
	right: 100%;
	width: 100%;
	position: fixed;
	overflow: scroll;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
}
.elemento1{
	display: none;
}
.lista{
	display: block;
	width: 100%;
	
}
.lista form{
	margin-top: 10px;
	display: block;
}
.lista li{
	border-bottom: 1px solid #fff;
	color: #95a5a6;
}
.lista li:hover{
	border-bottom: 1px solid #4CAF50;
	background-color: #fff;
	color: #95a5a6;
}
.elemento{
	justify-content: flex-start;
}
 .elemento img{
	width: 100%;
	height: auto;
	
}
.accordion
			{
				max-width: 100%;
				margin: 5px auto;
			}
.contenedor{
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 height: auto;
	 justify-content: center;

	
}
.fila{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.titulo{
	
}
.columna-mitad{
	width: 100%;
	margin: 10px;
}

.menu2{
	width: 100%;
	position: relative;
	overflow: inherit;
	max-height: auto;
	 -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.columna{
	width: 90%;
	margin-left: 0;
	    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.columna .oculto{
	display: none;
}
.aciones-recientes .accion{
	width: 100%;
	}

.aciones-recientes .accion span p{
	font-size: 12px;
}
.item{
	
	width: 47%;
	margin: 5px;

}
.item:hover{
	transform: scale(1);
}
.item-deta {
	width: 100%;
	margin: 10px;
    
}

.item-deta .oculto{
	display: block;

}
.item-deta .display{
	display: none;
}
.item-rel:hover{
	transform: scale(1);
}
.proveedor{
	display: flex;
	flex-wrap: wrap;

}
.mini-item{
	width: 100%;
}
.texbox{
display: block;
  width: 90%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filtro a{
	
	padding: 5px;

}
.art1{
	width: 100%;
}
.art2{
	width:100%;
}
.notice{
	margin: 10px;
  width: 100%;
}
.relacionados{
	display: none;
}
.relatitu{
	display: none;

}
.masvisto{
	margin: 10px;
	width: 100%;
	
}
.form-group{
	width: 100%;
	margin: 10px;
}
.main-image-content{
	display: none;
}

.destacado .items{width: 100%;}
}
@media (max-width:  550px) {
	.menu_bar img{
		width: auto;
	}
	.noticia{
	width: 100%;
	transition: 0.5s;
	margin: 10px;
}

.destacado { padding:0 0 15px 0px;}
.destacado img{width: 100%;}
.destacado span{float: left;width: 90%; margin:15px;}
.destacado .items{width:95%;padding:0;}
.redess{
	flex-direction: column;
	justify-content: flex-start;

}
.redess span{
	margin-top: 30px;
}
.logonot{
	width: 100%;
	margin: 10px;

}
.textnot{
	width: 100%;
	margin: 10px;
}
.titulo a{
	font-size: 10px;
}
.item{
	
	width: 47%;
	margin: 3px;

}

}


/* JIMMY 20181205*/
/*
.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height:250px;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 5s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

*/

