


/*
 * id="instituciones"
 */

	#instituciones {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		border-collapse: collapse;
		width: 100%;
	}

	#instituciones td, #instituciones th {
		border: 1px solid #ddd;
		padding: 8px;
	}

	#instituciones tr:nth-child(even){background-color: #f2f2f2;}

	#instituciones tr:hover {background-color: #ddd;}

	#instituciones th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		background-color: #730099;
		color: white;
	}
				
