/* CSS Document */
@import url(tienda.css);

/*-----------------------*/
/*=CAJAS PREVIAS*/
/*-----------------------*/
#seleccion {
	clear: both;
}

.instru {
	padding: 5px;
	font-size: 12pt;
}

.instru strong {
	font-size: 20pt;
}

#asel {
	display: block;
	width: 600px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	background: url(../img/btn_big.gif) no-repeat;
	color: #FFFDE5;
}

#asel:hover {
	background-position: 0 -40px;
	color: #420601;
}

#configuradas {
	overflow: hidden;
	margin-left: 100px; 
	width: 760px;
}

.caja_sel {
	display: inline;
	float: left;
	width: 240px;
	margin: 10px 8px 0 0;
	border: 1px solid #963;
	background: #F3EEE7;
}

.caja_sel h3 {
	padding: 10px;
	font-size: 14pt;
	background: #420601;
	color: #F3EEE7;
}

.caja_sel ul {
	/*-*/
}

.caja_sel li {
	overflow: hidden;
	width: 240px;
	border-bottom: 1px solid #963;
	text-transform: uppercase;
	font-size: 9pt;
}

.caja_sel li img, .caja_sel li p {
	display: inline;
	float: left;
}

.caja_sel li img {
	width: 60px;
	height: 75px;
}

.caja_sel li p {
	width: 170px;
	margin: 30px 0 0 5px;
}

.caja_sel form {
	text-align: center;
	background: #420601;
}

.caja_sel button {
	width: 100%;
	height: 30px;
	font-size: 12pt;
}


/*-----------------------*/
/*=SELECCION*/
/*-----------------------*/
#saludo {
	overflow: hidden;
	width: 100%;
}

#logo {
	float: left;
	display: inline;
	width: 150px;
	height: 80px;
	margin-right: 15px;
}

#mensaje {
	height: 55px;
	border-bottom: 1px dashed #420601;
}

#instruccion {
	margin-top: 5px;
	font-size: 12pt;
	font-weight: bold;
}

#caja {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}

#etiq {
	float: left;
	display: inline;
	width: 120px;
	text-align: right;
	font-size: 12pt;
}

#caja_sel {
	float: left;
	display: inline;
	width: 640px;
	margin-left: 15px;
	padding: 5px;
	border: 1px solid #963;
	text-transform: uppercase;
	font-size: 9pt;
	background: #F3EEE7;
}

#boton {
	float: left;
	display: inline;
	width: 150px;
	margin-left: 15px;
}

#boton button {
	width: 120px;
	height: 36px;
	font-size: 16px;
}

#pestanas {
	width: 100%;
	height: 35px;
	margin-top: 15px;
}

#pestanas li {
	float: left;
	display: inline;
	margin-right: 1px;
}

#pestanas li a {
	position: relative;
	display: block;
	width: 46px;
	height: 24px;
	padding-left: 84px;
	padding-top: 11px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/pestana.png) no-repeat;
	color: #FFFDE5;
}

#pestanas li a:hover {
	background-position: 0 -35px;
}

#pestanas li .bton, #pestanas li .bton:hover {
	background-position: 0 -70px;
	cursor: default;
}

#grupos {
	padding: 10px 0 10px 10px;
	background: #FFF url(../img/grupos_bot.gif) 0 bottom no-repeat;
}

.grupo {
	overflow: hidden;
	width: 100%;
}

.grupo h2 {
	margin-right: 10px;
	padding: 5px 0 5px 5px;
	border-bottom: 3px double #999;
	font-size: 14pt;
	background: #ECE5DA;
}

.consejo {
	font-size: 8pt;
	color: #999;
}

.producto {
	position: relative;
	float: left;
	display: inline;
	width: 120px;
	margin: 10px 15px 0 0;
	padding-bottom: 4px;
	text-align: center;
	background: #FFF8BA;
}

.hover {
	background: #FFF175;
}

.actived {
	padding-bottom: 0;
	border-bottom: 4px solid #420601;
	background: #FFE70F;
}

.producto img {
	width: 120px;
	height: 150px;
}

.producto h3 {
	height: 42px;
	padding: 3px 5px;
	border-bottom: 1px dotted #420601;
	font-size: 11px;
	text-transform: uppercase;
}

.producto_info {
	display: none;
}

.producto label {
	display: block;
	padding-top: 3px;
}

/*Tip*/
#tip {
	display: none;
	position: absolute;
	width: 140px;
	padding: 4px;
	border: 1px solid #420601;
	font-size: 8pt;
	background: #FFF;
}
