video
{
	width: 70% !important;
	display: inline-block;
	position: relative !important;
	float: left;
}

.foto
{
	width: 70% !important;
	display: inline-block;
	position: relative !important;
	float: left;

	background-color: white;
	padding: 20px;
}

.foto img
{
	width: 100%;
}

.foto span
{
	font-weight: bold;
}

.cont-video
{
	text-align: left; 
	display: block; 
	/*height: 400px;*/
	vertical-align: top;
}

.Siguiente
{
	cursor: pointer;
	margin-top: 6px;
	vertical-align: top;
	width: 30%;
	display: inline-block;
	padding-bottom: 8px;
}

.Siguiente span
{
	border-radius: 0 6px 6px 0;
	padding: 7px;
	margin-left: 3px;

	background-color: white;
	color: rgb(11, 189, 165);
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;

	transition: 0.3s;
}

.Siguiente span:hover
{
	margin-left: 15px;
}

.Siguiente span1
{
	margin-left: 15px;
	display: block;
	padding: 5px 0 5px 0;

	color: white;
	font-size: 15px;
	text-align: left;
}

.Siguiente p
{
	font-size: 15px;
	color: #333;
	display: inline-flex;
}

.Sig-Abierto
{
	
}

.Sig-Abierto p
{
	display: block;
}

#menu-ayuda 
{
	float: right;
	padding-bottom: 20px;
	margin-top: -79px;
}

#menu-ayuda .Primero
{
	border-radius: 8px 0 0 8px;
	border: 1px solid white;
	padding: 5px 10px 5px 10px;
}

#menu-ayuda .Ultimo
{
	border-radius: 0 8px 8px 0;
	border: 1px solid white;
	padding: 5px 10px 5px 10px;
	margin-left: -2px;
}

#menu-ayuda .Otros
{
	border: 1px solid white;
	padding: 5px 10px 5px 10px;
	margin-left: -2px;
}

#Preguntas
{
	padding: 20px 0 50px 0;
}

#Preguntas a
{
	color: white;
}

#Preguntas p
{
	line-height: 18px;
	color: #333;
	font-weight: normal;
}

#Preguntas h5
{
	margin-left: 20px;
	border: 1px white solid;
	border-bottom: 0;
	padding: 20px;
	width: 60%;

	display: inline-block;

	vertical-align: middle;
}

#Preguntas h5:hover
{
	border-left: 10px solid white;
	background-color: rgba(255, 255, 255, 0.2);
	padding-left: 11px;
}

.Arriba
{
	border-radius: 5px 5px 0 0;
}

.Abajo
{
	border-bottom: 1px white solid !important;
	border-radius: 0 0 5px 5px;
}

#Preguntas i
{
	margin-right: 10px;
}

.ayu
{
	padding-top: 150px;
}

.animar-copiado
{
	-webkit-animation: Resaltar 1s linear 1;
	-moz-animation: Resaltar 1s linear 1;
	-o-animation: Resaltar 1s linear 1;
    animation: Resaltar 1s linear 1;
}

@keyframes Resaltar
{
	0%
	{
		color: transparent;
	}

	33%
	{
		color: white;
	}

	66%
	{
		color: transparent;
	}

	100%
	{
		color: white;
	}
}


@media screen and (max-width: 600px) 
{
	#menu-ayuda 
	{
		float: none;
	}

	#Preguntas h5
	{
		width: 100%;
		margin-left: 0;

		display: block;
	}

	h7
	{
		font-size: 15px;
	}

	#menu-ayuda 
	{
		margin-top: 0;
	}

	#menu-ayuda .Primero
	{
		font-size: 10px;
	}

	#menu-ayuda .Ultimo
	{
		font-size: 10px;
	}

	#menu-ayuda .Otros
	{
		font-size: 10px;
	}

	.ayu
	{
		padding-top: 300px;
	}

	#Preguntas 
	{
		margin-top: 10px;
	}

	#Preguntas a
	{
		font-size: 20px;
	}

	#Preguntas p
	{
		/*display: none;*/
	}

	video
	{
		width: 100% !important;
		height: auto !important;
		display: block;
	}

	.Siguiente
	{
		margin-top: 10px;
		margin-left: 0;
		width: auto;
	}

	.Siguiente span
	{
		border-radius: 6px;
		padding: 7px;
	}
}