body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
background-image:url(../imagenes/bg.jpg);
}

.cuerpo{
	background-color:#fff;
}

.header{
	top:0;
	padding:0px;
	width: 100%;
	min-height:91px;
	background-color:#339966;
}

.fixed-top{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
/*ESTILOS PARA MENU*/

.navbar {
	/*min-height: 110px;*/
	/*background-color:#fff;*/
}

.navbar-nav {
    float: right;
}
@media (min-width: 768px) {
.header{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
 
} 



footer{
	background-color:#333; 
	color:#fff; 
	padding-top:20px;
}

.tractor{
	height:550px;	
}

.implemento{
	height:350px;	
}


/*FORMATO PARA TABLAS DE CARACTERISTICAS DE LOS PRODUCTOS*/
.even{
	background-color:#E6E6E6;
	border:solid 1px;
	border-color:#ccc;
	height:100%;
	height:2em;
}
.odd{
	background-color:#fff;
	border:solid 1px;
	border-color:#ccc;
	height:2em;
}
table{
	width:100%;
}
/*FIN TABLAS*/

/*Estilos zooin imagenes*/
@import "lesshat";
.containerimg {
  width: 260px;
  height: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.containerimgimp {
  height: 190px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img-imp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 170px;
  overflow:hidden;
}
.div-img .hidden {
  overflow: hidden;
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.div-img:hover .img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.fade
{
        opacity:0.5;
}
.fade:hover
{
        opacity:1;
}


@-webkit-keyframes swing
{
15%
{
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
30%
{
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
50%
{
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
65%
{
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
80%
{
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100%
{
-webkit-transform: translateX(0);
transform: translateX(0);
}

.threed:hover
{
box-shadow:
1px 1px #000,
2px 2px #000,
3px 3px #000;
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
/*fin estilo zoomin imagenes*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:Georgia, "Times New Roman", Times, serif;
}
p{
	padding:10px;	
}

h3,
.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}