.topnav {
	overflow: hidden;
	background-color: #1579B4;
	border-bottom: 3px solid orange;
	position: fixed;
	width: 100%;
	top: 0;
}

.topnav a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.active {
	background-color: orangered;
	color: black;
}

.topnav .icon {
	display: none;
}

/*------------Fin menu Navegador------*/
#titulo-header {
	margin-top: 70px;
	margin-bottom: 10px;
	padding: 0;
}

.img100 {
	width: 99%;
	display: block;
	margin: 15px auto;
	border-radius: 10px;
	box-shadow: 3px 3px 3px gray;
}

.img80 {
	display: block;
	width: 80%;
	margin: 15px auto;
	border-radius: 10px;
	box-shadow: 3px 3px 3px gray;
}

.img50 {
	display: block;
	width: 30%;
	margin: 15px auto;
	border-radius: 10px;
	box-shadow: 3px 3px 3px gray;
}

.imgleft {
	width: 40%;
	float: left;
	padding-right: 10px;
	border-radius: 50%;
}

.cincuenta {
	width: 90%;
}

.paypal-border {
	margin: auto;
	width: 80%;
	background: #c7deeb;
	border: 3px solid #1579B4;
	border-radius: 10px;
	padding-bottom: 10px;
}

input {
	text-align: center;

}

ul {
	list-style-type: square;
	margin: 20px 5px 18px 35px;
}

li {
	margin-bottom: 10px;
}

ol {
	margin: 5px 5px 18px 35px;
}

h1 {
	margin: auto;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
	color: orangered;
	font-family: sans-serif;
	text-shadow: 3px 3px 5px gray;
	text-transform: uppercase;
}

h2,
h3 {
	margin: 15px auto;
	color: orangered;
}

a {
	text-decoration: none;
	color: dodgerblue;
	font-family: cursive;
	font-size: .9rem;
}

a:hover {
	color: darkblue;
}

strong {
	color: darkslateblue;
}

section {
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}

.centrado {
	text-align: center;
}

.naranja {
	color: orangered;
	font-weight: bold;
}

button {
	margin-bottom: 15px;
	padding: 5px;
	border-color: #81c6ef;
	border-radius: 8px;
	display: block;
	margin: auto;
}

button a {
	text-decoration: none;
	color: #0c405f;
}

button:hover {
	background-color: #1579B4;
	border-color: darkgray;
	color: bisque;
}

button a:hover {
	color: bisque;
	border-color: darkgray;
	text-decoration: none;
}

video {
	width: 90%;
	display: block;
	padding: 0;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 10px;
}

td {
	text-align: center;
}

form {
	margin: auto;
	text-align: center;
}

form table {
	margin: auto;
	margin-bottom: 10px;
}

.programaonline {
	width: 100%;
	margin: auto;
	color: firebrick;
}

.programaonline tr:nth-child(even) {
	background: #eacfcf;
}

.programaonline tr:nth-child(odd) {
	background: #ffdfce;
}

.capturasdepantalla img {
	border-radius: 10%;
	box-shadow: 2px 10px 5px gray;
	width: 90%;
}

footer {
	border: 1.5px solid orange;
	border-bottom: none;
	margin-top: 15px;
	padding-top: 1px;
	background: #1579B4;
	color: antiquewhite;
	text-align: center;
	border-radius: 10px 10px 0 0;
	clear: both;
}

footer h1 {
	font-size: 1rem;
	color: bisque;
}

footer address {
	font-style: normal;
	font-size: .9rem;
}

@media screen and (max-width: 500px) {
	.topnav a:not(:first-child) {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}

	main {
		width: 100%;
		margin: auto;
		padding: 0 12px;
		margin-top: 70px;
	}
}

/*------modal-------------------------*/
.poster {
	cursor: pointer;
}

.modal {
	width: 100%;
	height: 100vh;

	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000000;
	display: none;
}

.modal__content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.modal__img {
	width: 90%;
	height: 90vh;
	object-fit: contain;
	border-radius: 5%;
}

.modal__boton {
	position: absolute;
	top: 10px;
	right: 10px;
	color: antiquewhite;
	cursor: pointer;
	font-weight: bold;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: maroon;
	font-size: 2.3rem;
	text-align: center;
	border-radius: 50%;
	font-family: monospace;
}

.modal--open {
	display: block;
}

@media screen and (max-width: 500px) {
	.topnav.responsive {
		position: relative;
		position: fixed;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;

	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;

	}
}

@media screen and (min-width: 501px) {

	main {
		width: 88%;
		margin: auto;
		margin-top: 70px;
	}


	.topnav {
		width: 100%;
		display: block;
		margin: auto;
	}

	.img80 {
		width: 55%
	}

	.imgleft {
		width: 15%;
	}

	.cincuenta {
		width: 49%;
		float: left;
	}

	.programaonline {
		width: 70%;
	}

	.img100 {
		width: 85%;
	}

	video {
		width: 70%;
	}


}
