
/*-----------------------------------------------*/
/**-*-*-*-*-*-*-*-*-*- TÍTULOS -*-*-*-*-*-*-*-*-**/
/*-----------------------------------------------*/

.logo{
	float:left;
	max-height:50px;
	padding-top:5px;
	max-width:400px;
	width:50%;
}

@keyframes animateGlow1 {
	0% {background-position: 0% 20%;}
	20% {background-position: 20% 40%;}
	40% {background-position: 40% 60%;}
	60% {background-position: 60% 80%;}
	80% {background-position: 80% 100%;}
	100% {background-position: 100% 0%;}
	}

@keyframes textColor1 {
	0% {color: #FFFF00;/*amarillo canario*/}
	20% {color: #00FF00;/*verde fosforito*/}
	40% {color: #00FFFF;/*azul fosforito*/}
	60% {color: #6699FF;/*azulado*/}
	80% {color: #FF99FF;/*magenta clarito*/}
	100% {color: #FFFF00;/*amarillo canario*/}
	}

.titulo1{
	float:right;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	padding: 30px 30px 15px 15px;
	overflow:hidden;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0px;
	text-shadow: 0px 5px 5px #000;
	text-transform: uppercase;
	animation: textColor1 10s ease infinite;
	font-family:"Comic Sans MS", cursive;
}

.titulo1-arriba{
	float:right;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	padding: 15px 15px 15px 15px;
	overflow:hidden;
	font-weight: bold;
	font-size: 50px;
	height:60px;
	letter-spacing: 0px;
	text-shadow: 0px 5px 5px #000;
	text-transform: uppercase;
	animation: textColor1 10s ease infinite;
	font-family:"Comic Sans MS", cursive;
}

@keyframes animateGlow2 {
	0% {background-position: 0% 20%;}
	20% {background-position: 20% 40%;}
	40% {background-position: 40% 60%;}
	60% {background-position: 60% 80%;}
	80% {background-position: 80% 100%;}
	100% {background-position: 100% 0%;}
	}

@keyframes textColor2 {
	0% {color: #00FFFF;/*azul fosforito*/}
	20% {color: #6699FF;/*azulado*/}
	40% {color: #FF99FF;/*magenta clarito*/}
	60% {color: #FFFF00;/*amarillo canario*/}
	80% {color: #00FF00;/*verde fosforito*/}
	100% {color: #00FFFF;/*azul fosforito*/}
	}

.titulo2{
	float:right;
	letter-spacing: 0px;
	margin: 0 0 2px 0;
	padding: 30px 30px 15px 15px;
	overflow:hidden;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0px;
	text-shadow: 0px 5px 5px #000;
	text-transform: uppercase;
	animation: textColor2 10s ease infinite;
}

@keyframes animateGlow3 {
	0% {background-position: 0% 20%;}
	20% {background-position: 20% 40%;}
	40% {background-position: 40% 60%;}
	60% {background-position: 60% 80%;}
	80% {background-position: 80% 100%;}
	100% {background-position: 100% 0%;}
	}

@keyframes textColor3 {
	0% {color: #FF99FF;/*magenta clarito*/}
	20% {color: #FFFF00;/*amarillo canario*/}
	40% {color: #00FF00;/*verde fosforito*/}
	60% {color: #00FFFF;/*azul fosforito*/}
	80% {color: #6699FF;/*azulado*/}
	1000% {color: #FF99FF;/*magenta clarito*/}
	}

.titulo3{
	float:right;
	letter-spacing: 0px;
	margin: 0 0 2px 0;
	padding: 30px 30px 15px 15px;
	overflow:hidden;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0px;
	text-shadow: 0px 5px 5px #000;
	text-transform: uppercase;
	animation: textColor3 10s ease infinite;
}

<!--============= TITULO UNO ==============-->
* {
margin:0;
padding:0;
box-sizing: border-box;
}

.titulo-uno {
position:relative;
/*top:50%;*/
/*right:50%;*/
/*transform:translate(50%, -50%);*/
text-align:center;
font-size:2.75em;
text-transform:uppercase;
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:1.4em;
color:#000000;
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 4px 4px rgba(16, 16, 16, 0.4),
			1px 6px 8px rgba(16, 16, 16, 0.4);
			/*1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4);*/
}

<!--============= TITULO DOS ==============-->
* {
margin:0;
padding:0;
box-sizing: border-box;
}

.titulo-dos {
position:relative;
/*top:50%;
right:50%;
transform:translate(50%, -50%);*/
text-align:center;
font-size:2.15em;
text-transform:uppercase;
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:1.4em;
color:#000000;
/*color:#00FF00;*/
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 3px 4px rgba(16, 16, 16, 0.4),
			1px 6px 4px rgba(16, 16, 16, 0.4);
			/*1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4)*/
}

<!--============= TITULO TRES ==============-->
* {
margin:0;

padding:0;
box-sizing: border-box;
}

titulo-tres {
/*position:absolute;*/
/*top:50%;
right:50%;
transform:translate(50%, -50%);*/
text-align:center;
font-size:1.95em;
text-transform:uppercase;
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:1.4em;
color:#000000;
/*color:#00FF00;*/
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 3px 4px rgba(16, 16, 16, 0.4)
			/*1px 6px 4px rgba(16, 16, 16, 0.4),
			1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4)*/;
}

<!--============= TITULO CUATRO ==============-->
* {
margin:0;
padding:0;
box-sizing: border-box;
}

titulo-cuatro {
/*position:absolute;*/
top:50%;
right:50%;
transform:translate(50%, -50%);
text-align:center;
font-size:1.55em;
text-transform:uppercase;
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:1.4em;
color:#000000;
/*color:#00FF00;*/
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 3px 4px rgba(16, 16, 16, 0.4)
			/*1px 6px 4px rgba(16, 16, 16, 0.4),
			1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4)*/;
}

<!--============= TITULO CINCO ==============-->
* {
margin:0;
padding:0;
box-sizing: border-box;
}

titulo-cinco {
/*position:absolute;*/
top:50%;
right:50%;
transform:translate(50%, -50%);
text-align:center;
font-size:1.15em;
text-transform:uppercase;
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:1.4em;
color:#000000;
/*color:#00FF00;*/
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 3px 4px rgba(16, 16, 16, 0.4)
			/*1px 6px 4px rgba(16, 16, 16, 0.4),
			1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4)*/;
}

<!--============= TITULO SEIS ==============-->
* {
margin:0;
padding:0;
box-sizing: border-box;
}

titulo-seis {
/*position:absolute;*/
top:50%;
right:50%;
transform:translate(50%, -50%);
text-align:center;
font-size:1.5em;
/*text-transform:uppercase;*/
/*font-family:"Comic Sans MS";*/
	/*font-family: 'EB Garamond',serif;*/
font-weight:bold;
line-height:0.75em;
color:#000000;
/*color:#00FF00;*/
text-shadow:1px 1px 1px #888888,
			1px 2px 1px #888888,
			/*1px 3px 1px #888888,
			1px 4px 1px #888888,
			1px 5px 1px #888888,*/
			1px 3px 4px rgba(16, 16, 16, 0.4)
			/*1px 6px 4px rgba(16, 16, 16, 0.4),
			1px 18px 12px rgba(16, 16, 16, 0.4),
			1px 22px 16px rgba(16, 16, 16, 0.4)*/;
}