/*
RETICULAS CSSFRAMEWORK: PLUGIN: ADD_ICON
--------------------------------------------------------
Nombre del documento:   add_icon
Fecha de creacion:      Copyright (c) 2009
Propietario/autor:      www.sond3.com
info:                   info@sond3.com

More info: http://www.fsf.org/licensing/licenses/agpl-3.0.html

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

Descripcion:
Iconos comunes para adjuntos. PDF, TXT, WORD...
--------------------------------------------------------
*/
.pdficon, .destacaicon, .txticon, .plusicon, .arrowicon, 
.favoriteicon, .flagicon {
	background-image:url(img/icons.gif);
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}
/*----------------PDF ICON----------------*/
.pdficon          { background-position:0 1px;}
a.pdficon         { background-position:0 1px;}
a.pdficon:hover   { background-position:0 -40px;}

/*----------------DESTACA ICON----------------*/
.destacaicon      { background-position:0 -81px;}
a.destacaicon     { background-position:0 -81px;}
a.destacaicon:hover{ background-position:0 -122px;}

/*----------------TXT ICON----------------*/
.txticon          { background-position:0 -164px;}
a.txticon         { background-position:0 -164px;}
a.txticon:hover   { background-position:0 -205px;}

/*---------------- + ICON----------------*/
.plusicon         { background-position:0 -244px;}
a.plusicon        { background-position:0 -244px;}
a.plusicon:hover  { background-position:0 -285px;}

/*---------------- --> ICON----------------*/
.arrowicon        { background-position:0 -328px;}
a.arrowicon       { background-position:0 -328px;}
a.arrowicon:hover { background-position:0 -369px;}

/*---------------- CORAZON ICON----------------*/
.favoriteicon     { background-position:0 -409px;}
a.favoriteicon    { background-position:0 -409px;}
a.favoriteicon:hover{ background-position:0 -450px;}

/*---------------- FLAG ICON----------------*/
.flagicon         { background-position:0 -491px;}
a.flagicon        { background-position:0 -491px;}
a.flagicon:hover  { background-position:0 -532px;}
