<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PPT {
	padding-top: 30px;
}

	.PPT img {
		background: #fff;
	}

video#videoPPT {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

#subtitles {
	font-size: 1em;
	text-decoration: none;
	list-style-type: none;
	float: right;
	font-weight: bold;
	color: #FB9258;
}

#diapo {
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: #FB9258;
	display: block;
}

#viD {
	text-align: center;
	display: block;
	padding-bottom: 0.3em;
}

#videoPPT2 {
	width: 380px;
	display: inline-block;
}

.videoli2 #videoPPT2 {
	width: 100%;
}

#videoSS,
.diapoP {
	width: 620px;
}

.diapoP {
	box-sizing: border-box;
	display: inline-block;
}

.diapoG {
	width: 895px;
	cursor: pointer;
}

#contenedorControles {
	text-align: center;
	padding: 20px 0 30px 0;
}

.controlesPPT ul {
	display: inline-block;
	height: 30px; /*background-color: #FB9258;*/
	margin: 0 auto;
	padding: 0;
}

	.controlesPPT ul li {
		display: inline-block;
		margin: 0 10px;
		cursor: pointer;
	}

	.controlesPPT ul .flechaDer {
		background: url("../img/pildoras/botones/btnAtras-01.png") no-repeat center top;
	}

	.controlesPPT ul .flechaIzq {
		background: url("../img/pildoras/botones/btnAdelante-01.png") no-repeat center top;
	}

	.controlesPPT ul .flechaPlay {
		background: url("../img/pildoras/botones/btnPause-01.png") no-repeat center top;
	}

	.controlesPPT ul .flechaPause {
		background: url("../img/pildoras/botones/btnPlay-01.png") no-repeat center top;
	}

	.controlesPPT ul .ampliar {
		background: url("../img/pildoras/botones/btnAmpliar-01.png") no-repeat center top;
	}

	.controlesPPT ul .reducir {
		background: url("../img/pildoras/botones/btnReducir-01.png") no-repeat center top;
	}

	.controlesPPT ul .descarga {
		background: url("../img/pildoras/botones/btnDocumento-01.png") no-repeat center top;
	}

	.controlesPPT ul .biblio a {
		background: url("../img/pildoras/botones/btnDocumento-01.png") no-repeat center top;
	}

	.controlesPPT ul .flechaDer p {
		margin-top: 3em;
		text-align: center;
	}

	.controlesPPT ul a {
		text-decoration: none;
		color: #666;
		padding-top: 3em;
		display: inline-block;
	}

	.controlesPPT ul .flechaPlay p, .controlesPPT ul .flechaPause p, .controlesPPT ul .ampliar p, .controlesPPT ul .reducir p, .controlesPPT ul .descarga p, ul .biblio p {
		margin-top: 3em;
		text-align: center;
	}

	.controlesPPT ul .flechaIzq p {
		margin-top: 3em;
		text-align: center;
	}

	.controlesPPT ul .descarga p,
	.controlesPPT ul .biblio p {
		margin-top: 0;
		text-align: center;
	}

.controlesPPT .Textos {
	width: 60%;
	margin: 0.5em auto 1em auto;
}

.controlesPPT li:hover {
	color: #FB9258;
}

/*----------------*/

.mvOFF video {
	width: 0px;
	background-size: 0%;
}

.mvOFF {
	margin: 0;
	margin-bottom: -2.5em;
	display: none;
}

.mvON {
	width: 560px;
	margin: 0 auto;
	margin-bottom: 0em;
}

#TituloVideo {
	width: 100%;
	background-color: #FB9258;
	text-align: center;
	color: white;
	padding: 0.8em 0;
	margin: 0;
}

.mvON video {
	width: 100%;
	margin: 0 auto;
	background-size: 100%;
	display: inline-block;
	vertical-align: top;
}

.diapoD {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 0 auto;
	margin-top: 0em;
	border-style: solid;
	border-width: 0px;
	border-color: #FB9258;
	vertical-align: top;
}

.diapoDG {
	display: inline-block;
	width: 850px;
	margin: 0 auto;
	margin-top: -13em;
	border-style: solid;
	border-width: 2px;
	border-color: #FB9258;
	vertical-align: top;
	margin-left: 8%;
}
</pre></body></html>