﻿@font-face {
	font-family: "fuente2";
	src: url('../fonts/SourceSansPro-black.ttf');
}
@font-face {
	font-family: "fuente3";
	src: url('../fonts/SourceSansPro-regular.ttf');
}
#body {
	background: url('../img/fondo.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top:15px;
	padding:0;
	font-family: fuente2;
}
header {
	background: rgb(255,150,0);
	color: rgb(255,255,255);
	border-radius: 25px;
	box-shadow: 3px 3px 3px rgba(255,255,255, 0.5);
	width: 100%;
}
header h1 {
	margin: 0;
	font-size: 5em;
	text-align: center;
	font-family: fuente3;
	word-spacing: -20px;
}
header nav {
	max-width: 1000px;
	margin: 20px auto;
}
#menu {
	width: 80%;
	font-size: 2.2ex;
}
.control {display: none;}
header nav ul { overflow: hidden; list-style: none; margin:auto; padding-bottom: 5px;}
header nav ul li { display: inline-block; background: rgb(16,16,146); width: 150px; text-align: center; border-radius: 7px;}
header nav ul li a { color: rgb(255,150,0); text-decoration: none;display:block; padding: 10px}
header nav ul li span {margin-right: 10px;}
header nav ul li a:hover { background: rgb(255,150,0); color: rgb(255,255,255); border-radius: 7px;}
#bloque {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#bloque > article {
	margin: 4px;
	padding: 5px;
	width: 1500px;
	height:740px;
	background: transparent;
	flex-grow: 3;
	flex-shrink: 1;
	flex-basis: 60%;
	order: 2;
}
#bloque > aside {
	display: none;
}
.en_reg > a:visited {
	color: rgb(62,255,0);
}
.en_reg > a:hover {
	background: inherit;
	color: rgb(97,0,255);
}
iframe{
	border-style: none;
	width: 1500px;
	height: 750px;
	border-radius: 25px;
	box-shadow: 0px 1px 1px white
}
p {
	font-family: fuente3;
	font-weight: bold;
	font-size: 1.25em;
	color: rgb(255,150,0);
	text-align: justify;
}
em {
	color: rgb(255,255,255);
}
strong {
	color: rgb(0,255,255);
}
.b-logo{
	background:rgb(16,16,146);
	margin: auto;
	padding: 10px;
}
.viejo {
	width:720px;
	height:405px;
	margin: auto;
	background-image:url("../img/viejo.png");
	background-repeat: no-repeat;
}
#reg {
	background: rgb(0,0,0);
}
@media screen and (max-width: 990px) { 
	#body {background: black;}
	header nav { width:50%; margin-left: -20px; margin-top: 3px; height: 100%; position: fixed;left: -100%;}
	header nav ul { padding-bottom: 5px;}
	header nav ul li { display: block;}
	.control { display: block; width: 100%; background:transparent;}
	.control .op-menu {display: block; padding: 20px; color: rgb(255,255,255); text-decoration: none; font-size: 1.5em; box-sizing: border-box;}
	.control span {float: right;}
	#menu {background: rgba(255,150,0,.7); height: 100%; border-radius: 7px;}
	#bloque > article { width: 100%;}
	iframe { width: 100%}
	#bloque aside {display: none;}
	.b-logo { width: 100%; padding: 10px;}
	.viejo { background-image:url("../img/icon.png");margin: auto; width: 128px; height: 128px;}
}