/* *********************************************************************************************
				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: Tahoma;
		 text-align: justify;
		 padding-left: 0; padding-top: 0;
 		 background-repeat: repeat-x;
		 background-color:#FFFFFF;
		 margin-left: 0; margin-top: 0; color:#000000; 
				 
		}
		
		
table, td	{ font-family: Tahoma; font-size: 12px; 
			color: #000000;
            background-repeat: no-repeat;
			border-collapse: collapse; color:#0000000
			}
			
		
			
a:active { font-family: Tahoma; font-size: 12px; 
			text-decoration: none; 
			color: #2253B7 
		      }
a:active.galeria { font-family: Tahoma; font-size: 11px; 
			text-decoration: none; 
			color: #000000 
		      }


a:link	{ font-family: Tahoma; font-size: 12px; 
		 text-decoration: none; 
		 color: #2253B7 
		}
a:link.galeria	{ font-family: Tahoma; font-size: 11px; 
		 text-decoration: none; 
		 color: #000000 
		}


a:visited { font-family: Tahoma; font-size: 12px; 
		  	 text-decoration: none;
		  	 color: #2253B7
		  	 }
a:visited.galeria { font-family: Tahoma; font-size: 11px; 
		  	 text-decoration: none;
		  	 color: #000000
		  	 }

	  	  	  	  	
a:hover { font-family: Tahoma; font-size: 12px; 
			 text-decoration: none;
			  color: #000000
			  }
a:hover.galeria { font-family: Tahoma; font-size: 11px; 
			 text-decoration: none;
			  color: #9b9b9b
			  }


.borde	{border: 1px solid #000000;
		 padding-left: 4; padding-right: 4;
		 padding-top: 1; padding-bottom: 1;
		 font-family: Tahoma; font-size: 11px;
		 color: #012675
		 }
		 

input 	{border: 1px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Tahoma; font-size: 11px;
		 color: #000000
		 }
input.radio 	{border: 0px;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Tahoma; font-size: 11px;
		 color: #000000
		 }
		 
		 
select 	{border: 1px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Tahoma; font-size: 11px;
		 color: #000000
		 }
		 
		 
textarea {border: 1px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#FFFFFF;
		 font-family: Tahoma; font-size: 11px;
		 color: #000000
		 }