/* *********************************************************************************************
				Styles.css - Hoja de Estilos de Web Informatica
					Hoja de estilos para standar en web sites
			 Derechos Reservados ® Web Informatica S.A. de C.V. 2003
		     Departamento de Producción (Raúl Escamilla - ©Zegga-01sv)
'**********************************************************************************************/

body { font-size: 12px; font-family: arial;
		 text-align: justify;
		 padding-left: 0; padding-top: 0;
		 background-repeat: no-repeat; 
		 /*background-position: left top;
		 background-attachment:fixed;
		 background-color:#FFFFFF;*/
		 margin-left: 0; margin-top: 0; color:#000000; 			 
		}

		
table, td	{ font-family: arial; font-size: 11px; 
			color: #000000; background-repeat: no-repeat;
			border-collapse: collapse; color:#000000
             		}

td.titular	{ font-family: verdana; font-size: 11px; 
			color: #900000; background-repeat: no-repeat;
			border-collapse: collapse; color:#900000
			             		}

a:active     { font-family: arial; font-weight: bold; font-size: 11px; 
			text-decoration: none; 
			color: #CE1628		      }
			
a:link	{ font-family: arial; font-weight: bold; font-size: 11px; 
		 text-decoration: none; 
		 color: #000000
		}
		
a:link.mail	{ font-family: arial; font-size: 11px; 
		 text-decoration: none; 
		 color: #000099
		}				

a:visited     { font-family: arial; font-weight: bold; font-size: 11px; 
		  	 text-decoration: none;
		  	 color: #CE1628		  	  }	
			
a:hover	{ font-family: arial; font-weight: bold; font-size: 11px; 
			 text-decoration: none; color: #CE1628
			 }
