@charset "utf-8";
/* CSS Document */
input[type="text"], textarea {
  background-color:#3CB371;
  color:#FFF;
}


.subtitulo {
	width:100%;
	text-align:center;
	color:#000;
	font-family:"sans serif";
	font-weight:100 !important;
	font-size:2em;
	text-decoration:none;
}

.titulo {
	width:100%;
	text-align:center;
	color:#000;
	font-family:"sans serif";
	font-weight:100 !important;
	font-size:2em;
}

.hola {
	height:15em;
	width:15em;
}

.imagenes {
	width:15em;
	height:12em;	
	float:left;
}

.imagenAccesorio {
	position:relative;
	width:15em;
	height:12em;	
	left:25%;
	top:50%;
}

.fondoImagen {
	float:left;
	background: #FFF;
	background: -moz-linear-gradient(45deg, #666 0%, #CCC 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#666), color-stop(100%,#CCC));
	background: -webkit-linear-gradient(left bottom, right top, #666 0%,#CCC 100%);
	background: -o-linear-gradient(left, #666 0%,#CCC 100%);
	background: -ms-linear-gradient(left, #666 0%,#CCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#CCCCCC',GradientType=1 );
	background: linear-gradient(left, #666 0%,#CCC 100%);
	height:12em;;
	width:15em;
}
.fondoImagenConZoom {
	float:left;
	background: #FFF;
	background: -moz-linear-gradient(45deg, #F00 0%, #FF0 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#F00), color-stop(100%,#FF0));
	background: -webkit-linear-gradient(left bottom, right top, #F00 0%,#FF0 100%);
	background: -o-linear-gradient(left, #F00 0%,#FF0 100%);
	background: -ms-linear-gradient(left, #F00 0%,#FF0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#FF0',GradientType=1 );
	background: linear-gradient(left, #F00 0%,#FF0 100%);
	height:16em;;
	width:15em;
}

.divImagenes {
	height:auto;
	width:auto;
	
}

.descripcion {
	padding-left:25em;
	padding-top:5em;
	height:7em;;
	font-family:"sans serif";
}

.divDeImagen {
	height:13em;
	width:16em;
	float:left;
}

.nombreProducto {
	width:100%;
	font-family:"sans serif";
	text-align:center;
	font-weight:bold;
	white-space: nowrap;
}

.secundarioProductos {
	border:solid #193f19 ;
	height:13.2em;
	background-color:#FFF;
}
.secundarioProductosConZoom {
	border:solid #193f19 ;
	height:17.2em;
	background-color:#FFF;
}

.zoomm {
	width:20em;
	height:16em;;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	display:none;
}

#principalProductos {
	float:left;
	border:solid #090;
	height:auto;
	width:99.5%;
}

table {
	text-align:center;
	
}

#botonBuscar {
	position:relative;
	left:37%;
}
