/*  NOMBRE ARCHIVO : alertasParte.css*/
/*  DESCRIPCION: Clases para alertas  */
/*  dentro de iframe para la parte de la norma, se deben modificar */
/*  el display de las alertas  con respecto a los que aparecen en*/ 
/*  la base y en el listado con iframes*/
/*  FECHA DE CREACION: 14/11/2007*/
/*  ULTIMA MODIFICACION: 14/11/2007*/

 .alerta-derogado{
 	background: url(../imagenes_Consulta/iconos/alerta_derogado.gif) 0 no-repeat ;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;	
	background-position: left top;
 }
 
 .alerta-derogado a, .alerta-derogado a:hover{
 	color: #323232;
	
 }
 
 .alerta-diferido{
 	background: url(../imagenes_Consulta/iconos/alerta_diferido.gif) 0 no-repeat;
	width: 130px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-diferido a, .alerta-diferido a:hover{
   color: #323232;
 }
 
 .alerta-actualizado{
 	background: url(../imagenes_Consulta/iconos/alerta_actualizado.gif) 0 no-repeat;
	width: 140px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-actualizado a, .alerta-actualizado a:hover{
    color: #323232;
 }
 
 .alerta-refunde{
 	background: url(../imagenes_Consulta/iconos/alerta_refunde.gif) 0 no-repeat;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-refunde a, .alerta-refunde a:hover{
   color: #323232;
 }
 
 .alerta-refundido{
 	background: url(../imagenes_Consulta/iconos/alerta_refundido.gif) 0 no-repeat;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-refundido a, .alerta-refundido a:hover{
   color: #323232;
 }
 
 .alerta-articulado{
 	background: url(../imagenes_Consulta/iconos/alerta_articulado.gif) 0 no-repeat;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-articulado a, .alerta-articulado a:hover{
   color: #323232;
 }
 
 .alerta-proceso{
 	background: url(../imagenes_Consulta/iconos/alerta_proceso.gif) 0 no-repeat;
	width: 120px;
	height: 20px;
	padding: 3px 0 3px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
 }
 
 .alerta-proceso a, .alerta-proceso a:hover{
   color: #323232;
 }