﻿@font-face{
font-family: fuente;
src: url(../font/TransformersMovie.ttf);
}


body {
	font: 24px helvetica;
	background:#D4AB6A;
	font-family: fuente;
}

#main{
	min-height: 800px;
	margin:0px;
	padding:0px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

#main > article{
	margin: 4px;
	padding: 5px;
	border: 1px solid #cccc33;
	border-radius: 7pt;
	background-image: url(../img/luchadores.jpg);
	background-size: cover;
	flex-grow: 3;
	flex-shrink: 1;
	flex-basis: 60%;
	-webkit-flex: 3 1 60%;
	order: 2;
	-webkit-order: 2;
	
}

#main > nav {
	margin: 4px;
	padding: 5px;
	border: 0px solid #D4AB6A;
	border-radius: 7pt;
	background:#D4AB6A;
	flex-grow: 1;
	flex-shrink: 6;
	flex-basis: 20%;
	-webkit-flex: 1 6 20%;
	order: 1;
	-webkit-order: 1;
	display:flex;
	flex-direction:column; 
}


footer{
	display: block;
	margin: 4px;
	padding: 5px;
	min-height: 100px;
	border: 1px solid #D4AB6A;
	border-radius: 7pt;
	background: #ffeebb;
	text-align: center;
	transition-property: all;
	transition-duration: 2s;
	transition-timing-function: linear;
}

footer:hover{
	background-color:#D4AB6A;
	transition-property: all;
	transition-duration: 2s;
	transition-timing-function: linear;
}

header{
	display: block;
	margin: 4px;
	padding-bottom:47px;
	min-height: 80px;
	border: 0px solid Blue;
	border-radius: 7pt;
	color: #000000;
	text-align: center;
	padding-top: 30px;
	max-height: 60px;
	background-image: url(../img/arena2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 2px; 
}

@media all and (max-width: 640px){
	#main {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	#main > article, #main > nav {
		-webkit-order: 0;
		order: 0;
	}
	
	#main >nav, #main > header, footer {
		min-height: 50px;
		max-height: 50px;
	}
	body{
		display: flex;
		flex-direction: column;
	}

	#main{
	min-height: 800px;
	margin:0px;
	padding:0px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

#main > article{
	margin: 4px;
	padding: 5px;
	border: 1px solid #cccc33;
	border-radius: 7pt;
	background-image: url(../img/luchadores.jpg);
	background-size: cover;
	flex-grow: 3;
	flex-shrink: 1;
	flex-basis: 60%;
	-webkit-flex: 3 1 60%;
	order: 2;
	-webkit-order: 2;
	
}

#main > nav {
	margin: 4px;
	padding: 5px;
	border: 0px solid #D4AB6A;
	border-radius: 7pt;
	background:#D4AB6A;
	flex-grow: 1;
	flex-shrink: 6;
	flex-basis: 20%;
	-webkit-flex: 1 6 20%;
	order: 1;
	-webkit-order: 1;
	display:flex;
	flex-direction:column; 
}


footer{
	display: block;
	margin: 4px;
	padding: 5px;
	min-height: 100px;
	border: 1px solid #eebb55;
	border-radius: 7pt;
	background: #ffeebb;
	text-align: center;
}

header{
	display: block;
	margin: 4px;
	padding-bottom:113px;
	min-height: 80px;
	border: 0px solid Blue;
	border-radius: 7pt;
	color: #000000;
	text-align: center;
	padding-top: 30px;
	max-height: 60px;
	background-image: url(../img/arena2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 2px; 
}
	
}

.youtube{
	text-align: center;
	display: inline;
	border: white 2px solid;
	border-color: white black black white;
	background-color: white;
	margin: 0em 0.5em;
	padding:0.25em 0.5em;
	text-align: center;
	height: 100%;
	width: 100%;
}

.youtube:hover{
	border: white 2px solid;
	border-color: black white white black;
	background-color: lightergray;
}

.laplama{
	text-align: center;
	display: inline;
	border: white 2px solid;
	border-color: white black black white;
	background-color: white;
	margin: 0em 0.5em;
	padding: 0.25em 0.5em;
}

.laplama:hover{
	border: white 2px solid;
	border-color: black white white black;
	background-color: lightergray;
}

.contenedor{
	background:;
	border: yellow 0px solid;
	text-align: center;
	
}

.contenedor:hover{
	background: #D4AB6A;
}

ul{
	list-style-type: none;
}

.contenedor li{
	margin: 20px;
}

.tete{
	text-align: center;
	display: inline;
	border: white 2px solid;
	border-color: white black black white;
	background-color: white;
	margin: 0em 0.5em;
	padding: 0.25em 0.5em;
}

.tete:hover{
	border: white 2px solid;
	border-color: black white white black;
	background-color: lightergray;
}

.erbani{
	text-align: center;
	display: inline;
	border: white 2px solid;
	border-color: white black black white;
	background-color: white;
	margin: 0em 0.5em;
	padding: 0.25em 0.5em;
}

.erbani:hover{
	border: white 2px solid;
	border-color: black white white black;
	background-color: lightergray;
}

a{
	color: black;
}

a:visited{
	color: black;
	text-decoration: none;
	background:white;
}

a:active {
	color: red;
	text-decoration: none;
	background:white;
}

a:hover{
	text-decoration: none;
}

a:link, a:visited { text-decoration: none;}

.resultado:hover {
	background: white;
}

.resultado{
border: 2px solid black;
padding: 5px;

}
