/* *********************************************************************************************
				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: 10px; font-family: Verdana;
		 text-align: justify;
		 padding-left: 0; padding-top: 0;
 		 background-color:#FFFFFF;
 		 margin-left: 0; margin-top: 0; color:#000000;
		 		 		 
		}
		
		
table, td	{ font-family: Verdana; font-size: 10px; 
			color: #000000;
            background-repeat: no-repeat;
            border-collapse: collapse; color:#E4E4E4
			}
			

font.pie { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
		 }
font.ubicacion { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
		 }
font.titular { font-family: Verdana; font-size: 14px; 
			text-decoration: none; 
			color: #1d7ded;
		 }

		
			
a:active { font-family: Verdana; font-size: 10px; 
			text-decoration: none; 
			color: #000000;
		 }
a:active.player { font-family: Verdana; font-size: 10px; 
			text-decoration: none; 
			color: #000000;
		 }
a:active.webinfo { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
}
	
a:link { font-family: Verdana; font-size: 10px; 
		 text-decoration: none; 
		 color: #000000;
		 }
a:link.player { font-family: Verdana; font-size: 10px; 
		 text-decoration: none; 
		 color: #000000;
		 }
a:link.webinfo { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
}

a:visited { font-family: Verdana; font-size: 10px; 
		  	 text-decoration: none;
		  	 color: #000000
		  	 }
a:visited.player { font-family: Verdana; font-size: 10px; 
		  	 text-decoration: none;
		  	 color: #000000
		  	 }
a:visited.webinfo {	font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
}
	  	  	  	  	
a:hover { font-family: Verdana; font-size: 10px; 
			 text-decoration: none;
			  color: #9b9b9b;
			  }
a:hover.player { font-family: Verdana; font-size: 10px; 
			 text-decoration: none;
			  color: #9b9b9b;
			  }
a:hover.webinfo { font-family: Verdana; font-size: 9px; 
			text-decoration: none; 
			color: #9B9B9B;
}
			  

			
.borde	{border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; font-family: Verdana; font-size: 11px;
		 color: #0000000
		 }
	
			
input 	{border: 0px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#E2E1E1;
		 font-family: Verdana; font-size: 10px;
		 color: #000000
		 }
input.radio 	{border: 0px;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#E2E1E1;
		 font-family: Verdana; font-size: 10px;
		 color: #000000
		 }
		 
select 	{border: 1px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#E2E1E1;
		 font-family: Verdana; font-size: 10px;
		 color: #000000
		 }
		 
textarea 	{border: 1px solid #000000;
		 padding-left: 4; padding-right: 4; 
		 padding-top: 1; padding-bottom: 1;
		 background-color:#E2E1E1;
		 font-family: Verdana; font-size: 10px;
		 color: #000000
		 }