.tituloMain{
	display:block;
	background:url("../images/lineaVerde.png") no-repeat 0px 54px;
	padding-top:20px;
}
.girl{
	height:0px;
	position:relative;
	z-index:0;
}
.girl div{
	width:380px;
	height:460px;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	background:url("../images/girl.jpg") top left no-repeat;
}
.verduras{
	height:0px;
	position:relative;
	z-index:0;
}
.verduras div{
	width:380px;
	height:240px;
	position:relative;
	top:150px;
	left:580px;
	z-index:0;
	background:url("../images/verduras.jpg") top left no-repeat;
}
.caja{
	display:block;
	position:relative;
	height:400px;
}
.cajaTexto{
	float:left;
	position:relative;
	margin-left:300px;
	margin-top:20px;
	margin-right:120px;
	padding-bottom:132px;
	font-size:14px;
	z-index:2;
}
.cajaTexto p{
	text-align:justify;
	margin-bottom:20px;
}
.cajaTexto p#corto{
	text-align:left;
	margin-bottom:20px;
	margin-right:130px;
}
.cajaTexto h3{
	width: 286px;
	height:51px;
	background:url("../images/slogan.png") no-repeat bottom left;
	display: block;
	margin-left:20px;
	text-indent: -4999px;
	margin-top:-10px;
}