body {
	font-family: TipoEstilosD; 
	background-color: #A4A4A4;
	margin: auto; 
	padding: 20px;
	background-image: url(images/awesome.jpg);
	background-repeat: no-repeat;
	background-size: 1800px 1200px;
}
header {
	height: 150px;
	background-color: #DF7401;
	border-radius: 30px;
}
#contenedor {
	margin:auto; 
	width:80%; 
	border: 2px solid black; 
	box-shadow: -15px 20px 40px #61210B; 
	border-radius: 30px 30px 20px 20px;
	background-color: #DF7401;
}
#contenido {
	background-color: #F5DA81;
}
#presentacion {
	background-color: #FFBF00;
	background-image: url(images/sonic.jpg);
	text-align:left;
	background-size: 2800px 800px;
	box-shadow: inset 3px 3px 8px black;
	-webkit-animation: esconde 25s;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes esconde {
	0%{height: 0px; background-size: 2800px 800px}
	50%{height: 0px;}
	75%{height: 200px;}
	85%{height: 200px;}
	100%{height: 0px; background-size: 1400px 400px}
}
footer {
	text-align: center;
	background-color: #DF7401;
	border-radius: 0px 0px 60px 60px;
	margin-bottom: 1px;
	font-style: oblique;
}
@font-face {
	font-family: TipoEstilosA; 
	src: url(fuentes/estilo1.ttf);
}
@font-face {
	font-family: TipoEstilosB; 
	src: url(fuentes/estilo2.ttf);
}
@font-face {
	font-family: TipoEstilosC; 
	src: url(fuentes/estilo3.ttf);
}
@font-face {
	font-family: TipoEstilosD; 
	src: url(fuentes/estilo4.ttf);
}
html {
	cursor:url(recursos/oth561.cur), pointer;
}
#etiquetas {
	height: 430px;
	background-image: url(images/Goomba.ico); 
	background-repeat: no-repeat; 
	background-position: center;
}
#logo {
	float: left;
	margin-left: 20px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	padding: 0px;
	margin-top: 18px;
	width: 142px;
	height: 170px;
	animation: late 10s;
	-webkit-transform:scale(1,1);
	-webkit-animation: late 10s;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes late {
	0%{-webkit-transform:scale(1,1);}
	45%{-webkit-transform:scale(1,1);}
	47%{-webkit-transform:scale(0.9,0.9);}
	50%{-webkit-transform:scale(1.2,1.2);}
	53%{-webkit-transform:scale(0.9,0.9);}
	55%{-webkit-transform:scale(1,1);}
	100%{-webkit-transform:scale(1,1);}
}
#logotipo {
	font-size: 0px;
	float: left;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
h1 {
	`position: absolute;
	padding: 0px;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 100px;
	color: #890402;
	text-shadow: 5px 5px 12px black;
	transform:translate(150px,0px);
	-webkit-transform:translate(150px,0px);
	font-family: TipoEstilosB;
	font-style: oblique;
}
h2 {
	text-shadow: 3px 3px 8px rgba(0,0,0,0);
	font-family: TipoEstilosA;
	font-size: 40px;
	color: rgba(250,207,13,0);
	margin-left: 10px;
}
#login {
	padding: 20px;
	float: right;
	text-align: center;
	vertical-align: middle;
}
input placeholder {
	color: black;
}
input {
	border: 5px;
	border-radius: 3px;
	background: #E4E4E4;
	font-family: TipoEstilosD;
	font-size: 15px;
	text-shadow: 2px 1px 3px black;
	padding: 4px;
	box-shadow: inset 0px 0px 8px black;
	-webkit-box-shadow: inset 0px 0px 8px black;
	transition: box-shadow 1s, backgrounfd 1s;
}
input:hover {
	box-shadow: inset 0px 0px 10px #814C33;
	-webkit-box-shadow: inset 0px 0px 10px #814C33;
	background: #F5DA81;  
}
a {
	color: black;
	font-size: 15px;
	text-shadow: 2px 1px 3px #890402;
}
#texto1 {
	animation: efectotexto 5s;
	-webkit-animation: efectotexto 5s;
	-webkit-animation-delay: 13.5s;
}
#texto2 {
	animation: efectotexto 5s;
	-webkit-animation: efectotexto 5s;
	-webkit-animation-delay: 17.7s;
}
@-webkit-keyframes efectotexto {
	0%{color: rgba(250,207,13,0); text-shadow: 3px 3px 8px rgba(0,0,0,0);}
	25%{color: rgba(250,207,13,1); text-shadow: 3px 3px 8px rgba(0,0,0,1);}
	50%{color: rgba(250,207,13,1); text-shadow: 3px 3px 8px rgba(0,0,0,1);}
	75%{color: rgba(250,207,13,1); text-shadow: 3px 3px 8px rgba(0,0,0,1);}
	100%{color: rgba(250,207,13,0); text-shadow: 3px 3px 8px rgba(0,0,0,0);}
}
table {
	width: 40%;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 10px;
	border: none;
	border-spacing: 0px;
	box-shadow: 5px 5px 12px black;
	-webkit-transform:scale(1,1);
	-webkit-transition: -webkit-transform 0.75s;
}
table:hover {
	-webkit-transform:scale(1.05,1.05);
}
th {
	background-color: rgba(250,250,250,1);
	border-radius: 10px 10px 0px 0px;
	box-shadow: inset 1px 1px 12px black;
	font-family: TipoEstilosB;
	font-size: 20px;
}
td {
	background-color: rgba(114,114,114,0.5);
	border: none;
	box-shadow: inset 1px 1px 12px black;
	text-align: center;
	font-family: TipoEstilosA;
	color: black;
}
td.comentario {
	border-radius: 0px 0px 10px 10px;
}
#bloque2 {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}