@import url(menu.css);

html, body {
	padding: 0;
	margin: 0;
  min-height: 100%;
  height: 100%; 
  height: auto !important;
}


body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/Background.jpg) top center repeat-x;
	/*overflow: -moz-scrollbars-vertical; esto no quita la barra de desplazamiento horizontal en firefox*/
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}

a:link, a:visited {
	font-weight: bold;
	outline: none;
}

em {
	font-style: normal;
}

/* reseteo de estilos h5 */

h5 {
	margin: 0;
  padding: 0;

}

h3 {
  font-size: 1.1em;
}

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
  height: auto !important;
  height: 100%;	
}

#tiraSuperior {
	width: 100%;
	margin: 0 auto;
  height: 5px;	
  background: url(../img/barraSuperior.png) top center repeat-x;
}

/* estilos para el Header */

#header {
	height: 73px; 
	width: 1050px;
	margin: 0 auto;
	margin-bottom: 0 !important;
	background: #ffffff;
}

#idioma{
	padding-right: 8px;
	padding-top: 20px;	
	float: right;
	font-size: 10px;
	font-weight: bold;
}

#idioma ul{
	padding-top:0;
	margin: 0;
	list-style:none;
}

#idioma li{
	padding-left:0spx;
	float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)
	color: #CACACA;
	font-size: 10px;
	font-weight: bold;
}

#idioma li a{
	color: #787878;
}

#idioma li a:hover, h4 a:active{
	color: #000;
}

.idioma a{
	color: #CACACA;
}

.idioma a img{
	border: 0;
}

.login {
	color: #3f8f3d;
	font-size: 11px;
}

#menu{
	padding-right: 8px;
	padding-top: 13px;	
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#menu ul{
	padding-top:0px;
	margin: 0;
	list-style:none;
}

#menu li{
	padding-left:0px;
	float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)
	color: #CACACA;
	font-size: 12px;
	font-weight: bold;
}

#menu li a{
	color: #787878;
}

#menu li a:hover, h4 a:active{
	color: #000;
}

.breadCrumb{
	margin: 0 auto;	
}

.breadCrumb ul{
	padding-top:15px;
	padding-left:0px;
	margin: 0;
	list-style:none;
}

.breadCrumb li{
	padding-left:20px;
	float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

/* estilos para el container */

#wrapper{
	width: 1050px;
	margin: 0 auto;
	padding-bottom: 68px;		/*la altura del footer*/
	background: #FFFFFF;
}

#contenido{
	width: 1034px;
	margin: 0 auto;
	border: 8px solid #eeeeee;
	font-family: verdana;
	font-size: 12px;
	/* font-weight: bold; */
}

#menuLateral{
	width: 250px;
	padding-left: 50px;
}

#contentLeft li{
	font-family: verdana;
	font-size: 10px;
}

#contenidoProducto {
	float:right;
	width: 770px;
}

#contenido ul{
	padding-top: 0px;
	padding-left: 0px;
	margin: 0;
	list-style:none;
}

#contenido li {
	padding-top: 8px;
}

#contenido #menuLateral h3{
	padding-top: 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #831717;
}

#contenido a{
	font-size: 10px;
	font-weight: normal;
	color: #222211;
}

#contenido a:hover{
	text-decoration: underline;
}

.contenido ul{
	padding-top:15px;
	padding-left:20px;
	margin: 0;
	list-style:none;
	font-family: verdana;
	font-size: 10px;
	color: #222211;
}

.contenido li a{
	color: #fff;
}

.contenidoIzquierdo{
	float: left;
	margin: 0 10px 0 0;
	width: 340px;
}

.contenidoCentral{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 340px;
	background: url(../img/border.png) top center repeat-y !important;
	background: url(../img/border.gif) top center repeat-y;
}

.contenidoDerecho{
	float: right;
	width: 340px;
}

/* estilos para el footer */

#footer {
	width: 100%;
	margin: 0 auto;
  position: absolute;
  bottom: 0 !important;
  height: 68px;
}

#pie {
	width: 1050px;
	margin: 0 auto;
}

#pieMenu {
	background: #787878;
	padding-top: 16px;
	height: 34px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#pieMenuIzquierda {
	float: left;
}

#pieMenuDerecha {
	float: right;
	padding-right: 8px;
}

#pieCreditos {
	background: #FFFFFF;
	padding-top: 17px;
	height: 34px;
	font-size: 9px;
	font-weight: bold;
	color: #787878;
	margin:0 auto 0 auto;
	text-align:center;
}

#pie img{
	float: left;
	margin: 10px 30px 0 0;
	border:0;
}

#pie ul{
	float:left;
	padding-top: 0;
	padding-left: 0;
	margin: 0;
	list-style:none;
}

#pie li {
	padding-left: 8px;
	float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)
	color: #FFFFFF;
}

#pie li a{
	color: #FFFFFF;
}

#pie li a:hover{
	color: #000;
}

/* TABLA CARRO DE PEDIDOS */

#tablaCarroPedido{

}

.carroTopLeft{
	background: url(../img/carroTopLeft_6px.gif) top left no-repeat !important;;
	height:36px;
	width:6px;
}
.carroTopId{
	background: url(../img/carroTop.gif) top center repeat-x !important;
	width:40px;
}
.carroTopArticulo{
	background: url(../img/carroTop.gif) top center repeat-x !important;
}
.carroTopCantidad{
	background: url(../img/carroTop.gif) top center repeat-x !important;
	width:100px;
}
.carroTopTotal{
	background: url(../img/carroTop.gif) top center repeat-x !important;
	width:100px;
}
.carroTopErase{
	background: url(../img/carroTop.gif) top center repeat-x !important;
	width:20px;
}
.carroTopRight{
	background: url(../img/carroTopRight_6px.gif) top right no-repeat !important;;
	height:36px;
	width:6px;
}

.carroCenterLeft{
	height:36px;
	width:5px;
	border-left:solid 1px #eee;
}
.carroCenterId{
	width:40px;
	text-align:center;
}
.carroCenterArticulo{
	text-align:left;
	padding-left:10px;
}
.carroCenterCantidad{
	width:100px;
	text-align:right;
	padding-right:20px;
}
.carroCenterTotal{
	width:100px;
	text-align:right;
	padding-right:20px;
}
.carroCenterErase{
	width:20px;
}
.carroCenterRight{
	height:36px;
	border-right:solid 1px #eee;
	width:5px;
}

.carroBottomLeft{
	background: url(../img/carroBottomLeft_6px.gif) top left no-repeat !important;;
	height:36px;
	width:6px;
}
.carroBottomId{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	width:40px;
	text-align:center;
}
.carroBottomArticulo{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	text-align:left;
	padding-left:10px;
}
.carroBottomUnidades{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	width:100px;
	text-align:right;
	padding-right:20px;
}
.carroBottomCantidad{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	width:100px;
	text-align:right;
	padding-right:20px;
}
.carroBottomTotal{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	width:100px;
	text-align:right;
	padding-right:20px;
}
.carroBottomErase{
	background: url(../img/carroBottom.gif) top center repeat-x !important;
	width:20px;
}
.carroBottomRight{
	background: url(../img/carroBottomRight_6px.gif) top right no-repeat !important;;
	height:36px;
	width:6px;
}

/*Message Box Idioma*/

.showBoxIdioma {
	outline: invert none 0; 
	cursor: pointer;
	/*width:300px;*/
	font-size:1em;
}

.myBoxIdioma {
	background-color: #fff;
	position: absolute;
  top: 0px !important;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	border:1px solid #ccc;
}

/*Message Box */

.showBox {
	outline: invert none 0; 
	cursor: pointer;
	width: 100%;
	margin: 0;
	font-size: 0.92em;
	letter-spacing: 0.3em;
}

.myBox {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	border:3px solid #ccc;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

.myBox p img{
  display: block !important;
  padding-bottom: 2px;
  margin: auto !important;
	border:none;	
}

.myBox p{
	border:none;	
}

.myBox a{
	color: #7c7826;	
}

.verMas {
	background-color: #fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	border:3px solid #ccc;
	background-repeat: repeat-x;
}

.verMas p img{
  display: block !important;
  padding-bottom: 2px;
  margin: auto !important;
	border:none;	
}

.verMas p{
	border:none;	
}

.verMas a{
	color: #7c7826;	
}

/* */

.modelo a img{
	border: none;
	
}

.imagenProducto{
  display: block !important;
  padding-top: 2px;
  margin: auto !important;
	border:none;
}

.tituloProducto{
	color:#a71f1f;
	font-size:0.8em;
	padding-bottom:5px;
  padding-top: 5px;
}

.precioProducto{
	font-size:0.8em;
}

.imagenModelo{
	float:left;
	padding-top: 0px;
	padding-left: 45px;
	width: 158px;
	height: 230px;
	/*border: 1px solid #c7c9bc;*/
}

.imprimirModelo{
	float:left;
}

.datoModeloTitulo{
	float:right;
	width:495px;			/* 770px - 215px = 555px max. */
	padding-top: 17px;
	padding-left: 40px;
	font-family: verdana;
	font-weight: normal;
	font-size: 18px;
	color: #fa0303;
	text-align: left;
}

.datoModeloDescripcionPedido{
	margin-top:15px;
	margin-left: 40px;
	float:right;
	width:495px;			/* 770px - 215px = 555px max. */
	padding-top: 10px;
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#AAA;
	text-align:left;
	height: 220px;
	overflow-y: auto;
}

.datoModeloDescripcionPedido li{
	color:#AAA;
}

.datoModeloReferenciaPedido{
	float:right;
	margin-left: 40px;
	width:495px;			/* 770px - 215px = 555px max. */
	padding-top: 5px;
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#fff;
	text-align:left;
}

.datoModeloDescripcion{
	float:right;
	width:495px;			/* 770px - 215px = 555px max. */
	padding-top: 34px;
	padding-left: 40px;
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#333322;
	text-align:left;
}

.datoModeloReferencia{
	float:right;
	width:495px;			/* 770px - 215px = 555px max. */
	padding-top: 5px;
	padding-left: 40px;
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#333322;
	text-align:left;
}

#carpeta{
	float:left;
	width:72px;			/* imagen 215px / 3 carpetas bajo la imagen */
	padding-top: 0px;
	padding-left: 30px;
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#333322;
	text-align:left;
}

.datoModeloCarpetas{
	padding-top: 10px;

	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	color:#333322;
	text-align:center;
}

.txtModelo{
	float:right;
	padding-right:30px;
	text-align:right;
	color:red;
	width:465px;			/*468px max*/
}

.boxholder{
	clear: both;
}

.box{
	padding-top: 0px;
 	min-height: 430px;
  height: 430px;
}

.box a:hover, h4 a:active{
	color: #fff;
}

.tab{
	float: left;
	cursor: pointer;
	height: 24px; /* 32 */
	vertical-align: middle;
	/*width: 124px;*/	/* 124 #8DC70A */
	margin: 0 1px 0 0;
	text-align: center;
}

.tabtxt{
	margin: 0;
	padding-left:15px;
	padding-right:15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.tabtxtModelo{
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}

.tabContenidoModelo{
	clear: both;
	background: #fff;
	height: 23px;
}

.tabtxtContenidoModelo{
	cursor: pointer;
	float:right;
	margin: 0;
	width: 100px;
	text-align: center;
	padding-left:15px;
	padding-right:15px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.boxContenidoModelo {
	padding:15px;
	background: #fff;
}

/* Generales para dialogs del magnolia */

.cdotted {
  	border-bottom: 1px dotted #000;
  	height: 5px;
}

.alineacion_centered {
  display: block !important;
  padding-bottom: 2px;
  margin: auto !important;
	border:none;
}
	
.alineacion_left {
  float: left;
  padding-right: 5px;
  padding-bottom: 2px;
}
	
.alineacion_right {
 	float: right;
 	padding-left: 5px;
 	padding-bottom: 2px;
}

.espacio1 {
    height: 10px;
}

.espacio2 {
    height: 20px;
}

/* acceso usuarios registrados */

.entrada {
	text-align: center;
	margin-bottom:20px;
}

#mb_loginBox input {
		font-size: .7em;
		border: 0;
		width: 140px;
		background: transparent;
		margin-top: 18px;
	}
	
#mb_loginBox input.submit {
		width: auto;
		margin-top: 20px;
}

/* thumbnail slider begin */

/* apply the gallery design */
/*.gallery_container {  width:492px ; height:94px ; margin:10px auto 10px; background:#EBE2E5 ; padding:7px 0px 0px; display:block; position:relative; }*/
/*.gallery_container {  width:492px ; height:194px ; margin:10px auto 10px; padding:7px 0px 0px; display:block; position:relative; }*/
.gallery_container { margin:0px auto 0px; padding:7px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
/*.thumb_container{ position:relative ; overflow:hidden ; width:442px ; height:190px ; margin:0px auto 0px; }*/
.thumb_container{ position:relative ; overflow:hidden ; margin:0px auto 0px; }
/* the thumbnails container */
.thumbs { white-space:nowrap; }

.thumbs a { padding:0px; margin:0px; margin-left:5px; margin-right:5px;}  /* margin 10 px en total*/
.thumbs a img{ border:1px #CCC solid; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:12px; height:12px; top:48%; right:0px; background:url(../images/gallery_fwd.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:12px; height:12px; top:48%; left:0px; background:url(../images/gallery_back.gif) no-repeat;  }

/* thumbnail slider end */


#ListPedUser,#ListPedEmp	{ padding: 10px; padding-left: 37px; background: url(../img/archive.png) left center no-repeat; line-height: 32px; margin-left: 10px; } 
#ListProdUser,#ListProdEmp	{ padding: 10px; padding-left: 37px; background: url(../img/star.png) left center no-repeat; line-height: 32px; margin-left: 10px; }

.listProductos{  }
.listProductos li{ margin-left: 15px; padding-left:5px; color: #444; font-size: 14px; line-height: 14px; }
.listProductos li b{ color: #999; font-weight: normal; font-size: 12px; }
/*.listProductos li:hover{ background: #F0F0F0; }*/

.listUsuarios	{ padding-left: 30px; width: 200px; line-height: 24px; background: url(../img/user_black.png) left center no-repeat; float: left; }
.listTodos		{ padding-left: 30px; width: 300px; line-height: 44px; background: url(../img/group.png) left center no-repeat; }
.listUsuarios:hover{background: url(../img/user.png) left center no-repeat; }

#estadisticas{ margin: 5px;}
h2				{ padding-left: 10px; }

#anio1	{ width: 400px; float: left; }
#mes1	{ float: left; 	margin-top: 40px;	margin-left: -300px; }
#ped1	{ float: left; width: 250px; }
#prod1	{ color: #333; float: right; width: 740px; }


#anio1	b{ padding: 5px; padding-left: 25px; background: url(../img/date_year.png) top left no-repeat; line-height: 22px; margin-left: 10px; }
#anio1 span.title{ display: block; float: left; margin-top: 10px; margin-bottom: 10px; line-height: 20px; }
#anio1 .anio{ display: block; padding: 2px 20px; margin-left: 25px; width: 50px; text-align: center; }
#anio1 .anio:hover{  background: url('../img/arrow-right.png') no-repeat left center;color: #333;}
#anio1 .sel{background: url('../img/arrow-right.png') no-repeat left center; color: #333; font-weight: bold;  }



#mes1	b{ padding: 5px; padding-left: 25px; background: url(../img/date_month.png) top left no-repeat; line-height: 22px; margin-left: 10px; }
#mes1 .mes{ padding: 2px 20px;	text-align: center;	position: relative;	top: 4px; }
#mes1 .mes:hover{ background: url('../img/arrow-right.png') no-repeat left center; color: #333; }
#mes1 .sel{ background: url('../img/arrow-right.png') no-repeat left center; color: #333; font-weight: bold; }

#ped1 .ped{ display: block; padding: 2px 20px; margin-left: 10px; width: 215px;  background: url(../img/box.png) left center no-repeat; line-height: 20px; text-align: left; }
#ped1 .ped:hover{ background: url(../img/box.png) left center no-repeat #F0F0F0; color: #333; }
#ped1 .sel{ background: url(../img/box.png) left center no-repeat #E0E0E0; color: #333;  }


#prod1 .prod{border: 1px #F1F1F1 solid; margin: 20px; padding: 5px;}
#prod1 .prod .prods{ display: block; width: 50%; float: left;}


.listadoPedidos{ line-height: 16px; }

.rango{ display:inline; cursor:pointer; font-size: 14px; padding: 5px; margin: 3px; }
.rango:hover{ background: #F0F0F0; }
.selectorRangos{ background: #B0B0B0; }

#slider-range{ margin-top: 10px; margin-left: 20px; width: 495px; }

table.tablaProductos{ margin-top: 15px; }
table.tablaProductos thead tr{ background: #333; color: #FFF; }
table.tablaProductos thead tr td.head1{ width: 5%; }
table.tablaProductos thead tr td.head2{ width: 10%; }
table.tablaProductos thead tr td.head3{ width: 35%; }
table.tablaProductos thead tr td.head4{ width: 10%; }
table.tablaProductos thead tr td.head5{ width: 15%; } /* antes 10%*/
table.tablaProductos thead tr td.head6{ width: 10%; } /* antes 15%*/
table.tablaProductos thead tr td.head7{ width: 15%; }


table.tablaProductos tbody{  }

table.tablaProductos tbody tr{}
table.tablaProductos tbody tr:nth-child(even) {background-color: #FFF}
table.tablaProductos tbody tr:nth-child(odd) {background-color: #F3F3F3;}

table.tablaProductos td{ padding: 2px 2px; }

img.loading{ margin: 50px; padding: 50px; }

