body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../_img/fondo.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
}
a img{
	border: none;
	outline: none;
}
p{
	margin: 15px 0;
}
div.clear{
	clear:both;
	height: 0px;
	overflow: hidden;
	color: #73734D;
	text-decoration: underline;
}
form{
	padding:0;
	margin:0;
}
#contenedor {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEE6;
	position:relative;
}
#cabecera {
	height: 172px;
	background: #FED743 url(../_img/cabecera.jpg) no-repeat;
}
#logo{
	padding: 35px 0 0 30px;
}
#pie {
	background-color: #FFFFFF;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B3B38E;
}
#pieDireccion {
	font-size: 11px;
	float: left;
	width: 450px;
	padding: 10px;
}
#pieKDS {
	float: right;
	width: 150px;
	padding: 10px;
	font-size: 11px;
}
#pieKDS img {
	float: left;
	margin-right: 10px;
}
#cuerpo h1 {
	font-size: 20px;
	text-decoration: none;
	margin: 0px 0px 0px 270px;
	padding: 20px 0px;
	letter-spacing: -1px;
}
#cuerpo h2 {
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/*
	=/PRODUCTOS
*/
div.producto{
	margin-left: 30px;
	margin-bottom: 30px;
}
div.imagenes{
	width: 200px;
	float:left;
}
div.productoImagen{
	float:left;
	margin-top: 20px;
	width: 200px;
	text-align: right;
}
div.productoTexto{
	float:left;
	width: 300px;
	display: inline;
	margin-left: 40px;
}
div.productoTexto img{
	margin-right: 10px;
}
div.productoUsos{
	background-color: #E7E7DC;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
div.productoUsos ul{
	padding:0;
	list-style:none;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div.productoUsos ul li{
	margin-top: 0px;
	height: 30px;
	padding-left: 45px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.productoUsos .ajos{
	line-height: 30px;
	background-image: url(../_img/usos/ajo.gif);
	background-repeat: no-repeat;
	background-position: 5px center;

}
div.productoUsos .uvas{
	line-height: 30px;
	background-image: url(../_img/usos/uva.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.productoUsos .citricos{
	line-height: 30px;
	background-image: url(../_img/usos/limon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* =/Contenido general */
div#contenidoLateral{
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#contenidoCuerpo{
	float:left;
	width: 400px;
}
/* tabla del contacto */
div#contenidoCuerpo table td{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/* formularios */
.inputs{
	background-color: #FFFFFF;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 350px;
}
.textareas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 350px;
	overflow:auto;
}
/* mensaje ok */
.ok{
	padding:0;
	color:#009900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.resaltado{
	font-size: 18px;
	letter-spacing: -1px;
}
p.importante {
	color: #000000;
	background: #FDEE5C;
	font-size: 12px;
	padding: 5px;
}
p.tallo {
	color: #000000;
	background: #CBEDCD;
	font-size: 12px;
	padding: 5px;
}
.error{}
label.error{ display: none;	padding: 10px 0;color:#FF6600;}
#new-product{
	position: absolute;
	top:0;
	right: 10px;
	width: 168px;
	padding: 30px 0 0 20px;
	height: 70px;
	background: url(../_img/bkg-novedades.png) no-repeat top left;
}

#new-product ul { list-style: none;padding: 0 0 0 2px;}
#new-product ul li{ margin-bottom: 5px;}
#new-product a:link, #new-product a:visited{ font-size:1.4em; color: #333;}
#new-product a:hover, #new-product a:active{ color: #CC0000;}

.new-product-2{
	position: absolute;
	top:-25px;
	right:-35px;
	/*float:right;*/
	display:block;
}
