html,body {
	font-family: sans-serif;
	font-size: 9pt;
}

h1 {
	font-size: 130%;
	margin-top: 0;
}

a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.contenedor {
	border: 1px solid #000;
	padding: 15px;
	margin: 0 15px 15px 0;
	display: inline-block;
	vertical-align: top;
}

ul {
	padding-left: 0;
	list-style-position: inside;
	/*padding-left: 0;*/
}

#organos {
	border: none;
}

#comisiones span.presidente {
	display: block;
	margin-left: 2em;
	color: #555;
}

#comisiones ul li {
	margin-bottom: 4px;
}

#rectores {
	background-color: #F2F2F2;
	color: #0D0D0D;
}

#rectores h1 {
	color: #000;
}

#presidente {
	background-color: #FFEFE0;
}

#mesa {
	background-color: #E5D7CA;
}

#junta {
	background-color: #D4C1B6;
}

#comisiones {
	background-color: #FFF1BA;
}

#comisiones div.contenedor.hoja {
	background-color: #CCAD85;
}

#pleno {
	background-color: #CCAD85;
}

#diputacion {
	background-color: #CCAD85;
}

#norectores {
	background-color: #EDC99B;
}