@charset "utf-8";
@import url("../webfonts/BAUHAUSM/stylesheet.css");
@import url("../webfonts/Bernhard_Fashion_BT/stylesheet.css");
@import url("../webfonts/ALTGOT2N/stylesheet.css");



/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.fade{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fade2{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade2:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	background-color: #3EC0C7;
}
.fade{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}
.fluid {
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
.box {
	text-align: center;
	margin: auto;
	width: 97%;
	overflow: hidden;
	position: relative;
	border: 4px solid #FFFFFF;
}
.box2 {
	text-align: center;
	margin: auto;
	width: 97%;
	overflow: hidden;
	position: relative;
	border: 4px solid #606060;
	border-radius: 10px;
	height: 100px;
}

.image img {
    width: 100%;
    height: auto;
    overflow: hidden;
	

}
.image img {
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.image img:hover {    
    cursor: pointer;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}
.image2 img {
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;

}
.image2 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image2 img:hover {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=10);
	-webkit-transition: opacity 0.5s linear;
}
#arboles_frutales {
	width: 100%;
	border-top: 5px solid #00A859;
	border-bottom: 5px solid #00A859;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.centrar {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 100%;
	text-align: center;
}
#menu {
	display: none;
}
.itemmenu {
}
.titulomenu {
}
.subtitulomenu {
}
.profrutales {
	background-image: url(../img/fondo-naranjas.jpg);
	background-position: center center;
	width: 100%;
	height: 308px;
	border-bottom: 5px solid #00A859;
	background-size: 400% auto;
	z-index: 2;
}
#textoarriba {
	text-align: center;
	font-family: BAUHAUSM;
	width: 100%;
	font-size: 40px;
}
#subtextoarriba {
	text-align: center;
	font-family: BAUHAUSM;
	width: 100%;
	color: #464646;
	font-size: 15px;
}
#bolas {
	width: 100%;
	z-index: 10;
	margin-top: -176px;
}
.bola {
	width: 100%;
	text-align: center;
}
.titulobola {
	font-family: BAUHAUSM;
	font-size: 31px;
	text-align: center;
	width: 100%;
	color: #323232;
}
.subbola {
	width: 100%;
	color: #6C6C6C;
}
#profrutales_venta {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F2F2F2;
	-webkit-box-shadow: 8px 0px #6F6F6F;
	box-shadow: 8px 0px #6F6F6F;
	z-index: 0;
	position: static;
	border-top: 5px solid #D9D9D9;
	height: auto;
}
#bolascentro {
	width: 100%;
	padding-bottom: 20px;
	height: auto;
}
#izquierdac {
	width: 100%;
}
#centroc {
	text-align: center;
	display: block;
	width: 100%;
}
#derechac {
	width: 100%;

}
.titulos {
	font-family: BAUHAUSM;
	font-size: 40px;
	text-align: center;
	width: 100%;
	height: auto;
}
.subtitulos {
	font-family: BAUHAUSM;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.textonormal {
	width: 100%;
	height: auto;
	text-align: center;
}
.separador {
	display: none;
}
#menu_celular {
	display: block;
	width: 100%;
	background-color: #00A859;
	position: fixed;
	bottom: 0px;
	border-top: 5px solid #005E1C;
	height: auto;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: x-small;
}
.botoncelular {
	width: 16.6%;
	text-align: center;
}
#espaciadorabajo {
	display: block;
	width: 100%;
	height: auto;
}
#categorias {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	border-top: 5px solid #059210;
}
.titulos_grandes {
	font-family: BAUHAUSM;
	font-size: 30px;
	text-align: center;
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #D0D0D0;
	margin-bottom: 10px;
	color: #727272;
}
.categoria {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.descripcion_Categoria {
	width: 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 70px;
	text-align: center;
	padding-top: 10px;
}
#productos {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/fondoverde.jpg);
	background-attachment: fixed;
	background-position: center center;
	border-top: 5px solid #ED3237;
}
.titulosgrandesblancos {
	font-family: BAUHAUSM;
	font-size: 50px;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #3A3A3A;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #E9E9E9;
}
.productos {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;

}
.blancos {
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.titulosblancos {
	width: 100%;
	height: auto;
	font-size: 31px;
	font-family: BAUHAUSM;
	color: #FFFFFF;
}
.titulo_productos {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	color: #ED3237;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}
.botonver {
	width: 50%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: BAUHAUSM;
	font-size: small;
	border: 2px dashed #EDBE1B;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C6DB2C;
	clear: both;
}
#pe {
	width: 100%;
	text-align: center;
	border-bottom: 3px dashed #767676;
}
.publicacion {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #A7A7A7;
}
#publicacionesgeneral {
	width: 100%;
	margin-top: 15px;
}
.botonvermas {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 40%;
	height: auto;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	text-align: center;
	background-color: #F1FFE8;
	margin-bottom: 10px;

}
#contactenos {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 2px 0px;
	box-shadow: 0px 2px 0px;
	border-top: 2px solid #D9D9D9;
}
#formulario {
}
#infocont {
	margin-top: 20px;
}
.cajas {
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	text-align: left;
	text-indent: 20px;
	font-family: Arial;
	font-size: small;
	color: #BF1F22;
	border: 1px solid #C5C5C5;
	border-radius: 30px;
	background-color: #FFFFFF;
}
.cajas2 {
	width: 98%;
	height: 50px;
	border: 1px solid #C5C5C5;
	border-radius: 30px;
	margin-bottom: 10px;
	text-indent: 30px;
}
#botones1 {
	width: 100%;
	height: auto;
}
#contactostele {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
#footer {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 8px solid #34B89D;
	text-align: center;
	font-size: 11px;
}
a:link {
	color: #387E90;
	text-decoration: none;
}
a:hover {
	color: #DB2B2B;
	text-decoration: none;
}
a:visited {
	color: #387E90;
	text-decoration: none;
}
.navigation {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #A8A8A8;
}
#centropagina {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#izquierda {
	width: 100%;
}
#derecha {
	width: 100%;
}
.listadocategorias {
	width: 100%;
	height: auto;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px dashed #D3D3D3;
}
.tituloslistadocategorias {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.titulocentral {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 3px solid #DDDDDD;
	font-family: BAUHAUSM;
	font-size: 50px;
	text-align: center;
	color: #258773;
}
.descripciocate2 {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
	color: #6F6F6F;
}
.pr {
	width: 100%;
}
.itemproducto {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxpub {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	overflow: hidden;
	position: relative;
	height: 130px;
	line-height: 130px;
	border-bottom: 3px solid #ED3237;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}
.mas {
	position: absolute;
	width: 20%;
	top: 58px;
	left: 0%;
}
.subtitulositem {
	width: 100%;
	font-size: x-small;
	text-align: center;
	color: #000000;
}
#texto {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/fondo2.jpg);
	background-position: center center;
}
.uno {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 60px;
	font-family: "ALTGOT2N";
}
.dos {
	width: 100%;
	text-align: center;
	font-family: BAUHAUSM;
	font-size: 18px;
	color: #AFC531;
}
.tres {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}
.cuatro {
	width: 100%;
	text-align: center;
	color: #D8E32A;
	font-size: 13px;
}
.titulosquienes {
	width: 100%;
	font-size: 40px;
	font-family: BAUHAUSM;
	text-align: center;
	color: #D13538;
	border-bottom: 1px dashed #ABABAB;
	margin-top: 15px;
	margin-bottom: 10px;
}
.regresar {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #EFEFEF;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #F5F5F5;
	margin-top: 10px;
}
.patron {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 30;
	width: 45%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
.box {
	text-align: center;
	margin: auto;
	width: 97%;
	overflow: hidden;
	position: relative;
}
.box2 {
	text-align: center;
	margin: auto;
	width: 97%;
	overflow: hidden;
	position: relative;
	height: 170px;
}

#arboles_frutales {
	background-color: #FFFFFF;
}
.centrar {
}
#logo {
	text-align: center;
}
#menu {
	display: block;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #AFAFAF;
	padding-top: 5px;
}
.itemmenu {
	width: 20%;
}
.titulomenu {
	width: 100%;
	text-align: center;
	font-family: BAUHAUSM;
	font-size: 20px;

}
.subtitulomenu {
	width: 100%;
	text-align: center;
	font-size: x-small;
}
.profrutales {
	height: 270px;
}
#textoarriba {
	margin-top: 30px;
}
#subtextoarriba {
}
#bolas {
	margin-top: -154px;
}
.bola {
	width: 33%;
}
.titulobola {
}
.subbola {
}
#profrutales_venta {
}
#bolascentro {
}
#izquierdac {
	width: 49%;
	margin-right: 1%;
}
#centroc {
	text-align: center;
	display: none;
}
#derechac {
	width: 49%;

}
.titulos {
	text-align: left;
}
.subtitulos {
	text-align: left;
}
.textonormal {
	text-align: left;
}
.separador {
	display: none;
}
#menu_celular {
	display: none;
}
.botoncelular {
}
#espaciadorabajo {
	display: none;
}
#categorias {
}
.titulos_grandes {
	font-size: 45px;
}
.categoria {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.descripcion_Categoria {

}
#productos {
}
.titulosgrandesblancos {
}
.productos {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.blancos {
}
.titulosblancos {
}
.titulo_productos {

}
.botonver {
}
#pe {
	border-bottom-style: none;
}
.publicacion {
	border-bottom-style: none;
}
#publicacionesgeneral {
}
.botonvermas {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#contactenos {
}
#formulario {
}
#infocont {
}
.cajas {
}
.cajas2 {
}
#botones1 {
}
#contactostele {
}
#footer {
	font-size: small;
}
.navigation {
}
#centropagina {
}
#izquierda {

}
#derecha {
}
.listadocategorias {
}
.tituloslistadocategorias {
}
.titulocentral {
	text-align: center;
	font-size: 50px;
}
.descripciocate2 {
	text-align: center;
}
.pr {
}
.itemproducto {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxpub {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.mas {
}
.subtitulositem {
}
#texto {
}
.uno {
}
.dos {
}
.tres {
}
.cuatro {
}
.titulosquienes {
}
.regresar {
}
.patron {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
.box {
	text-align: center;
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.box2 {
	text-align: center;
	margin: auto;
	width: 98%;
	overflow: hidden;
	position: relative;
	height: 150px;
}
#arboles_frutales {
	background-color: #FFFFFF;
	height: 113px;
	position: fixed;
	top: 0px;
	z-index: 300;
}
.centrar {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 240px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	text-align: center;
}
#menu {
	width: 750px;
	height: auto;
	display: block;
	border-top-style: none;
}
.itemmenu {
	width: 150px;
	height: auto;
	text-align: center;
	padding-top: 25px;
}
.titulomenu {
	width: 100%;
	text-align: center;
	font-family: BAUHAUSM;
	font-size: 25px;
}
.subtitulomenu {
	width: 100%;
	font-family: BAUHAUSM;
	font-size: 14px;
}
.profrutales {
	height: 408px;
	background-position: center center;
	background-size: auto auto;
}
#textoarriba {
	font-size: 55px;
	margin-top: 40px;
}
#subtextoarriba {
	font-size: 22px;
	font-family: BAUHAUSM;
}
#bolas {
	margin-top: -245px;

}
.bola {
	width: 33%;
}
.titulobola {
}
.subbola {
	font-size: 13px;
	text-align: center;
}
#profrutales_venta {
}
#bolascentro {
}
#izquierdac {
	width: 35%;
	margin-right: 0px;
}
#centroc {
	width: 30%;
	text-align: center;
	display: block;
}
#derechac {
	width: 35%;
}
.titulos {
	width: 100%;
	height: auto;
	font-family: BAUHAUSM;
	font-size: 40px;
	text-align: left;
}
.subtitulos {
	text-align: left;
}
.textonormal {
	text-align: left;
}
.separador {
	height: 138px;
	width: 100%;
	display: block;
}
#menu_celular {
	display: none;
}
.botoncelular {
}
#espaciadorabajo {
	display: none;
}
#categorias {
}
.titulos_grandes {
	font-size: 50px;
}
.categoria {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.descripcion_Categoria {
}
#productos {
}
.titulosgrandesblancos {
}
.productos {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
}
.blancos {
	color: #FFFFFF;
	width: 100%;
}
.titulosblancos {
}
.titulo_productos {

}
.botonver {
}
#pe {
	width: 20%;
	text-align: center;
}
.publicacion {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
#publicacionesgeneral {
	width: 80%;
	margin-top: 0px;
}
.botonvermas {
	width: 40%;
	background-color: #F1FFE8;
}
#contactenos {
}
#formulario {
	width: 63%;
	margin-right: 2%;
}
#infocont {
	width: 35%;
	margin-top: 0px;
}
.cajas {
}
.cajas2 {
}
#botones1 {
}
.redonda {
	border-radius: 10px;
}
#contactostele {
}
#footer {
	font-size: 13px;
}
.navigation {
}
#centropagina {
}
#izquierda {
	width: 28%;
	margin-right: 2%;
}
#derecha {
	width: 70%;
}
.listadocategorias {
}
.tituloslistadocategorias {
}
.titulocentral {
	text-align: left;
	font-size: 50px;
}
.descripciocate2 {
	text-align: left;
}
.pr {
}
.itemproducto {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxpub {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 150px;
	line-height: 150px;
}
.mas {
	top: 65px;
	left: 0px;
	position: absolute;
}
.subtitulositem {
}
#texto {
}
.uno {
}
.dos {
	font-size: 30px;
}
.tres {
}
.cuatro {
}
.titulosquienes {
	text-align: left;
}
.regresar {
}
.patron {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
