/*CSS Document*/
A.add, A.del, A.update, A.list, A.docseguridad, A.correcto, A.error, A.informacion, A.prohibido, A.alerta, A.factura
{
	height: 20px;
	text-align: left;
	padding-top: 4px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	margin-left: 3px;
}
A.factura
{
	background: url(../images/icons/money_euro.png) no-repeat left;
}
A.add
{
	background: url(../images/icons/mas.png) no-repeat left;
}
A.del
{
	background: url(../images/icons/eliminar.png) no-repeat left;
}
A.update
{
	background: url(../images/icons/zoom.png) no-repeat left;
}
A.list
{
	background: url(../images/icons/listar.png) no-repeat left;
}
A.docseguridad
{
	background: url(../images/icons/doc_seguridad.png) no-repeat left;
}
.correcto
{
	background: url(../images/icons/correcto16x16.png) no-repeat left;
}
A.error
{
	background: url(../images/icons/error16x16.png) no-repeat left;
}
.informacion
{
	background: url(../images/icons/informacion16x16.png) no-repeat left;
}
.prohibido
{
	background: url(../images/icons/prohibido16x16.png) no-repeat left;
}
.alerta
{
	background: url(../images/icons/alerta16x16.png) no-repeat left;
}
.blanco
{
	color: #FFFFFF;
}
/*simple css-based tooltip*/
DIV.tooltip
{
	background-color: #000;
	border: 1px solid #FFF;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #FFF;
	text-align: left;
	font-size: 12px;
/*outline radius for mozilla/firefox only
-moz-box-shadow: 0 0 10px #000*/
	-webkit-box-shadow: 0 0 10px #000;
}
