@charset "utf-8";
/* CSS Document */


#centro1 {
	font-family: 'Patua One', cursive;
	text-shadow: 2px 2px 4px #000;
	float: left;
	width: 100%;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 50px; /*TOMELLOSO ROTULO*/
	color: #000;
}

#centro2 {
	width: 85%;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
}

.fuente1 {
	font-family: 'Signika', sans-serif;
	font-size: 5px;
	text-shadow: 0px 0px 7px #000;
	text-align: justify;
	color: #FFF;
	margin: 10px;
	font-weight: bold;
}
.fuente2 {
	font-family: 'Signika', sans-serif;
	font-size: 15px;
	/*text-shadow: 0px 0px 2px #03F;*/
	text-align: justify;
	font-weight: normal; /*texto sin NEGRITA*/
	/*color: #003;*/
}
.fuente3 {
	font-family: 'Signika', sans-serif;
	font-size: 15px;
	/*text-shadow: 0px 0px 1px #F90;*/
	font-weight: bold;
	text-align: center;
	/* text-align: justify; */
}
.negrita {
	font-family: 'Signika', sans-serif;
	font-size: 15px; /*TEXTO EN NEGRITA*/
	/*text-shadow: 0px 0px 1px #F90;*/
	font-weight: bold;
	text-align: center;
	/* text-align: justify; */
}
#color_fondo {
	background: #06F;
	border-radius: 10px;
	border: 4px groove #000;
}
#centro2 img {
	box-shadow: 4px 4px 2px #006; /*sombra trasera*/
	border: 2px ridge  #666; /*marco*/
	border-radius: 15px 15px 15px 15px; /*BORDES REDONDOS*/
	width: 200px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*margen inferior*/
	margin-bottom: 20px;
	margin-left: 20px;
	/*margin-right:20px; margen derecho*/	
}
#foto3 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*desplaza a la derecha*/
	margin-left: 10px; /*margen inferior*/
	margin-bottom: 10px; /*margen inferior*/
	/*margin-right:20px; margen derecho*/	
}
#foto4 img {
	width: 100px;
	float: left; /*margen inferior*/
	margin-bottom: 10px;
	margin-right: 10px;
}
#foto5 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*desplaza a la derecha*/
	margin-left: 10px; /*margen inferior*/
	margin-bottom: 10px; /*margen inferior*/
	/*margin-right:20px; margen derecho*/	
}
#foto6 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: left; /*margen inferior*/
	margin-bottom: 10px; /*margen inferior*/
	margin-right: 10px;
	/*margin-right:20px; margen derecho*/	
}
#foto7 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*margen inferior*/
	margin-bottom: 10px;
	margin-right: 10px;
	/*margin-right:20px; margen derecho*/	
}
#foto8 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*desplaza a la derecha*/
	margin-left: 10px; /*margen inferior*/
	margin-bottom: 10px; /*margen inferior*/
	/*margin-right:20px; margen derecho*/	
}
#foto9 img {
	width: 100px;
	/*float:left; desplaza a la izquierda*/
	float: right; /*desplaza a la derecha*/
	margin-left: 10px; /*margen inferior*/
	margin-bottom: 10px; /*margen inferior*/
	/*margin-right:20px; margen derecho*/	
}
#foto10 img {
	width: 100px;
	float: left; /*margen inferior*/
	margin-bottom: 10px; /*margen derecho*/
	margin-right: 10px;
}
#foto11 img {
	width: 100px;
	float: right; /*margen inferior*/
	margin-bottom: 10px; /*margen derecho*/
	margin-right: 10px;
}
.centro {
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}
p img{
	/*max-width: 850px;*/
	border: 2px solid #000;
	border-radius: 15px 15px 15px 15px; /*BORDES REDONDOS*/
	box-shadow: 4px 4px 2px #006; /*sombra trasera*/
	/*width: 850px;*/
}
#centro2 #video {
	height: auto;
	width: 100%;
}

#cabecera img {
	width: 20%;
}

#centro2 .fuente2 {
	text-align: justify;
}
#centro2 {
	text-align: center;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* proporción 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 70px;
}

@media screen and (max-width:700px) {
	
	#centro1 {
	font-family: 'Patua One', cursive;
	text-shadow: 2px 2px 4px #000;
	float: left;
	width: 100%;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 30px; /*TOMELLOSO ROTULO*/
	color: #000;
}

.video-responsive {
	position: relative;
	padding-bottom: 70%; /* proporción 16:9 */
	padding-top: 0px;
	height: 0;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 50px;
}
