
.cBloque{
	font-size: 22px;
	background: Thistle;
	color: Purple;
	
	margin-bottom: 16px;
	border-radius: 8px;
	padding: 10px;
	
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	justify-content: center;
}

.cRecuadroVideo{
	background: AliceBlue;
	margin-bottom: 16px;
	padding: 16px;

	display: flex;
	flex-direction: column;

	border-radius: 8px;
}

.cContenedorVideo{
	margin-top: 16px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cFormadorVideo{	
	background: black;
	
	width: 480px;
	height: 270px;
	
	box-shadow: 0px 0px 20px LightBlue;
	border: 1px solid LightBlue;
}

@media only screen and (max-width: 750px) {
	.cFormadorVideo{
		width: 320px;
		height: 180px;
	}
}

.cRecuadroVideo a{
	margin-top: 10px;
	font-family: arial;
	font-size: 14px;
}

.cRecuadroVideo span{
	font-size: 20px;
	text-align: top;
}

.cRecuadroVideo span img{
	width: 24px;
	vertical-align: text-top;
}

/*
.cTextoManuales{
	
}*/



