/* *********************************************************************************************
				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: 11px; font-family: Tahoma;
		 text-align: justify;
		 padding-left: 0; padding-top: 0;
		 background-repeat: no-repeat; 
		 background-position: left top;
		 background-color:#E7DBC3;
		 margin-left: 0; margin-top: 0; color:#31220A; 
				 
		}
			
		
td.home	{ font-family: Tahoma; font-size: 11px; 
			color: #000000; background-repeat: no-repeat;
			border-collapse: collapse; color:#31220A
             		}
	
		
table, td	{ font-family: Tahoma; font-size: 11px; 
			color: #000000; background-repeat: no-repeat;
			border-collapse: collapse; color:#31220A
             		}


font.titular   { font-family: Tahoma; font-size: 11px; 
			 color: #31220A; text-transform:uppercase; 
			 font-weight:bold 
			}
			
a:active     { font-family: Tahoma; font-size: 11px; 
			text-decoration: underline; 
			color: #31220A 
		      }
			
a:link	{ font-family: Tahoma; font-size: 11px; 
		 text-decoration: none; 
		 color: #31220A 
		}		

a:visited     { font-family: Tahoma; font-size: 11px; 
		  	 text-decoration: none;
		  	 color: #31220A
		  	  }	
			
a:hover	{ font-family: Tahoma; font-size: 11px; 
			 text-decoration: underline; color: #0B2148 }

	
			
input.text 	{border-style: solid; border-width: 1;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 font-family: tahoma; font-size: 11px;
		 color: #31220A
		 }
