@CHARSET "UTF-8";

/* GENERAL */

a{
	color: black;	
}

.boton{
	font-size: 10px;
}

.logo{
	cursor: pointer;	
}

.menu{
	font-family: trebuchet ms;	
}

.botonBodie{
	cursor: pointer;
}

.botonBodieSelected{
	color:white;
	cursor: pointer;	
}
.pageTitle{
	color:#8dc643;
	font-family: helvetica;
	font-size: 11px;
	background-color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.title{
	color:#8dc73f;
	padding-top: 25px;
	font-family: helvetica;
	font-weight: bold;
	font-size: 13px;
}
.subtitle{
	color:#8dc73f;
	padding-top: 10px;
	font-family: helvetica;
	font-size: 13px;
}

.text{
	padding-top: 5px;
	color:white;	
	font-family: helvetica;
	font-size: 12px;
}

.formulario{
	padding-top: 5px;
	color:white;
	font-family: helvetica;
	font-size: 10px;
}

.formularioField{
	padding-top: 15px;
}

/* BARRA IZQUIERDA */

.sidebar{
	font-weight: bold;
	font-size: 10px;
}

.busquedaRapidaTitle{
	color:white;
	font-family: verdana;
	font-weight: bold;
}

.menuCategoriasTitle{
	border-top: 1px solid #383838;
	color:#8dc53c;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 15px;
}

.menuCategorias{
	margin-left:5px;
	font-family: arial;
	font-size: 12px;
}

.menuCategoriasItem{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: 2px;
}

.menuConSubcategoria{
	color:#f1f1f1;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

.menuCategoriasItemSelected{
	color:black;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
}

.wagnerTitle{
	color:#729f36;	
	font-family: helvetica;
}

/* LISTA PRODUCTOS */

.productosListaItemCodigo{
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.productosListaItemTitle{
	color:#8dc73d;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.productosListaItemDescripcion{
	color:white;
	font-family:trebuchet ms;
	font-size: 10px;
	margin-left: 3px;
	line-height: 11px;
}

.productosListaItemMasInfo{
	color:black;
	background-color:white;
	font-size: 11px;
	line-height: 15px;
	padding-left: 10px;
	cursor: pointer;
}

.productosListaItemCesta{
	color:black;
	background-color:#8dc73d;
	font-size: 11px;
	line-height: 15px;
	padding-left: 10px;
	cursor: pointer;
}
/* PRODUCTO */

.productoDetalle{
	font-family: verdana;	
}

.productoListaItemCodigo{
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.productoListaItemTitle{
	color:#8dc73d;
	font-size: 10px;
	font-weight: bold;
}

.productoListaItemDescripcion{
	color:white;
	font-family:trebuchet ms;
	font-size: 11px;
	margin-left: 3px;
	line-height: 13px;
}


/* FOOTER */

.footer{
	border-top:1px solid #8cc63e;	
}

.footerLine{
	
	text-align:right;
	color :white;
	line-height: 12px;
	font-size: 11px;
	
}


/* PAGINACION */

.paginationTitle{
	font-family: Arial;
	font-size: 10px;
	color: white;
}

.paginationNav{
	float: right;	
}

.paginationPage{
	font-family: Arial;
	font-size: 10px;
	color: white;
	float: left;
	margin-right: 10px;
}

.paginationPageSelected{
	font-family: Arial;
	font-size: 10px;
	color: gray;
	float: left;
	margin-right: 10px;
}

.paginationPrev{
	font-family: Arial;
	font-size: 10px;
	color: white;
	float: left;
	margin-right: 10px;
}

.paginationNext{
	font-family: Arial;
	font-size: 10px;
	color: white;
	float: left;
	margin-right: 10px;
}
