body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

.jumbotron {
	min-height: 200px;
	max-height: 200px;
	height: 200px;
	background-image: url('images/cibeles.png');
	background-repeat: no-repeat;
}
.jumbotron h1 {
	font-size: 25pt;
	font-weight: bold;
}

.news .title {
	color: orange;
	font-weight: bold;
}

.news .text {
	margin-left: 20px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
  font-size: normal;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

td {
  padding: 0px 10px 0px 5px;
}

img {
  margin: 10px 10px 10px 10px;
}