#mi_foto {
    max-width: 100%;
    height: auto;
}

#mi_video {
    max-width: 100%;
    height: auto;
}

.cabecera #logo {
	display: inline;
}

.cabecera #titulo {
  display: inline;
}
.cabecera #dit {
	display: inline;
}

.cabecera {
	text-align: center;
	display: none;
}

.menu {
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2%;
}

.menu table {
	width: 100%;
}

.autor  {
	float: left;
	border-radius: 24px;
	border: 2px solid #000000;
	background-color: #1c7ee6;
	text-align: center;
	width: 15%;
	height: auto;
	margin-left: 5%;
	display: none;
}

.contenido {
	border-radius: 24px;
	border: 2px solid #000000;
	text-align: center;
	width: 70%;
	height: auto;
	margin-left: 22%;
	font-size: 10px;
}

.contenido table {
	width: 100%;
}

.pie {
	display:none;
}



