	
	/*

	Gimli :::: Global CSS

	*/


	@import url('forms.css');
	@import url('print.css') print;


	body {
		font: 11px/1.5em Verdana, arial, sans-serif;
		background: url('../img/fondo.gif');
		margin: 0;
		padding: 0;
	}

	table {
		border-collapse: collapse; /* ĦEse pedazo Trucazo! */
	}

	a {
		color: #a00;
		text-decoration: none;
	}
	
	a:visited {
		color: #600;
	}
	
	a:hover {
		color: #d00;
		text-decoration: underline;
	}
	
	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	.google {
		display: none;
	}

	.margenInferior {
		margin-bottom: 10px;
	}
	
	#material {
		list-style: none;
	}
	
	#material li {
		margin-bottom: 5px;
	}
	
	#material img {
		vertical-align: text-bottom;
	}
	
	#icogif {
		margin-left: 4px;
	}
	
	#tadhesions {
		width: 100%;
	}
	
	#fadhesions td {
		padding: 5px 10px 5px 0;
	}
	
	#manifest li {
		list-style-image: url(../img/mas.png);
	}
