img.me {
		border-radius: 50%;
		width: 250px
	}
	
	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	
	.center_noW {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

#btnTOP {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 10px;	
}

#btnTOP:hover {
  background-color: #555;
}

img.corner {
  border-radius: 30px;
  border: 5px;
  padding: 20px;
}

.descripcion_foto {
    color:rgb(0, 0, 0);
    font-size: 14px;
    margin-top: 1em;
}
.subrayado {
    color: #699BEC;
}
.subrayado2 {
    color: #cf75aa;
}
.color-links li a {
    color: rgba(70, 68, 68, 0.7);
}
/* .heading {
    font-size: 30px;
    color:#000000;
    margin-bottom: 1em;
} */
/* .heading span {
  display: block;
} */
.titulo_principal {
    color:rgb(75, 74, 74);
    font-size: 42px;
    margin-bottom: 1.5em;
}
.fechas {
    color: #699BEC;
    font-size: 18px;
}

.carousel_h360px img {
			width: auto;
			height: 360px;
			max-height: 360px;
			
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
