@charset "utf-8";
/* CSS Document */

.ListaProductos, .ListaCotizacion,.BandejaMensaje{
	font-size:12px;
	text-align:center;
}

a.LinkProducto:link,a.LinkProducto:active,a.LinkProducto:hover,a.LinkProducto:visited{
	font-size:12px;
	color:#006600;
	font-weight:bold;
}

a.LinkCotizacion:link,a.LinkCotizacion:active,a.LinkCotizacion:hover,a.LinkCotizacion:visited{
	font-size:12px;
	color:#EF9103;
	font-weight:bold;
}


table.ListaProductos tr th{color:#FFF; background:#006600; padding:0 3px;}
table.ListaProductos tr.FilaPar{ background:#E6FFE6;}

table.ListaCotizacion tr th{color:#FFF; padding:0 3px; background:#EF9103;}
table.ListaCotizacion tr.FilaPar{ background: #FFF3E8;}



table.BandejaMensaje tr th{background:#CCC; padding:0 3px;}
.Leido{ background:#F5F5F5;}
.NoLeido{background:#FFF;}

