﻿body {
font-family: normal;
margin: auto;
padding: 0px;
}
#contenedor {
margin: auto;
width: 80%;
border: 1px solid black;
box-shadow: 0px 20px 35px black;
-webkit-box-shadow: 0px 20px 35px black;
-moz-box-shadow: 0px 20px 35px black;
border-radius: 15px;
}
header {
height: 120px;
background-color: rgba(255,255,255,0.5)
}
footer {
background-color: rgba(255,255,0,0.5);
text-align: center;
font-family: normal;
font-size: 12px;
}
#logotipo {
float: left;
position: absolute;
margin: 0px;
border: 0px;
}
#logo {
float: left;
text-align: center;
vertical-align: middle;
width: 120px;
height: 100px;
padding: 0px;
border: 0px;
animation: late 2s;
-webkit-transform: scale(1,1);
-webkit-animation: late 5s;
-webkit-animation-iteration-count: 2;
}
@-webkit-keyframes late {
0%{-webkit-transform:scale(1,1)}
50%{-webkit-transform:scale(1.2,1.2)}
75%{-webkit-transform:rotate(360deg)}
100%{-webkit-transform:scale(1,1)}
}
#tipo {
position: absolute;
font-size: 20px;
color: rgba(249,24,24,0.5);
padding: 0px;
margin: 0px;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
font-family: cubic;
left: 130px;
width: 270px;
}
#login {
padding: 10px;
float: right;
text-align: right;
width: 600px;
}
input {
font-family: normal;
border: 0px solid white;
border-radius: 5px;
background-color: rgba(0,0,0,0.1);
box-shadow: 0px 0px 0px rgba(0,0,150,0.5);
transition: box-shadow 1s, background 1s, border 1s;
-webkit-transition: -webkit-box-shadow 1s, background 1s, border 1s;
}
input:hover {
box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
background: rgba(0,255,0,0.1);
border: 2px solid white;
}
a {
text-decoration:none;
color: rgba(0,0,0,1)
}
#etiquetas {
padding: 10px;
}
#registrate {
color: rgba(0,0,0,1);
font-size: 15px;
text-shadow: 0px 0px 5px rgba(0,255,0,0);
animation: registrate 5s;
-webkit-animation: registrate 5S;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes registrate {
0%{text-shadow: 0px 0px 5px rgba(0,255,0,1);}
50%{text-shadow: 0px 0px 5px rgba(0,255,0,0);}
100%{text-shadow: 0px 0px 5px rgba(0,255,0,1);}
}
#presentacion {
padding: 0px;
margin: 0px;
text-align: left;
width: 100%;
height: 0px;
background: rgba(200,0,0,0.5);
background: url("../images/titan.png") center center;
background-size: 1000px 500px;
box-shadow: inset 0px 0px 25px rgba(0,220,0,0.5);
-webkit-box-shadow: inset 0px 0px 25px rgba(0,220,0,0.5);
-webkit-animation: esconde 15s;
}
@-webkit-keyframes esconde {
0% {height: 200px; background-size: 1000px 500px;}
50% {height: 200px;}
100% {height: 0px; background-size: 1200px 600px;}
}
#texto1 {
position: absolute;
font-family: batman;
color: rgba(255,255,0,0);
font-size: 27px;
-webkit-transform: translate(150px, 0px);
-webkit-animation: muevetexto1 5s;
}
@-webkit-keyframes muevetexto1 {
0% {color: rgba(255,255,0,0);-webkit-transform: translate(-150px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0);}
25% {color: rgba(255,255,0,1);-webkit-transform: translate(2px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
50% {color: rgba(255,255,0,1);-webkit-transform: translate(2px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
75% {color: rgba(255,255,0,1);-webkit-transform: translate(2px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
100% {color: rgba(255,255,0,0);-webkit-transform: translate(150px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0);}
}
#texto2 {
position: absolute;
font-family: batman;
color: rgba(255,255,0,0);
font-size: 27px;
-webkit-transform: translate(150px, 0px);
-webkit-animation: muevetexto2 5s;
-webkit-animation-delay: 5s;
}
@-webkit-keyframes muevetexto2 {
0% {color: rgba(255,255,0,0);-webkit-transform: translate(-150px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0);}
25% {color: rgba(255,255,0,1);-webkit-transform: translate(0px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
50% {color: rgba(255,255,0,1);-webkit-transform: translate(0px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
75% {color: rgba(255,255,0,1);-webkit-transform: translate(0px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0.5);}
100% {color: rgba(255,255,0,0);-webkit-transform: translate(150px, 0px);text-shadow: 3px 3px 5px rgba(0,0,0,0);}
}
table {
margin-left: 21%;
width: 79%;
border: 1px solid rgba(255,255,255,1);
border-radius: 10px;
background: rgba(255,255,0,0.2);
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-webkit-transform: scale(1,1);
-webkit-transition: -webkit-transform 1s;
}
table:hover {
-webkit-transform: scale(1.1,1.1);
}
table th {
text-align: center;
font-family: enterprise;
width: 100%;
border-radius: 10px;
border: 1px solid rgba(0,0,0,0.5);
background: rgba(255,255,0,0.5);
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
table td {
border: 0px solid white;
text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#estrellas {
float: right;
font-size: 12px;
font-family: normal;
}
#menu {
float: left;
margin-left: 0%;
margin-top: -640px;
width: 20%;
}
#titulomenu {
text-align: center;
height: 20px;
}
#licencia {
font-family:batman;
}
@font-face {
	font-family: batman;
	src: url(../font/batman.ttf);
}
@font-face {
	font-family: cubic;
	src: url(../font/cubic.ttf);
}
@font-face {
	font-family: enterprise;
	src: url(../font/Skynet.Enterprise.ttf);
}
@font-face {
	font-family: normal;
	src: url(../font/BrannbollSmal.ttf);
}
#navi ul {
list-style: none;
}
#navi li {
margin: 0px;
padding: 0px;
}
#navi li a {
margin-left: -30px;
font-family: enterprise;
height: 50px;
display: block;
width: 100px;
text-decoration: none;
padding: 4px;
text-align: center;
font-size: 18px;
color: #FFFFFF;
background-color: rgba(249,24,24,0.5);
border-left: 10px solid rgba(255,255,0,0.8);
box-shadow: 2px 2px 5px rgba(255,0,0,0.2);
}
#navi li a:hover {
color: #FFFFFF;
background-color: rgba(249,24,24,0.5);
border-left-color: #91C470;
}
#navi li ul {
font-family: enterprise;
position: absolute;
left: 125px;
top: 30%;
display: none;
}
#navi li ul a {
display: block;
width: 100px;
text-decoration: none;
padding: 4px;
text-align: center;
font-size: 18px;
color: #FFFFFF;
background-color: rgba(249,24,24,0.5);
border-left: 10px solid rgba(255,255,0,0.8);
}
#navi li:hover ul {
display: block;
}