	/* HOJA DE ESTILOS DE PIE
   Autor: Interesa Consultores				
   --------------------------------------------------------*/


	#pie {}
	
	#pie .logotipos {
		margin-bottom: 23px;
	}
	
	#pie .bloque-1,
	#pie .bloque-2 {
		width: 49%;
	}
	
	#pie .bloque-1 {
		float: left;
	}
	#pie .bloque-2 {
		float: right;
	}
	
	#pie p,
	#pie li {
		color: #000;
		font-size: 1.1em;
	}
	
	#pie ul {
		float: right;
	}
	
	#pie li {
		display: inline;
		float: left;
		margin-left: 4px;
	}
	
	#pie a {
		color: #333;
		text-decoration: none;
	}
	
	#pie a:hover {
		text-decoration: underline;
	}