/*
* Developed by Juan Ayup, juan@ayup.com.ar
* Copyright © 2011,2012 Juan Ayup
* See README.developer for details
*/

/* fondo */
body {
/*	background: #003d4c;*/
	background-color: #68361D;
}
#header h1, #header tr, #header a, #header a:hover {
	background-color: transparent;
}
#header th {
	color: #EEE;
}

/*
#header td a {
	display: block;
}

.desplegables {
	width: 100%;
}
.desplegables div.input {
	width:19%;
	min-width: 120px;
	background: none;
	clear: none;
	display: inline-block;
	padding: 0 1% 0 0;
}

.select select{
	background: #fff;
}
select#CategoriaCategoria {
	min-height: 13em;
}

#foto_productos div, #ap-diapositivas div{
	position: relative;
	clear: none;
	display: inline-block;
}
#foto_productos .foto, #ap-diapositivas .diapositiva {
	width: 130px;
	height: 90px;
}

#foto_productos .submit, #ap-diapositivas .submit {
	position: absolute;
	top: 0;
	left: 0;
}

#foto_productos input[type=image] {
	width: 32px;
	height: 32px;
}

#ap-diapositivas .borrar-diapositiva {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border: none;
	background: url(/img/edit-delete.png) top left no-repeat;
	text-indent: -1000px;
	font-size: 0;
}


#foto_producto .foto {
	width: 646px;
	height: 416px;
	display: block;
}

#ap-contenido .imagen {
	display: block;
}

.logo1, .logo2, .logo3 {
	display: inline-block;
}

form .submit {
	display: inline-block;
}

.precios > div {
	display: inline-block;
	width: 49%;
	padding: 0;
	margin-right: 1%;
}

.field-group, .field-array {
	_border: 1px dotted lightgray;
	margin: 0;
	padding: 0;
}

.field-group > div {
	display: inline-block;
	min-width: 10%;
}

.field-group.x2 > div {
	width: 49%;
}

.field-group.x3 > div {
	width: 32.3%;
}

.field-group.x4 > div {
	width: 24%;
}

.field-group.x5 > div {
	width: 19%;
}

.field-group.x1_2 > div {
	width: 65%;
}

.field-group.x1_2 > div:first-child {
	width: 32%;
}

.field-group .input.select {
	_max-width: 50%;
}

.align-bottom > *{
	vertical-align: bottom;
}

.no-pad > div {
	padding-top: 0;
	padding-bottom: 0;
}
*/
/* @@@ */

input, textarea {
	padding: 0.2em 1%;
}
select {
	font-size: 140%;
	padding: 0.2em 1%;
}
select[multiple=multiple] {
	background: #fff;
}
#header td a {
	display: block;
}

.desplegables {
	width: 100%;
}
.desplegables div.input {
	width:19%;
	min-width: 120px;
	background: none;
	clear: none;
	display: inline-block;
	padding: 0 1% 0 0;
}

.select select{
	_background: #fff;
	width: 100%;
}
.select select:readonly{
	background: #fff;
}

select#CategoriaCategoria {
	min-height: 13em;
}

#foto_productos div, #ap-diapositivas div{
	position: relative;
	clear: none;
	display: inline-block;
}
#foto_productos .foto, #ap-diapositivas .diapositiva {
	width: 130px;
	height: 90px;
}

#foto_productos .submit, #ap-diapositivas .submit {
	position: absolute;
	top: 0;
	left: 0;
}

#foto_productos input[type=image] {
	width: 32px;
	height: 32px;
}

#ap-diapositivas .borrar-diapositiva {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border: none;
	background: url(/img/edit-delete.png) top left no-repeat;
	text-indent: -1000px;
	font-size: 0;
}


#foto_producto .foto {
	width: 646px;
	height: 416px;
	display: block;
}

#ap-contenido .imagen {
	display: block;
}

.logo1, .logo2, .logo3 {
	display: inline-block;
}

form .submit {
	display: inline-block;
}

.precios > div {
	display: inline-block;
	width: 49%;
	padding: 0;
	margin-right: 1%;
}

.field-group, .field-array {
	position: relative;
	_border: 1px dotted lightgray;
	margin: 0;
	padding: 0;
}

.field-group > div {
	margin-bottom: 0.25%;
	padding: .25%;
	display: inline-block;
	min-width: 10%;
	vertical-align: bottom;
}

.field-group.x2 > div {
	width: 49%;
}

.field-group.x3 > div {
	width: 32.667%;
}

.field-group.x4 > div {
	width: 24.125%;
}

.field-group.x5 > div {
	width: 19%;
}

.field-group.x1_2 > div {
	width: 65.833%;
}

.field-group.x1_2 > div:first-child {
	width: 32.666%;
}

.field-group .input.select {
	_max-width: 50%;
}

.align-bottom > *{
	vertical-align: bottom;
}

.no-pad > div {
	padding-top: 0;
	padding-bottom: 0;
}

.toggled-off {
	display: none;
}

.toggler {
/*	float: right;*/
	font-weight: bold;
}

form div {
	_margin-bottom: 0.25%;
	_padding: .25%;
	_vertical-align: text-top;
}

.botones {
	_position: relative;
	height: 36px;
}

.botones img {
	_position: absolute;
	_bottom: 6px;
	max-width: 16px;
	max-height: 16px;
}

#content {
	position: relative;
}

#aux-articulos {
	position: absolute;
	right: 80px;
	bottom: 100px;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.disabled {
	color: lightgray;
}
.abierto {
	color: red;
}
.pagado {
	color: green;
}
.cancelado {
	color: gray;
}
.pendiente {
	color: orange;
}
.enviado {
	color: purple;
}
.entregado {
	color: blue;
}
.inactivo {
	color: red;
}
.bloqueado {
	color: orange;
}
.agotado {
	color: orange;
}
.desuscripto {
	color: purple;
}
