	/* Extras BOERO Y CIA
	================================================== */
	span.loader-form,
	.contact-inf span.loader-form {
		width:60px;
		height:20px;
		background:url(../images/loader.gif) no-repeat;
		display:none;
	}
	div.ajax-resp span {
		display:block;
		text-decoration:underline;
	}
	div.ajax-resp span.error {
		color:#D17A7A;
	}
	/* Header */
	header .email {
		padding:10px 0 0 0;
		text-align:right;
	}
	header .logo {
            margin-top:25px;
			margin-bottom:20px;
            /*position: absolute; se le da inline por seccion*/
            /*z-index: 99;
            top: 83px;
            left: 20px;*/
			text-align:center;
	}
	
        header .top-inf h6 {
            margin:20px 0;
        }
        header .top-inf h6 i{
            margin:7px 7px 7px 0 !important;
        }
        header #map-canvas {
            width:342px;
            height:200px;
            margin: 0px;
            padding: 0px
        }
        header #map-canvas img {
           max-width: none;
        }
	.inicio-informes .one_half {
		width:46%;
	}
        .gm-style img { max-width: none; }
  .gm-style label { width: auto; display: inline; }
	/* Pizarra home */
	section.pizarra div.pizarra { text-align:center; }
	section.pizarra div.pizarra p { margin:0 0 8px 0; }
	ul.pizarra { background:#ECECEC; padding:20px 0 10px 0; margin:0 0 8px 0; }
	ul.positive { background:#F4FFE5; }
	ul.negative { background:#FFEDED; }
	ul.pizarra li { display:block; }
	ul.pizarra li.price { font-size:27px; }
	ul.pizarra span.positive { color:#85bc36; }
	ul.pizarra span.negative { color:#de3068; }
	/* Tabla de precio de granos */
	table.precio-granos span.positive, table.precio-granos span.negative { display:inline-block; }
	table.precio-granos span.positive { color:#85bc36; }
	table.precio-granos span.negative { color:#de3068; }
	table.precio-granos span.positive.icon { background:url(../images/li-arrow-up.png) 0 3px no-repeat; padding:0 0 0 14px; }
	table.precio-granos span.negative.icon { background:url(../images/li-arrow-down.png) 0 4px no-repeat; padding:0 0 0 14px; }
	table.precio-granos {  }
	
	.ls-florida .ls-nav-prev {
		left: 13% !important;
	}
	.ls-florida .ls-nav-next {
		right:13% !important;
	}
	
	@media (max-width: 767px) {
		header .phones h6 {
			margin-left:0 !important;
			font-size:16px !important;
		}
		header .email h6 {
			margin-left:0 !important;
			font-size:16px !important;
		}
		header .portada #hero,
		header .portada {
			margin:0;
			width:0%;
			display:none;
		}
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		header .phones h6 {
			margin:20px 0px !important;
			font-size:12px !important;
		}
		header .email h6 {
			margin:20px 0 0 20px !important;
			font-size:12px !important;
		}
		header .logo {
			margin-left:0;
			margin-right:0;
		}
		header .portada,
		header .portada #hero {
			margin:0;
			width:100%;
			display:block;
		}
	}
	
	
	@media (min-width: 992px) and (max-width: 1199px) {
		header .phones h6 {
			margin:20px 0px !important;
			font-size:16px !important;
		}
		header .email h6 {
			margin:20px 0 0 0 !important;
			font-size:16px !important;
		}
		header .logo {
			margin-left:0;
			margin-right:0;
		}
		header .portada,
		header .portada #hero {
			margin:0;
			width:100%;
			display:block;
		}

	}
	@media (min-width: 1200px) {
		header .email h6,
		header .phones h6 {
			margin:20px !important;
			font-size:16px !important;
		}
		header .logo {
			margin-left:0;
			margin-right:0;
		}
		header .portada,
		header .portada #hero {
			margin:0;
			width:100%;
			display:block;
		}
	}
        
        