.TextoNormal {
	font-size: medium;
	color: #333333;
	text-align: justify;
	
}
.TextoNormalch {
	font-size: small;
	color: #333333;
	
}
.TextoNormalCentrado {
	font-size: medium;
	color: #333333;
	text-align: center;
	
}
.TextoNormalCentradoBL {
	font-size: medium;
	color: #ffffff;
	text-align: center;
	
}

.TituloMediano {
	font-size: large;
	font-weight: bold;
	color: #444444}
.TituloGrande {
	font-size: x-large;
	font-weight: bold;
	color: #444444
}
.TituloGrandeBL {
	font-size: x-large;
	font-weight: bold;
	color: #ffffff
}

@import url('https://fonts.googleapis.com/css?family=Comfortaa');

.titulo {
	 font-family: 'Comfortaa', cursive;
  	 font-size: xx-large;
     font-weight: bold;
 	 color: #333333
}
.titulo2 {
	 font-family: 'Comfortaa', cursive;
  	 font-size: x-large;
     font-weight: bold;
 	 color: #333333
}
.titulo3 {
	 font-family: 'Comfortaa', cursive;
  	 font-size: large;
     font-weight: bold;
 	 color: #333333
}
.BarraSuperior {position: fixed; width: 100%;} 
.BarraInferior {position:fixed;right:0;bottom:0;width:51px;;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
