@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;}
	
#header{
	width:100%;
	height:200px;}	
#cabecera {
	
	width:100%;
	height:30px;
	background-color:#FC0;
}

#redes {
	
	width:15%;
	height:30px;
	margin-right:35px; 
	float:right;	
	}

.youtube {
	float:right;
	margin-top:5px;
	margin-right:80px;
	
	}
.twitter {
	float:right;
	margin-right:15%;
	margin-top:5px;
	}
.face {
	margin-top:5px;
	}
	
	
	
#telefono {
	
	width:20%;
	height:30px;
	margin-left:12px;
	 }
	 
.tel {
	margin-left:30%;
	margin-top:4px;
	}
p {
	float: right;
	color: #FFF;
	font-size: 15px;
	margin-top:5px;
	margin-right:40px;	
	}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
#telefono {
	
	width:30%;
	height:30px;
	margin-left:12px;	
}

.twitter {
	float:right;
	margin-right:10%;
	}
.youtube {
	float:right;
	margin-top:5px;
	margin-right:60px;
	
	}
	

}
@media only screen and (min-width: 320px) and (max-width: 800px) {
	
	#telefono {
	
	width:30%;
	height:30px;
	margin-left:10px;	
}
	
.tel {
	margin-left:5%;
	}
	
p {
	float: right;
	color: #FFF;
	font-size: 15px;
	text-align:center	
	}	
	
#redes {
	
	width:20%;
	height:30px;
	margin-right:35px; 
	float:right;	
	}		
	}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	#telefono {
	
	width:40%;
	height:30px;
	margin-left:10px;	
}
	
.tel {
	margin-left:5%;
	}
	
p {
	float: right;
	color: #000;
	font-size: 15px;
	text-align:center	
	}	
	
#redes {
	
	width:18%;
	height:30px;
	margin-right:35px; 
	float:right;	
	}	
	
	.youtube {
	float:right;
	margin-top:5px;
	margin-right:5px;
	
	}
	
		
	}
	
	
	#logo_menu{
		width:100%;
		height:90px;
		
		
		}
#logo{
	margin:-10px 0px 0px 3%;
	width:300px;
	height:90px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left}
	
	@media only screen and (min-width: 320px) and (max-width: 1024px) {
		
	#logo{
		width:250px;
	margin:-5px 0px 0px 3%;
	background-size:100%}	
		
		
		
		}
	
/*slidershow*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:500px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 
  
  .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 60%;
  left: 0;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.png") no-repeat left top;
  margin-top: -30px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

  
  
  
 .centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  } 
  
  
  
  
  
  
  
#separador
{ width:100%;
height:100px;
background-image:url(images/separador.png);
background-size:100%;
background-repeat:no-repeat;0

} 

@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	#separador
{ width:100%;
height:100px;
background-image:url(images/separador.png);
background-size:100%;
background-repeat:no-repeat;
margin-top:-270px;
	
}
	
	}


#contenedor_articulos{
	width:80%;
	height:500px;
	margin-left:120px;
	}  

#articulo1{
	width:33%;
	height:500px;
	float:right}
	
#articulo2{
	width:33%;
	height:500px;
	float:right;
	margin-right:0.5%;}
	
#articulo3{
	width:33%;
	height:500px;
	}


#foto_articulo1{
	width:100%;
	height:260px;
	background-image:url(images/circulo1.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo2{
	width:100%;
	height:260px;
	background-image:url(images/circulo2.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo3{
	width:100%;
	height:260px;
	background-image:url(images/circulo3.png);
	background-repeat:no-repeat;
	background-size:100%}
	
	
	
h2{
	font-size: 16px;
	padding:20px;
	text-align:justify;
	
}


@media only screen and (min-width: 320px) and (max-width: 800px) {
	#contenedor_articulos{
	width:100%;
	height:500px;
	margin:0px;
	
	} 
	
	#articulo3{
	width:100%;
	height:500px;
	float:right;
	padding:0px 100px 0px 100px;
	
	
	}
	#articulo2{
	width:100%;
	height:500px;
	padding:0px 100px 0px 100px;
		
	
	}
#articulo1{
	width:100%;
	height:500px;
	float: none;
	padding:0px 100px 0px 100px;
	
	
	}
	
#foto_articulo1{
	width:100%;
	height:350px;
	background-image:url(images/circulo1.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo2{
	width:100%;
	height:350px;
	background-image:url(images/circulo2.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo3{
	width:100%;
	height:350px;
	background-image:url(images/circulo3.png);
	background-repeat:no-repeat;
	background-size:100%}
	}
	
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	#articulo2{
	width:100%;
	height:500px;
	padding:0px 30px 0px 30px;
		
	
	}
	
	#articulo1{
	width:100%;
	height:500px;
	float: none;
	padding:0px 30px 0px 30px;
	
	
	}
	
	#articulo3{
	width:100%;
	height:500px;
	float:right;
	padding:0px 30px 0px 30px;
	
	
	}
	
	#foto_articulo1{
	width:100%;
	height:250px;
	background-image:url(images/circulo1.png);
	background-repeat:no-repeat;
	background-size:100%}
	
		
#foto_articulo2{
	width:100%;
	height:250px;
	background-image:url(images/circulo2.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo3{
	width:100%;
	height:250px;
	background-image:url(images/circulo3.png);
	background-repeat:no-repeat;
	background-size:100%}
	
	}
	
	
	
#multimedia{
	width:90%;
	height:300px;
	margin-top:10px;
	margin-left:50px;
	}
	
	
#video{
	width:40%;
	height:300px;
	float:right;
	margin-right:100px;
	color:#000;
	}
#redes_sociales{
	width:40%;
	height:300px;
	float:left;
	margin-left:100px;
	border-top: 5px solid #6d8329;
  border-right: 5px solid #6d8329;
  border-bottom: 5px solid #6d8329;
  border-left: 5px solid #6d8329;
	}
	
#twitter{
	width:50%;
	height:290px;
	float:right;
	
	}
	
#facebook{
	width:50%;
	height:290px;
	
	
	}	
	
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	#video{
	width:50%;
	height:300px;
	background-color: #000;
	float:right;
	margin-right:220px;
	margin-top:20px;}
	
#redes_sociales{
	width:50%;
	height:300px;
	float:left;
	margin-left:230px;
	margin-top:20px;
	border-top: 5px solid #27A736;
  border-right: 5px solid #27A736;
  border-bottom: 5px solid #27A736;
  border-left: 5px solid #27A736;
	}
	
	#multimedia{
	width:90%;
	height:650px;
	margin-top:10px;
	margin-left:50px;
	}
	
	
	
	}
@media only screen and (min-width: 320px) and (max-width: 800px) {
 #video{
	 width:100%;
	 float: none;
	 margin-top:1000px;}
	 
	 #redes_sociales{
	  width:100%;
	  float: none;
	  margin-left:0px;
	 }
	
		
		}
		
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	#video{
	 width:100%;
	 float: none;
	 margin-top:1000px;
	 margin-left:-30px}

	 
	
	 #redes_sociales{
	  width:100%;
	  float: none;
	  margin-left:-30px;
	 }
	
	
	
	
	}
		
#separador2
{ width:100%;
height:100px;
background-image:url(images/separador.png);
background-size:100%;
background-repeat:no-repeat;

}


#piepagina {
	width:100%;
	height:230px;
	}
	
	
#logofinal {
	width:50%;
	height:200px;
	float:right;
	}

#diseñado {
	width:100%;
	height:30px;
	}

	
#datos {
	width: 50%;
	height:200px;
	font-size:14px;
	padding:4% 10% 0px 20%;
	}
 .logofinal {
	 margin:50px;
	 
	 }	
	 
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	
	#separador2{ 
	width:100%;
    height:100px;
    background-image:url(images/separador.png);
    background-size:100%;
    background-repeat:no-repeat;
	

	
	}
}
	
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#piepagina {
	width:100%;
	height:10px;
	
	}
	
	#logofinal {
	width:50%;
	height:200px;
	float: left;
	margin-top:-160px;
	margin-right:-500px;
	}
	
	#datos {
	width: 50%;
	height:200px;
	font-size:14px;
	margin-top:-250px;
	margin-right:220px;
	padding:4% 10% 0px 20%;
	float:right
	}
	
	#diseñado {
	width:100%;
	height:30px;
	margin-top:200px;
	}
		
}
h3{
	font-size:14px;}
	
	
/** vivero **/

#vivero{
	width:80%;
	height:500px;
	margin:auto;
	
		
	}
	
	
#texto_vivero{
	width:50%;
	height:500px;
	float:right;
	}
	
#foto_vivero{
	position:relative;
	width:50%;
	height:500px;
	
	
	}	
	
#titulo_Tex_vivero{
	width:100%;
	height:100px;}
	
.titulovivero{
	float:right;
	margin-right:250px;
	font-size:40px;
	}
	
.viverofoto{
	margin:20px;
	margin-left:30px}
	
#tex_vivero{
	margin:20px;
	}
	
.tex_vivero{
	font-size:19px;}
	
	
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	
	.titulovivero{
	float:right;
	margin-right:120px;
	margin-top:10px;
	font-size:30px;
	color:#27A736}
	.tex_vivero{
	font-size:14px;}
	
	
	}
	
@media only screen and (min-width: 320px) and (max-width: 768px) {
	
	#texto_vivero{
	width:100%;
	height:200px;
	float:none;
	}
	
	#titulo_Tex_vivero{
	width:100%;
	height:80px;
	}
	.tex_vivero{
	font-size:14px;
	margin:-20px}
	
	#foto_vivero{
	width:100%;
	height:500px;
	background:url(images/3.jpg) no-repeat;
	margin-top:10px;
	
	}
	
	#vivero{
	width:80%;
	height:550px;
	margin:auto;
	
		
	}
	}	
	
	
/** Contacto **/	
	
#contacto{
	width:80%;
	height:620px;
	margin:auto;
	margin-top:50px;
	}	


#titulocontacto{
	width:100%;
	height:80px;
	}
	
#titulocontac{
	width:200px;
	height:50px;
	margin:auto;
	}	



#form{
	width:250px;
	height:400px;
	padding:20px;
	
	
	}
.contac{
	width:300px;
	height:400px;
	margin-left:50px;
	padding:20px;
	background-color: #E6E6E6;
	border-radius: 10px;
	
		}
		
		
	.contac label {
		margin-top:40px;
		
		}	
		
	.contac input[type="submit"] 	{
		color: #000; margin-top:20px;	 
	float:right;
		}	
		
.contac input [type="text" ]{
	height:30px;}
	.contac input [type="email" ]{
	height:30px;}
	
#fotocontacto{
	width:50%;
	height:500px;
	float:right;
	margin-top:20px;
	background:url(images/contacto.jpg) no-repeat }
	
	
	@media only screen and (min-width: 320px) and (max-width: 768px) {
		
		
		#fotocontacto{
	width:0;
	height:0;
	
	
		
		}
	.contac{
	width:300px;
	height:400px;
	margin-left:150px;
	padding:20px;
	background-color: #E6E6E6;
	border-radius: 10px;
	
		}
	}
	
/* Tendencias */

#tendencias{
	width:80%;
	height:900px;
	margin:auto;}	

#slidershowten{
	position:relative;
	width:100%;
	height:500px;
	margin:auto;
	
	}



.rslidesten {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  }

.rslidesten li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslidesten li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslidesten img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  
  #tituloten{
	  width:100%;
	  height:70px;
	  padding:0 0 0 40%;
	  
	  }
	  
	#textoten{
		width:100%;
		height:200px;
		}
		
		
#murosvivos{
	width:50%;
	height:500px;
	float:right;
	}
	
	
#techosvivos{
	width:50%;
	height:500px;
	}	
	
	
	
#titulomv{
	width:100%;
	height:50px;
	padding:0 0 0 40%;}	
	
	
#slidermv{
	width:100%;
	height:400px;
	padding:10px 10px 10px 60px;
	}
	
#textomv{
	width:100%;
	height:200px;
	}	
	
			  
 	
#titulotv{
	width:100%;
	height:50px;
	padding:0 0 0 40%;}	
	
	
#slidertv{
	width:100%;
	height:400px;
	padding:10px 10px 10px 60px;
	
	}
	
#textotv{
	width:100%;
	height:200px;
	}
	
.titulos{
	font-size:36px;
	
	}		
	
	
@media only screen and (min-width: 320px) and (max-width: 768px) {
	
	#murosvivos{
	width:100%;
	height:500px;
	float:none;
	background-color:#FF0;}
	
	
	#techosvivos{
	width:100%;
	height:500px;
	background-color:#F0F}
	
	
	#tendencias{
	width:80%;
	height:1800px;
	margin:auto;}
	
	}
	
	@media only screen and (min-width: 320px) and (max-width: 768px) {
	#tendencias{
	width:80%;
	height:1800px;
	margin:auto;
	margin-top:-200px}
	}
	
	
/* Productos */


#productos {
	width:80%;
	height:800px;
	margin:auto}	
	
#tituloproductos{
	width:100%;
	height:50px;
	margin:auto;
	}
	
#textoproductos{
	width:100%;
	height:100px;
	margin:auto;
	
	}
	
#sliderproductos{
	position:relative;
	width:100%;
	height:400px;
	margin:auto;
	
	}
	
#otrospro{
	width:100%;
	height:50px;
	margin:auto;
	}
	
#jardinesefi{
	width:50%;
	height:300px;
	float:right;
	}
	
#setct{
	width:50%;
	height:300px;
	
	}
	
#tituloje{
	width:100%;
	height:50px;
	
	}	
	

	
#textoje{
	width:100%;
	height:100px;
	
	}
#titulosct{
	width:100%;
	height:50px;
	
	}

	
#textosct{
	width:100%;
	height:100px;
	}