a {
	color: #5C4B51;
}

#page-wrap {
	min-width: 1300px;
	max-width: 1900px;
	margin: 0 auto;
	min-height: 100%;
	}
	#page-wrap #inside {
		padding-top: 20px;
	}

#contenedorCentrado {
	width: 100%;
	text-align: center;
}
#centrado {
	margin:0 auto;
	text-align: left;
	width: 720px;
	padding:10px 30px;
	background: #FFF;
	box-shadow: 0 10px 30px #000;
	margin-top: 10px;
}
#centrado h3 {
	color: #058C9F;
	font-size: 21px;
}	
#contenedorPrincipal {
	/*padding-left: 190px;*/
	padding: 10px 10px 0 10px;
	text-align: left;
	margin-bottom: 90px;
}
	
#adminHeader {
	text-align: left;
	padding-left: 12px;
}
	
#left-sidebar {
	float: left;
    padding-top: 20px;
    padding-left: 10px;
}
	#left-sidebar p {
	    height: 37px;
	    padding-top: 3px;
	    font-size: 15px;
	}    
	#left-sidebar li {
		margin:0;
		display: inline;
	}
	#left-sidebar li a {
		background: #6F6760;
	    color: #FFFFFF;
	    display: inline-block;
	    font-size: 14px;
	    padding: 10px 10px;
	    border-radius: 10px 10px 0 0;
	}
	#left-sidebar li a:hover { background: #1A7745;}

#inside { position: relative; }
/*
 * Clases
 */
.fullWidth{
	width: 90% !important;
}

/*
 * 		Puntuales
 * 
 */
body{ 
	background-color:#CCC;
    background-image:-webkit-radial-gradient(center, #ebebec, #CCC);
    background-image:-moz-radial-gradient(center, #ebebec, #CCC);
    background-image:radial-gradient(center, #ebebec, #CCC);
    color: #000;
    overflow-y: scroll; 
    font-family: 'Source Sans Pro', sans-serif;
}
body, html { height: 100%; }
h4 {
	font-size: 21px;
	margin-bottom: 10px; 
}
h3 {
    background: #6F6760;
    display: block;
    padding: 5px 13px;
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    position: relative;
}
h3 .boton {
	font-size: 14px;
	float: right;
	margin: -5px 0 0 10px;
}
table {
    border-collapse: collapse;
}
td {
    padding: 8px 4px;
    text-align: center;
}
input {
    padding: 5px;
}
/*
 * Login
 */
#contenedorAdmin {
	width: 780px;
	background: url(../../img/logo-admin.png) no-repeat;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -390px;
    margin-top: -240px;
    color: #FFF;
}
#loginAdmin {
	margin: 120px 0 0 0;
}
#innerLoginAdmin {
	padding: 40px 150px 15px 150px;
}

#innerPopup { min-height: 220px; }
#innerPopup .tablaBorrar,
#innerPopup .tablaImagen,
#innerPopup .tablaDescripcion {display: none;}
#innerPopup .seleccionado { background: #CCC !important; color: #000 !important;}

#tablaConfirmar {
	border-collapse: separate;
}

#innerPopup #tablaConfirmar td {
	background: none repeat scroll 0 0 #EEEEEE;
    text-align: center !important;
}
/*
 * Otros estilos
 */
#abecedario {
	margin: 20px 0 -5px;
}
	#abecedario a {
		background: url("/site_2012/img/filete-blanco.png") no-repeat scroll -5px -8px transparent;
	    color: #6F6760;
	    padding: 4px 0 0 12px;
	}
		#abecedario a:first-child {
			background: none;
			padding-left: 4px;
		}
		#abecedario a:hover {
			text-decoration: underline;
		}
.iconoListaProductos {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: bottom left no-repeat;
	vertical-align: top;
}
.estadoVerde {
	width: 23px;
	height: 23px;
	background: url(../img/luz-estado.png) no-repeat top;
	display: inline-block;
}
.estadoPedido {
	color: #FFF;
}
	.estadoPedido:hover { text-decoration: underline; }
	.estadoPedido .pedidoP {
		background: #1A7745;
		border-radius:5px;
		padding:5px;
	}
	.estadoPedido .pedidoE { color: #6F6760;}
	
.comentarioPedido {
	text-overflow: ellipsis;
	-moz-binding: url("../xml/ellipsis.xml#ellipsis");
	overflow: hidden;
	white-space: nowrap;
}
#salir {
	position: absolute;
	top: 0px;;
	right: 20px;
	padding-top: 12px;
	color: #FFF;
	padding-bottom: 5px;
	border-radius: 0 0 5px 5px !important;
}
.botonNuevo {
    padding: 10px 12px 10px 40px !important;
    background-image: url(../img/plus.png) !important;
    background-position: 10px 8px !important;
    background-repeat: no-repeat !important;
}
	.botonNuevo:hover {
		background-color: #F29100;
	}
.colFull {
	margin: 0 1% 10px 0;
	width: 99% !important;
}
#colDe {
    float: left;
    width: 50%;
    box-shadow: 0 7px 8px -5px #000000;
}
#colIz {
    background: none repeat scroll 0 0 #32A1AD;
    float: left;
    margin: 0 1% 10px 0;
    box-shadow: 0 7px 8px -5px #000000;
    width: 48%;
    font-size: 14px !important;
    white-space: nowrap;   
}
#colIz ul {	 overflow: hidden !important;}
#colDe ul, #colIz ul {
    background: #FFF;
    height: 130px;
    overflow: auto;
    padding: 5px 0px;
}
#colDe ul a, #colIz ul a {
    color: #6F6760;
    display: block;
    padding: 3px 13px;
    text-decoration: none;
    font-size: 13px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
}
#colDe ul a:hover, #colIz ul a:hover {
    background: #EEE;
}
.seleccionado {
	background: #1A7745 !important; 
	color: #FFF !important;
}
	.seleccionado .iconoListaProductos { background-position: left top; }

/*
 * 		Estilos del centro y la tabla
 */

#centro {
	padding-top: 10px;
	background: #F1F1F2;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
	#centro table {
		box-shadow: 0 7px 8px -5px #000000;
		color: #6F6760;
		font-size: 14px;
	}

#buscador {
    margin: -40px 1% 0 0;
    float: right;
    position: static !important;
}

.first {
    background: #6F6760 !important;
}
.odd {
    background: #FFF;
}
.even {
    background: #EEE;
}
	#innerPopup td { 
		text-align: left !important; 	    
    	padding: 4px 0;
    	position: relative;
  		/*font-family: "HelveticaNeueBoldRegular",Helvetica,Arial,sans-serif;
  		text-transform: uppercase;*/ 
  	}
  	#innerPopup #tablaConfirmar {
  		width: 573px;
  	}
.boton {
	background: #EAEAEA;
    border-radius: 5px;
    color: #6F6760 !important;
    display: inline-block;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
    font-size: 12px !important;
    padding: 4px 10px 1px;
    text-transform: uppercase;
}
.botonFlotante {
	border: 1px solid #5C4B51;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 10px -6px #000000;
    color: #6F6760 !important;
	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    background: #F0F0F0;
}
.botonRelativo {
	background: #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 5px -2px #000000;
    color: #6F6760;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
    font-size: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin: 4px 0 14px;
    display: inline-block;
}
	.boton:hover, .botonRelativo:hover {
	    background: none repeat scroll 0 0 #EEEEEE;
	}
#avisosPager {
    margin: 20px 0;
    text-align: center;
}
#avisosPager li {
    display: inline;
    margin: 5px;
}
#avisosPager li a {
	background: #EAEAEA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 5px 5px -4px #000000;
    color: #6F6760;
    padding: 5px 8px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: normal;
}
	#avisosPager li a:hover {
		background: #1A7745;
		color: #FFF;
	}
	.pagActual { background: #1A7745 !important; color: #FFF !important; }
#botonesSubmit {
	text-align: center;
	margin: 10px 0px 0 0;
}
	#botonesSubmit input {
	    border-radius: 5px 5px 5px 5px;
	    box-shadow: 0 3px 10px -6px #000000;
	    color: #FFF;
	   	font-family: Arial, Helvetica, sans-serif;
	   	font-weight: bold;
	    font-size: 12px;
	    text-transform: uppercase;	   
	    cursor: pointer;
	    border: none;
	    margin: 10px 5px 0;
   		padding: 10px 8px;
   		background: #6F6760;
	}
		#botonesSubmit input:hover { 
			background-color: #1A7745; 
			color: #FFF; 
		}
/*
 * 	Popups
 */
#popupForm table {
	border-collapse: separate;
	width: 670px;
}
#popupForm, #popupImagen, #popupPdf {
	background: none repeat scroll 0 0 #6F6760;
    box-shadow: 0 0 50px #000000;
    color: #6F6760;
    display: none;
    left: 50%;
    margin: 0 0 0 -350px;
    min-height: 280px;
    padding: 15px 12px 12px;
    position: absolute;
    text-align: left;
    top: 90px;
    width: 700px;
    z-index: 100;
    border-radius: 10px;
}
#popupForm input, #popupFijo input {
    color: #6F6760;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
}
#popupImagen {
	position: fixed;
}
#popupForm tr {
	background: #eee;	
}
#popupForm td {
	padding: 8px 12px !important;
	text-align: left !important;
}
#popupImagen img {
	max-height: 300px;
	width: auto;
}
.cerrar {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 25px;
	height: 15px;
	background: url(../img/cerrar.png) no-repeat bottom;
	z-index: 100;
}
#confirmarEliminar, #confirmarExportarPrecio, #confirmarActualizar {
	background: #FFFFFF;
    box-shadow: 0 0 50px -7px #000000;
    color: #000000;
    min-height: 125px;
    left: 50%;
    margin-left: -60px;
    position: fixed;
    top: 50%;
    width: 270px;
    margin-top: -70px;
    display: none;
    text-align: center;
}
#confirmarEliminar p, #confirmarExportarPrecio p, #confirmarActualizar p {
	margin: 45px 0 10px;
}
#confirmarEliminar input, #confirmarExportarPrecio input, #confirmarActualizar input {
	margin: 0 0 10px 0;
}
#formularioLista img {
	vertical-align: top;
}
	#formularioLista tr:first-child {
		color: #FFF;
	}
	#formularioLista table a {
		color: #FFF;
	} 
		#formularioLista table a:hover { text-decoration: underline; }
		#formularioLista tr:hover { background: #CCC; }
/*
 * Sub botonera
*/
#sub-sidebar {
	text-align: left;
	margin: 5px 0 0 20px;;
	float: left;
	min-height: 60px;
}
#sub-sidebar li {
	display: inline-block;
}
#sub-sidebar li a {
	padding: 10px 12px 10px 12px;
    color: #FFF;
    background: #6F6760;
    display: inline-block;
    font-weight: normal;
    margin: 10px 5px 10px 0;
    font-size: 14px;
	text-transform: uppercase;  
}
	#sub-sidebar li a:hover {
		background: #1A7745;
	}
	
.botonLinea {
	position: absolute;
	background: #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 5px -4px #000000;
    color: #6F6760;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
    font-size: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
    left: 0px;
    top: -40px;
}
	.botonLinea:hover {
		background: #EEE;
	}
	
	/* Popup y registro */
#popup, #popupFijo {
	position: absolute;
	width: 900px;
	height: auto;
	top: 80px;
	left: 50%;
	margin-left: -450px;
	background: #6F6760;
	box-shadow: 0 0 100px #000;
	z-index: 1000;
	padding: 15px;
	text-align: left;
	display: table;
	display: none;
	color: #6F6760;
	border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
	#popup div {
		/*display: table-row;*/
	}
	#popup span {
		color: #6F6760;
	}
	#innerPopup {
		background: #FFF;
		border-radius: 5px;	
		display: block !important;
		padding: 15px;
	}
		#innerPopup h3 {
			color: #6F6760 !important;
		}
		#innerPopup span {
			font-size: 12px;
		}
		#innerPopup h3 {
			margin:15px 0 0 0;
		}
			#innerPopup form td {
				padding: 4px;
				vertical-align: top;
			}
	#popup h3, #popupFijo h3, #popupForm h3 {
		color: #FFF;
	    font-size: 18px;
	    font-weight: normal;
	    background: none;
	    padding: 0 0 10px 0;
	}
	#popup h4, #popupFijo h4 { font-size: 18px; margin-bottom: 10px;}
	#captcha img {
		box-shadow: 0 3px 7px -6px #000000;
		border-radius: 5px;
		box-shadow: 0 5px 10px -6px #000000;
	}

#popupFijo {
	position: fixed;
	top: 50%;
	margin-top: -150px;
}
	
#submitRegistro, #submitEditar, .inputAzul {
	color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 27px !important;
    width: 100px !important;
    background: #6F6760;
    float: right;
    border: none;
   
}
	#submitRegistro:hover, #submitEditar:hover, .inputAzul:hover { background: #1A7745; }
	#formularioLista .inputAzul  {
		 margin-right: 5px;
	}
.cerrar {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 25px;
	height: 15px;
	background: url(../img/cerrar.png) no-repeat bottom;
}
.botonRegistro, .botonHovNaranja  {
    background: none repeat scroll 0 0 #028396;
    border-radius: 3px 3px 3px 3px;
    float: right;
    font-size: 12px;
    margin: 5px 12px 0 0;
   	height: 24px;
    text-align: center;
    width: 100px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px !important;
}
.barraAlertaNaranja {
	 background-color: #1A7745 !important; 
}
	.botonRegistro:hover, .botonHovNaranja:hover  { background: #5C4B51;}
	.barraAlertaNaranja .botonRegistro:hover, .barraAlertaNaranja .botonHovNaranja:hover, .barraAlertaNaranja #submitRemoto:hover  { background-color: #028396 !important;}
/*#editarInformacion {
	display: none;
    float: left;
    margin: 9px 0 0 11px;
    width: 110px;
}*/
/* Alertas */
#alertasFlotantes {
	position: absolute;
	z-index:1050;
	display: none;	
	font-size: 12px;
}
	#alertasFlotantes div, #alertasFlotantes ul {
		padding:10px 10px 5px;
		box-shadow: 0 5px 20px -5px #000;
		border-radius: 5px;			
	}
#alertas {
	position: fixed;
	width: 500px;
	left: 50%;
	margin-left:-250px;
	top:0px;
	z-index:150;
	display: none;
}
#alertas div, #alertas ul {
	padding:30px 40px;
	box-shadow: 0 5px 20px -5px #000;
	border-radius: 5px;	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

	list-style-type: disc;
}
.error {
	background: url(../img/bg-naranja.png);
	color: #FFF;
}
 .error li {
 	text-align: left;
 	margin-bottom:10px;
 }
.exito {
	background: #29B5C6;
	color: #FFF;	
}
/*
 * Formularios
 */
.formularioGrande {
	background: #FFF;
	color: #327897;
}
.formularioGrande tr {
	vertical-align: top;
}
.formularioGrande tr:hover {
	outline: none;	
}
.formularioGrande td {
	text-align: left ;
	padding: 10px 20px;
}
.formularioGrande textarea {
	width: 500px;
	height: 150px;
}
.formularioGrandeH3{
	background: none;
	margin: 10px 5px;
}
.nicEdit-panelContain * {
	color: #000 !important;
}
/*
 *  Notificaciones
 */
.notificacion, .exito, .error {
	border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 50px #000000;
    left: 50%;
    margin-left: -170px;
    padding: 30px 20px 30px 40px;
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    width: 400px;
    z-index: 100;
}
.notificacion {background: url(../img/bg-notificacion.png) no-repeat left top #FFF;color: #000;}
.error {background: #1A7745;color: #FFF; z-index: 200;}
.exito {background: url(../img/bg-notificacion.png) no-repeat left top #FFF;color: #000;}
/*
 * Footer
 */
#footer {
	background: none repeat scroll 0 0 #EAEAEA;
    bottom: 0;
    height: 30px;
    min-width: 980px;
    position: fixed;
    width: 100%;
    color: #6F6760;
}
#footer ul {
    float: left;
    margin: 5px 0 0 10px;
}
#footer ul li {
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    padding-right: 8px;
}
	#footer a:hover {
		text-decoration: underline;
	}
	
#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/bg-blanco.png);
	top: 0px;
	left:0px;
	display: none;
	z-index: 9999;
}
	#loader div {
		background: url("../img/ajax-loader.gif") no-repeat scroll 10px 12px #FFFFFF;
	    border-radius: 5px 5px 5px 5px;
	    box-shadow: 0 0 60px #000000;
	    height: 40px;
	    left: 50%;
	    margin: -40px 0 0 -65px;
	    padding: 10px 10px 5px 44px;
	    position: absolute;
	    text-align: left;
	    top: 50%;
	    width: 130px;
	}
/* Consejos */
#listaInfo p {
	color: #FFF;
	font-size: 12px;
}
#popupFijo, #popup {
	display: none;
}

/*
 * 		Login
 */
.iconoIz {
	float: left;
	border-right: #6F6760 solid 1px;
	padding-right: 10px;
	margin-right: 10px;
}
.tituloImg18 {
	color: #5C4B51; 
}
#innerLoginAdmin {
	background: #EAEAEA;
	padding-bottom: 20px;
	border-radius: 0 0 10px 10px;
	border-top: solid 5px #1A7745;
	box-shadow: 0 8px 5px -4px rgba(0, 0, 0, 0.3);
}
.submitFlechaAzul {
	border: none;
	padding: 4px;
	height: 27px !important;
}
.naranja12 {
	color: #1A7745;
	font-size: 12px;
}
/* Validacion */
.alertaCampoIndividual {
	background: none repeat scroll 0 0 #F37825;
    border-radius: 0;
    box-shadow: 0 3px 10px -6px #000000;
    color: #FFFFFF;
    font-size: 12px;
    margin: -37px 0 0 621px;
    padding: 5px;
    position: absolute;
}
.formularioAjax .alertaCampoIndividual {
	right: 33px;
}
	.alertaCaptcha {	
		background: none repeat scroll 0 0 #F37825;
	    border-radius: 0 3px 3px 0;
	    box-shadow: 0 3px 10px -6px #000000;
	    color: #FFFFFF;
	    font-size: 12px;
	    margin: -30px 0 0 282px;
	    padding: 5px;
	    position: absolute;
	    z-index: 200;
  	}
  	
/*
 * 		Formularios
 */
.formularioEstandar input,  .formularioEstandar select{
	border: none;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 12px;
	margin-top: 6px;
	height: 22px;
	vertical-align: middle;
}
.formularioEstandar .submit {
	background: url(../img/flecha-de-hover.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
	height: 24px;
}


/*
 * 		Formularios estandar
 */
.formEstandar label {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}
.formEstandar input,
.formEstandar textarea,
.formEstandar select {
	padding: 5px;
	margin: 5px 10px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
}
	.formEstandar textarea {
		height: 80px;
		width: 98% !important;
	}
	.formEstandar .submit {
		color: #FFF !important;
		font-size: 16px;
	}



.formEstandar table {
	width: 99%;
	margin-bottom: 15px;
}
.formEstandar table td:first-child {
	width: 115px;
}
.formEstandar table input {
	width: 99% !important;
}

/*
 * 		Estilos puntuales para campos de formulario
 */

.textCodigo {
	font-family: monospace !important;
	height: 60px !important;
	font-size: 12px;
}

.textDetalles {
	height: 250px !important;
}