/* INDEX */
#carrusel h5{
	color: #003F5D;
	font-weight: bold;
	font-size: 2.5em;
}

#portada {
	background-color: #FFF;
}


/* ITEMS */

.item div{
  margin: 2% 0;
  padding: 0;
}

.item .imagen {
  margin: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
	border-top: solid 5px #00A19A;
}

.item iframe, .item img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}

.item .descripcion{
	background-color: #FFF;
	border: solid 2px #00A19A;
	padding: 10px;
}

.item h2 {
	margin: 0;
  color: #FFF;
	background-color: #00A19A;
  text-align: center;
  padding: 5px;
	font-size: 1.2em;
	border-radius: 15px;
}

.item p {
	color: #2B2E8;
}

.item p.fecha {
	text-align: right;
  color: #2B2E8;
}
.item p.enlace {
	text-align: right;
}

