	/*  texto rojo"*/
.txt-r{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #9B3550;
	text-decoration : none;
	margin-left :5px;
}

.txt-tabla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #000000;
	text-decoration : none;
	margin-right:2px;
}

/*  texto general negrita"*/
.txt-n{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #000000;
	text-decoration : none;
	font-weight : bold;
	margin-left :5px;
	}


/*  enlace nombre productos */
a.mapan:active{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none; background-color : transparent; font-weight : bold;}
a.mapan:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none; background-color : transparent; font-weight : bold;}
a.mapan:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none;background-color : transparent;font-weight : bold;}
a.mapan:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : underline; background-color : transparent; font-weight : bold;} 

/*  enlace nombre familias */
a.map:active{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none; background-color : transparent;margin-right:2px;}
a.map:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none; background-color : transparent;margin-right:2px;}
a.map:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : none;background-color : transparent;margin-right:2px;}
a.map:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:  #000000; text-decoration : underline; background-color : transparent;margin-right:2px;}


/*Tablas*/
td.tdproductos{
border-bottom:1px solid #000000; 
border-right:1px solid #000000; 
background-image:url(../images/az_tablemapa.gif); 
background-repeat:repeat-y;
}

tr.trproductos{
vertical-align:top;
}
tr.trproductosbtn{
vertical-align:bottom;
}

