@import url("reset.css");
@import url("general.css");
body {
	font-size:100%;
	background: #CCC url(../images/bgbody.jpg) repeat-x left top;
}
#contenedor {
	margin: 0px auto;
	width: 970px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	background: url(../images/bgcontenedor.gif) repeat-y;
}
#cabecera {
	height: 70px;
	background: #018BB9 url(../images/cabecera.jpg);
}
#cabecera h1 {
	display: none;
}
#user {
	float:right;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 15px;
	padding-right: 20px;
}
#user a {
	color:#FFF;
	font-weight:bold;
}
#user p.user {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:5px;
}
#menu {
	height: 33px;
	background: #FFB547 url(../images/bgmenu.jpg) no-repeat left top;
}
#menu li {
	float: left;
}
#menu li a {
	text-decoration: none;
	color: #005977;
	display: block;
	font: bold 11px Verdana, Geneva, sans-serif;
	padding-top: 7px;
	padding-left: 25px;
}
#menu li a:hover {
	color: #FFF;
}
#contenido {
	line-height:150%;
	color:#666;
	padding: 30px;
}
#contenido td, #contenido th {
	padding:8px;
}
#contenido h1 {
	clear:left;
	color: #666;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	font: 22px Arial, Helvetica, sans-serif;
}
#contenido h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	clear:left;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	color:#FF9900;
}
#contenido h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
	margin:14px 0 8px 0;
}
#contenido h6 {
	margin:8px 0 8px 0;
	padding:2px 4px;
	font-size:1.1em;
	background-color:#ededed;
}
#contenido p {
	padding-bottom:12px;
	line-height:120%;
}
#contenido a:link, #contenido a:visited {
	font-weight: bold;
	color: #018BB9;
	text-decoration: none;
}
#contenido a:hover {
	font-weight: bold;
	color: #018BB9;
	text-decoration: underline;
}
#contenido a.plus:link, #contenido a.plus:visited {
	font-weight: bold;
	color: #018BB9;
	text-decoration: none;
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
#contenido input, #contenido select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #333;
	padding:2px;
	margin:8px 8px 0 0;
}
#contenido label {
	display:block;
	width: 120px;
	float:left;
	height:20px;
	margin:8px 8px 0 0;
}
#contenido form p {
	clear:left;
}
#contenido input.button {
}
#contenido img {
}
#contenido table {
	border-collapse:collapse;
}
#contenido .fecha {
	font-style:italic;
}
#pie {
	background: #FFB548 url(../images/bgpie.jpg) repeat-x left top;
	clear: both;
	height: 25px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9px;
	line-height: 25px;
}
#pie a:link, #pie a:visited {
	font-weight: bold;
	color: #000;
}
#pie a:hover {
	color: #999;
	text-decoration:none;
}
/* paso1 */
#filtrar {
	width:150px;
	height:22px;
	background: url(../images/botonbuscarcomercios.jpg);
	border:none;
	cursor:pointer;
}
#paso2 {
	width:150px;
	height:22px;
	background: url(../images/botonpaso2.jpg);
	border:none;
	display:none;
	cursor:pointer;
}
#paso2b {
	width:150px;
	height:22px;
	background: url(../images/botonpaso2.jpg);
	border:none;
	cursor:pointer;
}

.seleccionado {
	display:none;
}
#filtros {
	float:left;
	width:400px;
}
#cantidad {
	float:left;
	width:480px;
	display:none;
}
#seleccionados {
	float:left;
	width:480px;
}
#seleccionados label {
	display:inline;
	width: auto;
	float:none;
	height:auto;
	margin:auto;
}
#comercios {
	clear:both;
	border-top: 1px solid #CCC;
}
#comercios li {
	display:block;
	width:133px;
	height:140px;
	float:left;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 0 3px 3px 3px;
	font: 10px Arial, Helvetica, sans-serif;
}
#comercios ul li img {
	padding:3px;
}
#contenido #comercios input.com {
	padding:0;
	margin:0 5px;
}
#cantidad {
	display:none;
	padding: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#contenido p.tip {
	padding: 5px 5px 5px 30px;
	line-height:20px;
	background: #FFC url(../images/tip.gif) no-repeat 5px center;
	margin: 8px;
	color:#666;
}
/* paso2 */
#productos, #productoss {
	clear:both;
	border-top: 1px solid #CCC;
}
#productos li, #productoss li {
	display:block;
	width:133px;
	height:150px;
	float:left;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 0 3px 3px 3px;
	font: 10px Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
#productos ul li img, #productoss ul li img {
	padding:3px;
}
#productos ul li strong {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#productos h3, #productoss h3 {
	border-bottom: 1px solid #666;	
	clear:left;
}
#data {
	float:left;
	padding: 5px 20px 30px 550px;
	width:140px;
	height:45px;
	text-align:center;
	background: url(../images/bgdata.jpg) no-repeat 540px 0px;
}
#paso3 {
	width:160px;
	height:50px;
	background: url(../images/botonpaso3.jpg);
	border:none;
	float:left;
	cursor:pointer;
}
#paso3b {
	width:160px;
	height:50px;
	background: url(../images/botonpaso3.jpg);
	border:none;
	cursor:pointer;
}
#tabContainer {
	clear:both;
}
#menux {
	padding: 0;
	margin:0;
	border: 1px solid #FFF;	
}
#menux li {
	display: inline;
	height: 40px;
	margin:0;
}
#menux li a {
	float:left;
	border-bottom: none;
	text-decoration: none;
	color: #000;
	display:block;
}
#menux li a#tabsecciones {
	background: url(../images/tabsecciones.jpg) no-repeat 0px 5px;
	height: 40px;
	width: 270px;
}
#menux li a#tabbuscar {
	background: url(../images/tabbuscar.jpg) no-repeat 0px 5px;
	height: 40px;
	width: 210px;
}
#menux li a#tablistas {
	background: url(../images/tablistas.jpg) no-repeat 0px 5px;
	height: 40px;
	width: 160px;
}
#menux li a#tabseleccion {
	background: url(../images/tabseleccion.jpg) no-repeat 0px 5px;
	height: 40px;
	width: 180px;
}
#contenido #menux li.active a {
	background-position: 0px 0px;
}
#contenido #menux li a:hover {
	background-position: 0px 0px;
	text-decoration:none;
}
#secciones {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#secciones li {
	display:block;
	width:60px;
	height:95px;
	float:left;
}
#secciones li a{
	width:60px;
	height:95px;	
	display:block;
	padding:0;
	margin:0;
}
#secciones li.active a {
	background: url(../images/tabhover.gif) no-repeat 0px 0px;
}
#secciones li a:hover {
	background: url(../images/tabhover.gif) no-repeat 0px 0px;
	text-decoration:none;
}
#contenido div.familias {
	clear: both;
	background: #FFE4BB;
	display:none;
	padding:8px;
}
#contenido div.familias li{
	display:inline;
	font: 9px Arial, Helvetica, sans-serif;
	padding-right:10px;
}
#contenido div.familias li a{
	padding:5px;
	line-height:20px;
	white-space: nowrap;
}
#contenido div.familias li.active a{
	background: #fff;
}
#contenido div.familias li a:hover{
	background: #fff;
}

#contenido div.subfamilias {
	clear: both;
	background: #FFF;
	display:none;
}
#contenido div.subfamilias li{
	display:inline;
	padding-right:10px;
	font: 9px Arial, Helvetica, sans-serif;
}
#contenido div.subfamilias li a{
	padding:5px;
	line-height:20px;
	white-space: nowrap;
}
#contenido div.subfamilias li a.active{
	background: #FFE4BB;
}
#contenido div.subfamilias li a:hover{
	background: #FFE4BB;
}

#buscadors, #listass, #seleccionproductos, #buscador {
	border-top: 1px solid #CCC;
}

#wait {
	display:none;
	padding:40px;
	text-align:center;
}
#contenido #listass ul li {
	margin:10px;
	line-height:20px;
	font-size:12px;
}
#contenido #listass ul ul li {
	list-style:inside;
	list-style-type:disc;
	padding:0 0 0 20px;
	line-height:10px;
	font-size:10px;
}
#contenido #listass ul ul {
	padding:8px;
}
#seleccionproductos {
	clear:both;
}
#seleccionproductos #ticket {
	border: 1px solid #666;
	width: 330px;
	margin: 10px auto 0 auto;
	padding:15px;
}
#seleccionproductos label {
	display:block;
	width: 300px;
	float:none;
	height:auto;
	margin:0;
}
div.content {
	clear: both;
	display:none;
}

/* paso3 */
#actualizarcantidades {
	width:165px;
	height:35px;
	background: url(../images/botonactualizarcantidades.jpg) no-repeat 15px 5px;
	border:none;
	padding:0;
	margin:10px 10px 10px 10px;
	cursor:pointer;
}
#guardar {
	width:160px;
	height:40px;
	background: url(../images/botonguardar.jpg) no-repeat 0 0;
	border:none;
	padding:0;
	margin:10px 10px 10px 10px;
	cursor:pointer;
}
a.print {
	display:block;
	width:160px;
	height:40px;
	background: url(../images/botonimprimir.jpg);
	border:none;
	padding:0;
	margin:10px 20px 10px 0;
	float:left;
}
a.back {
	display:block;
	width:160px;
	height:40px;
	background: url(../images/botonvolver.jpg);
	border:none;
	padding:0;
	margin:10px 20px 10px 0;
	float:left;

}
#guardarlista {
	width:300px;
	float:left;
}
#tabla {
	float:left;
	width:590px;
	font: 11px Arial, Helvetica, sans-serif;
	margin-right:15px;
}
#tabla select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	padding:2px;
	margin:0;
}
#masbarata {
	background: url(../images/bgmasbarato.jpg) repeat-y;	
	font: 11px Arial, Helvetica, sans-serif;
	padding:0 20px;
}
#tabla table{
	margin:0 auto;
	border-collapse:collapse;
	border: 1px solid #666;
}
div.headmasbarata{
	background: url(../images/bgheadmasbarato.jpg) no-repeat;
	height:45px;
}
div.piemasbarata{
	background: url(../images/bgpiemasbarato.jpg) no-repeat;	
	height:17px;
}

#comp_paso3 #contenido span.unitario {
	font-size:9px;
	white-space:nowrap;
}
#comp_paso3 #contenido th, #comp_paso3 #contenido .total {
	font-weight:bold;
}
#comp_paso3 #contenido td.masbarato, #comp_paso3 #contenido th.masbarato {
	background-color:#FFDEAD;
}

/* default */

#default #contenido p.bienvenido {
	background: url(../images/bgbienvenido.gif) no-repeat left top;
	padding-bottom: 10px;
	padding-left: 150px;
}
#default #contenido .col {
	padding:15px 10px 0 10px;
	width:200px;
	float:left;
	text-align:center;
	font-size:11px;
	line-height:20px;
	height:250px;
}
#default #contenido #bloquedestacados {
	border: 1px solid #999;
	width:640px;
	padding-left:15px;
}
#default #contenido div.imagenproducto {
	float:left;
	width:163px;
	height:197px;
	padding:50px 10px 0 10px;
	background: url(../images/bgproducto.jpg) no-repeat 0px 0px;
	text-align:center;
	font-size:10px;
}
#default #contenido div.bar {
	width:75px;
	height:60px;
	float:left;
	font-size:9px;
	padding-top:130px;
	text-align:center;
}
#default #contenido .bloquebanner {
	float:left;
	width:220px;
	text-align:center;
}
#default #lateral {
	display:block;
	float: right;
	width: 215px;
	padding-left: 30px;
}
#default #lateral div.bloque {
	background: #FFF url(../images/bglateral.jpg) repeat-y 0px 0px;
	padding:2px 20px 0 15px;
}
#default #lateral div.piebloque {
	background: url(../images/bglateralpie.jpg) no-repeat 0px 0px;
	height:11px;
}
#default #lateral h3 {
	font-size: 11px;
	color: #333;
	height:37px;
	margin:0;
	line-height:37px;
	padding-left:8px;
}
#lateral h3.precios {
	background: url(../images/bgprecios.jpg) no-repeat 0px 0px;
}
#lateral h3.video {
	background: url(../images/bgvideo.jpg) no-repeat 0px 0px;
}
#lateral h3.testimonio {
	background: url(../images/bgtestimonio.jpg) no-repeat 0px 0px;
}
#lateral h3.servicios {
	background: url(../images/bgservicios.jpg) no-repeat 0px 0px;
}
#lateral p {
	font-size: 11px;
	color: #333;
}
#lateral a {
	color:#008CBA;
	font-size:14px;
	text-align:right;
	display:block;
	padding:5px 10px;
}
/* noticias */
.optionbar {
	margin:15px 0 20px 0;
}
.optionbar p {
	display:inline;
	padding-right:20px;
}
.optionbar p.imprimir a {
	background-color: #FCFCFC;
	font-weight: bold;
	padding:4px 4px 4px 24px;
	/*background-image: url(../images/printer.gif);*/
	background-repeat: no-repeat;
	background-position: 4px center;
}
.optionbar p.enviaramigo a {
	background-color: #FCFCFC;
	font-weight: bold;
	padding:4px 4px 4px 24px;
	/*background-image: url(../images/bubble.gif);*/
	background-repeat: no-repeat;
	background-position: 4px center;
}
a.more {
	font-weight: bold;
	padding:8px 8px 8px 28px;
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
p.fecha {
	padding-bottom:8px;
}
p.all {
	margin:12px 0;
	clear:both;
}
p.all a {
	background-color: #FCFCFC;
	font-weight: bold;
	padding:4px 4px 4px 28px;
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#noticias #contenido h2 a {
	color:#FF9900;
}
#noticias #contenido img, #informes #contenido img, #recetas #contenido img {
	float:left;
	margin:0 15px 8px 0;
}
#noticias #contenido .item, #informes #contenido .item, #recetas #contenido .item {
	padding-bottom:15px;
}

/* enlaces */
#enlaces #contenido li {
	display:block;
	width:160px;
	float:left;
	padding: 0 25px 10px 25px;
	text-align:center;
}
/* recetas */
#recetas #contenido li.receta, #busquedas #contenido li.receta {
	display:block;
	width:133px;
	height:140px;
	float:left;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 0 3px 3px 3px;
	font: 10px Arial, Helvetica, sans-serif;
}
#recetas #contenido li.receta img, #busquedas #contenido li.receta img {
	float:left;
	padding:3px;
	margin:0;
}

#recetas .fecha {
	display:none;
}

/*listas*/
#listas ul ul li {
	list-style:inside;
	list-style-type:disc;
	padding:0 0 0 20px;
}
#listas ul ul {
	padding:8px;
}