/*
overrides de seccion
--------------------------------------*/
/*
body {
	background:#F09679 url(i/header-bg-products.jpg) center top no-repeat;
}
#footer {
	background:white url(i/wrapper-bg-products.gif) left bottom no-repeat;
}
#main,#pre-footer  {
	background-image:url(i/main-bg-products.gif);
}

* html .layout {
	height:300px;
}

*/
.layout {
	background-image:none;	
	min-height:300px;
}
.layout .primary {
	right:0;left:auto;
	top:2em;
	width:150px;
	background:#e3f2d1;
	padding:1.5em 0 0 0;
}
.col1-a .content-area {
	margin-right:160px;
	margin-left:0;
}
.primary .marginador {
	padding:.5em .5em 1.5em .5em;
}
.primary h4 {
	font-size:1.2em;
}
#side-menu {
	margin-left:0;
	font-size:.8em;
}
#sidebar .marginador {
	padding:0 1em;
}
#side-menu li {
	margin-left:0;
}
#contactform #sidebar,#page #sidebar {
	width:250px;
	min-height:200px;
}
* html #contactform #sidebar,* html #page #sidebar {
	height:200px;
}
#contactform #content,#page #content {
	margin-right:260px;
}
/*
lista de productos
-----------------------------------------*/
.product-row {
	float:left;
	width:48%;
	height:90px;
	overflow:hidden;
	margin:0 1% 1em 0;
}
.product-row p {line-height:1.2;margin:0;}
.product-row h3 {
	margin-bottom:.5em;
}
/*
ficha producto
-----------------------------------------*/
#content {
	
}
#ficha-body {
	float:right;
	width:210px;
	margin-right:10px;
}
#ficha-fotos {
	float:left;
	width:200px;
}
/*
formularios
-----------------------------------------*/
fieldset {
	border-width: 0;
	font-size:1.2em;
}
legend {
	display:none;
}
fieldset p {
	min-height:30px;
}
* html fieldset p {
	height:30px;
}
fieldset label,fieldset input, fieldset textarea {
	float:left
}
fieldset label {
	width:10em;
	margin-right:.5em;
	text-align:right;
}
p.botonera {
	font-size: 1.5em;
	text-align:right;
	margin:0 5em 1em 5em;
}
fieldset textarea {
	
}