/* CSS Document */
	a:link { text-decoration:none; color: #3399FF; }
	a:active { text-decoration:underline; color: #3399FF; }
	a:visited { text-decoration:none; color: #3399FF; }
	a:hover	{ text-decoration:none; color: blue; }
	
	body {
		background-color: #dae4f0;
	
	}
	body, td {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.Titulo {
		font-size: 36px;
		font-family: "Times New Roman", Times, serif;
	}
	
	.Color1 {color: #0768b2}
	.Color2 {color: #00b2ec}
	.Color3 {color: #999999} /* DAE4F0 */
	
	.Peque {
		font-size: 10px;
	}
	.TituloProyecto {
		color: #000000;
		font-size: 16px;
	}

