/* ********************************************************************************************
				Styles.css - Hoja de Estilos de Web Informatica							    
					Hoja de estilos Centro Ginecológico
			 Derechos Reservados ® Web Informatica S.A. de C.V. 2003
		     Departamento de Producción (Raúl Escamilla - ©Zegga-01sv)
'**********************************************************************************************'*/

body {
	font : 11px arial; 
	padding-left : 0; 
	padding-top : 0; 
	margin-left : 0; 
	margin-top : 0; 
	background-repeat : no-repeat; 
} 

table {
	font : 11px verdana; 
	background-repeat : no-repeat; 
	border-collapse : collapse; 
} 

td {
	font : 11px verdana; 
	background-repeat : no-repeat; 
	color : #1E5098; 
} 

a:link {
	font : normal 11px arial; 
	text-decoration : none; 
	color : #3954B5; 
} 
a:visited {
	font : normal 11px arial; 
	text-decoration : none; 
	color : #3954B5; 
} 
a:active {
	font : normal 11px arial; 
	text-decoration : none; 
	color : #3D58BA; 
} 