body {
	margin: 0px;
	font-family: "Eras Medium ITC", "Trebuchet MS", sans-serif;
	font-size: 12px;
	height: auto;
}

a {
	text-decoration: none;
	color: black;
}

a.hover {
	text-decoration: underline;
}

.oculto {
	display: none;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}

img {
	border: none;
}

select {
	font-family: "Eras Demi ITC", "Trebuchet MS", sans-serif !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 2px !important;
}

input {
	-moz-border-radius: 4px;
	font-family: "Eras Demi ITC", "Trebuchet MS", sans-serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
}

.dock {
	width: auto;
	height: 35px;
	text-align: center;
	background-color: #DCDCDC;
	/*background-image:url(images/sombra_menu.jpg);
     background-repeat:no-repeat;
     background-position:center bottom;*/
}

.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	top: 90px;
	vertical-align: bottom;
}

a.dock-item {
	display: block;
	width: 40px;
	color: #000000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: 11px "Trebuchet MS";
}

.dock-item img {
	border: none;
	margin: 3px 10px 0px 10px;
	width: 100%;
}

.dock-item span {
	display: none;
	padding-left: 20px;
	margin-top: -20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}

.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}

a.dock-item2 {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #FFFFFF;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item2 span {
	display: none;
	padding-left: 20px;
}

.dock-item2 img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}

#cabecera {
	height: 117px;
	width: auto;
	background: url(images/fondo_cabecera.jpg) repeat-x;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

#sombra_menu {
	background-image: url(images/sombra_menu.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 8px;
	width: auto;
	/*clear:both;*/
	margin-top: 1px;
}

html * {
	padding: 0px;
	margin: 0px;
}

#logo_acuna {
	float: left;
	height: 117px;
}

#logo_g-on {
	float: right;
	height: 117px;
}

#contenedor {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#menu {
	float: left;
	width: 16%;
	vertical-align: top;
	text-align: justify;
	padding: 0px;
	margin-left: 2%;
	top: 0px;
	letter-spacing: 0.2px;
	white-space: nowrap;
	font-family: "Eras Medium ITC", "Trebuchet MS", sans-serif;
}

#contenido {
	text-align: justify;
	float: right;
	width: 75%;
	vertical-align: top;
	padding: 0px;
	top: 0px;
	margin-right: 2%;
	font-family: "Eras Medium ITC", "Trebuchet MS", sans-serif;
}

#copyright {
	float: right;
	height: 22px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
}

.h1_contenido {
	font-size: 18px;
	color: #000000;
	background: url(images/fondo_tit.png) repeat-x;
	height: 32px;
	vertical-align: middle;
	padding-left: 7px;
	padding-top: 5px;
	text-align: left;
}

.h1_menu {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: url(images/fondo_tit.png) repeat-x;
	height: 32px;
	vertical-align: middle;
	padding-left: 7px;
	padding-top: 5px;
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

li {
	list-style: none;
	margin: 1px;
}

.ayudame {
	list-style: decimal !important;
	margin: 0 0 0 20px;
}

.ayudame ul li {
	list-style: upper-roman !important;
	margin: 0 0 0 20px;
}

.bt_menu {
	text-decoration: none;
	color: #000000;
	background: url(images/fondo_titmenu.png) repeat-x;
	padding: 2px;
	padding-left: 5px;
}

#bt_menu a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

.txt_verde {
	color: #356C1D;
	text-decoration: none;
}

.txt_verde a:hover {
	text-decoration: underline;
}

.txt_negro {
	color: #000000;
	font-family: "Eras Medium ITC", "Trebuchet MS", sans-serif;
	/*font-size: 11px;*/
}

/*.boton_form {
	color: #FFFFFF;
	font-family: "Eras Medium ITC", "Trebuchet MS", sans-serif;
	font-size: 12px;
	background: url(images/fondo_btform.png);
	border: 1px solid #DDDDDD;
	padding: 3px;
	min-width: 40px;
}*/

h2 {
	font-size: 12px;
	font-weight: bold;
}

.tabla_resultado {
	clear: both;
	border: 1px solid #DDDDDD;
}

.tabla_resultado td {
	padding: 3px;
	background-color: #E9EDE7;
}

.celda_inactiva {
	padding: 3px;
	background-color: #FEB1BD !important;
}

.caja_txt {
	font-size: 11px;
	color: #356C1D;
	background: #FFFFFF;
	border: 1px solid #356C1D;
	padding: 2px;
	width: 200px;
}

.celda_botones {
	text-align: center;
	vertical-align: middle;
	background: url(images/fondo_celdabtform.jpg) repeat-x;
	height: 30px;
}

.listas_menu {
	border: 1px solid #DDDDDD;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

.h3_separador {
	font-size: 15px;
	background: url(images/fondo_separador.png) repeat-x;
	padding-left: 6px;
	height: 22px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

/*-- Estilos display table --*/
.sortable {
	text-align: center;
	padding: 3px;
	clear: both;
	background-color: #C6CFC2;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.sortable_over {
	text-align: center;
	padding: 3px;
	clear: both;
	background-color: #7E9F6D;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.sortable a {
	color: black;
	text-decoration: none;
}

.sortable_float {
	text-align: center;
	padding: 3px;
	background-color: #C6CFC2;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	box-shadow: 4px 4px 4px #666;
}

.sortable_float:hover {
	cursor: pointer;
	text-align: center;
	padding: 3px;
	background-color: #7E9F6D;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.sorted {
	text-align: center;
	padding: 3px;
	clear: both;
	background-color: #C6CFC2;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.order1 {
	text-align: center;
	padding: 3px;
	clear: both;
	/*-- background:url("img/orden_ascendente.gif") no-repeat #C6CFC2; --*/
	background-position: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.order2 {
	text-align: center;
	padding: 3px;
	clear: both;
	/*-- background:url("img/orden_descendente.gif") no-repeat #C6CFC2; --*/
	background-position: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.pie_bloq {
	clear: both;
	font-size: 0.1em;
}

.marca_fila td {
	background-color: darkgreen !important;
	color: white;
	cursor: pointer;
}

.desmarca_fila td {
	background-color: #E9EDE7 !important;
	color: black;
	cursor: pointer;
}

.marca_fila_gestion td {
	background-color: #7E9F6D !important;
	color: white;
	cursor: pointer;
}

.desmarca_fila_gestion td {
	background-color: #E9EDE7 !important;
	color: black;
	cursor: pointer;
}
/*-- Estilos display table --*/

/*--Enlaces de cabecera --*/
.titulo_enlace {
	color: #356C1D !important;
	text-decoration: underline !important;
	font-style: italic;
	cursor: pointer;
}

.titulo_enlace:active {
	color: darkblue !important;
}

.titulo_enlace:hover {
	color: #000000 !important;
}

.nombreObjeto {
	color: #356C1D;
	font-size: +1.2em;
	border-bottom: 1px solid darkgreen;
	text-align: left;
}

.mensaje_error {
	color: darkred;
	font-size: +1.1em;
	font-weight: bolder;
	text-align: left;
}

.giro90 {
	display: block;
	/*-webkit-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);*/
}

.marcar_celda {
	background-color: #7E9F6D !important;
	color: white;
	cursor: pointer;
}

.desmarcar_celda {
	background-color: #E9EDE7 !important;
	color: black;
	cursor: pointer;
}

.entrada_asignacion td {
	background-color: #6DB0C4;
}

.entrada_devolucion td {
	background-color: #98E298;
}

.entrada_baja td {
	background-color: #F9A4A4;
}

/* navegación pestañas */
.menup {
	font-weight: bold;
	font-size: 13px;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border-bottom: 2px solid #155523
}

.menup ul {
	list-style: none;
	margin: 0px;
	padding: 5px 10px 0;
	border: 0px !important;
}

.menup li {
	background: url(images/fondo_tit.png) repeat-x;
	display: inline
}

.menup a {
	background: url(images/menup_dcha.gif) no-repeat right top;
	float: left;
	margin: 0 1px 0 0;
	padding: 0px;
	color: #127e29;
	text-decoration: none
}

.menup a span {
	background: url(images/menup_izda.gif) no-repeat left top;
	display: block;
	padding: 5px 15px
}

.menup a:hover {
	background-position: 100% -75px;
}

.menup a:hover span {
	background-position: 0% -75px;
	color: #155523
}

.menup li.current a {
	background-position: 100% -75px;
	position: relative;
	top: 2px
}

.menup li.current a span {
	background-position: 0% -75px;
	color: #155523
}

.pestana_cuerpo {
	height: 300px;
	overflow: auto;
}

/* Botones CSS3*/
.button_acuna {
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee),
		to(#ccc) );
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorStr =
		'#eeeeee', EndColorStr = '#cccccc' );
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: normal 1em/2em Eras Demi ITC, sans-serif;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
}

.button_acuna:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa),
		to(#ddd) );
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorStr =
		'#fafafa', EndColorStr = '#dddddd' );
}

.button_acuna:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	top: 1px;
}

.button_acuna:focus {
	outline: 0;
	background: #fafafa;
}

.button_acuna:before {
	background: #ccc;
	background: rgba(0, 0, 0, .1);
	float: left;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0
		rgba(255, 255, 255, .5);
	-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0
		rgba(255, 255, 255, .5);
	box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
}

.boton_form {
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee),
		to(#ccc) );
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorStr =
		'#eeeeee', EndColorStr = '#cccccc' );
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: normal 1em/2em Eras Demi ITC, sans-serif;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0
		rgba(0, 0, 0, .3);
}

.boton_form:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa),
		to(#ddd) );
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorStr =
		'#fafafa', EndColorStr = '#dddddd' );
}

.boton_form:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
	position: relative;
	top: 1px;
}

.boton_form:focus {
	outline: 0;
	background: #fafafa;
}

.boton_form:before {
	background: #ccc;
	background: rgba(0, 0, 0, .1);
	float: left;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0
		rgba(255, 255, 255, .5);
	-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0
		rgba(255, 255, 255, .5);
	box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
}

/* Hexadecimal entities for the icons */
.add:before {
	content: "\271A";
}

.edit:before {
	content: "\270E";
}

.delete:before {
	content: "\2718";
}

.save:before {
	content: "\2714";
}

.email:before {
	content: "\2709";
}

.like:before {
	content: "\2764";
}

.next:before {
	content: "\279C";
}

.star:before {
	content: "\2605";
}

.spark:before {
	content: "\2737";
}

.play:before {
	content: "\25B6";
}

.disabled {
	opacity: 0.5;
}

.opcion_cabecera ul {
	background-color: #C6CFC2;
	width: 100%;	
	float:left;
	border: 0;
	border-bottom: 1px solid darkgreen;
}

.opcion_cabecera li {
	display: inline;
	text-align: center;
	font-weight: bold;
}

.opcion_cabecera li a{
	float:left;
	width: 220px;
	height: 20px;
	padding-top: 4px;
}

.opcion_cabecera li a:HOVER {
	background-color: #9DBF8D;
	color: white;
}

.opcion_cabecera li.current a {
	background: #E3E3E3 url("./images/arrow-black-down.png") center right no-repeat;
	color: blue;
}

.opcion_cabecera li.current a:hover {
	background-color: #8FAD80;
	color: white;
}

.unidad_almacen_inactiva {
	float: left;
	width: 31%;
	margin: 3px;
	padding: 5px;
	border: 1px solid darkgreen;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFB9B9;
	box-shadow: 4px 4px 4px #666;
}
.text_error { font-weight: bold; border: 1px solid #000; background-color: #fff; width: 40%; /*height: 90px;*/ text-align: center; float: left;  position: fixed; top: +20.0em; left: +28.0em; box-shadow: 4px 4px 4px #666; border-radius: 8px;}
.text_error p { padding: 0; margin: 0; text-align: left; vertical-align: top;}
