/*
 ---------------------------------------------------------------
| FactuSol Web - Modulo de enlace de tienda virtual con FactuSol|
|---------------------------------------------------------------|
|---------------------------------------------------------------|
| Version:        2																							|
| Fecha Version:  29-05-2008																		|
| Revision:       1																							|
| Fecha Revision: 29-05-2008																		|
|---------------------------------------------------------------|
| Sistemas Multimedia y de Gestión, S.L.												|
| Av. Andalucía, 96 | 23006  Jaén | España											|
| info@sistemasmultimedia.com | 902 15 12 89										|
|	http://www.sistemasmultimedia.com															|
|---------------------------------------------------------------|
| Copyright (C) 2008 Sistemas Multimedia y Gestión Aplisoft			|
|---------------------------------------------------------------|
| Este programa es software libre. Puede redistribuirlo y/o			|
| modificarlo bajo los términos de la Licencia Pública General	|
| de GNU según es publicada por la Free Software Foundation,		|
| bien de la versión 2 de dicha Licencia o bien de cualquier		|
| versión posterior.																						|
| Debido a su forma de distribución sin coste este programa se	|
| entrega con la intención de que sea útil, pero SIN NINGUNA		|
| GARANTÍA, incluso sin la garantía MERCANTIL implícita o sin		|
| garantizar la CONVENIENCIA PARA UN PROPÓSITO PARTICULAR.			|
| Véase la Licencia Pública General de GNU para más detalles.		|
| Tiene una copia de dicha licencia a su disposición en					|
| http://www.sistemasmultimedia.com/licencias/gpl.txt						|
|---------------------------------------------------------------|
| Debería haber recibido una copia de la Licencia Pública				|
| General junto con este programa. Si no ha sido así, escriba		|
| a la Free Software Foundation, Inc.,en 675 Mass Ave,					|
| Cambridge, MA 02139, EEUU.																		|
 ---------------------------------------------------------------
*/
a { text-decoration:none; }
body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; margin:0px; }
caption { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; }
form { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0px; }
img { border:0px; }
input {
	font-size:10px;
	font-family:Verdana,Helvetica;
	color:#000000;
	background:#FFFFFF;
}
p { margin-bottom:0px; margin-top:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 10px; 
}
table { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; border:0px; }
td { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; }
th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; }
.buscarselect { width:170px; }
.cabecera {
	border-color:#000000;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}
.cabecerapeq {
	font-weight: bold;
	font-size:10px;
	color: #000000;
}
.carritoalto { height:340px; }
.carritoancho { width:233px; }
.carritoanchoint { width:217px; }
.carritocontenidoalto { height:287px; }
.carritofondo { background-color:#F3F6F9; }
.degradado {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='plantillas/estandar/imagenes/cabecerafondo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.degradado[class] {
background-image:url(../imagenes/cabecerafondo.png);
}
.degradadotop {
background-position:top;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='plantillas/estandar/imagenes/cabeceradeg.png');
background-repeat:no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.degradadotop[class] {
	background-image:url(../imagenes/cabeceradeg.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.lproductos { height:360px; overflow:auto; overflow-y:scroll; background-color:#FFFFFF; }
.laproductos { height:300px; overflow:auto; background-color:#FFFFFF; }
.menucolorfondo { background-color:#DAE1E9; }
.menucolorfondonombre { background-color:#C0CEDD; }
.ofertatitulo { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; text-align:center; }
.taglist { border: 1px solid #666666; background-color:#FFFFFF; }
.taglist tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 8px;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
.tarifaselect { width:70px; }
.titulo	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
}