﻿.ajax {
	color: White;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}
.button {
	background-color: #3B3B3B;
	border: solid 1px #3B3B3B;
	color: White;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.elementoResumen {
	border-bottom: solid 1px gray;
}
.textBox {
	border: solid 1px #3B3B3B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.tituloCategoria {
	background-color: #3B3B3B;
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
.txtMenuCategorias, a.txtMenuCategorias, a.txtMenuCategorias:hover, a.txtMenuCategorias:link {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.txtPrecio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.txtProducto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* Carrito de Compra */
div#c_carrito {
	border: 0;
	height: 62px;
	overflow: hidden;
	position: absolute;
	width: 202px;
}

div#c_carrito span, div#c_carrito a {
	display: block;
	padding: 0 3px;
}

div#c_carrito a:hover {
	background: #f5f5f5;
}

/* Tips */
.tip {
	color: #fff;
	width: 125px;
	z-index: 13000;
}
.tip-title {
	background-color: Black;
	color: Orange;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.tip-text {
	background-color: Black;
	font-size: 11px;
	padding: 4px 8px 8px;
}

/* Accoridion */
.acc_toggler { 
  color: #FFFFFF; 
  cursor: pointer; 
  font-size: 13px; 
  font-weight: bold; 
  margin: 0; 
  padding:5px;
}
.acc_toggler:hover { 
  background: #4B4B4B; 
}
.acc_element { 
  padding: 0 5px; 
}