@import url('https://fonts.googleapis.com/css?family=Rubik+Marker+Hatch');

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 70%;
	height: 50px;
	background-color: #dc3545;
}

header img{
		width: 60px;
		padding: 10px;
		background-color: #dc3545;
		border-radius: 10%;
		box-shadow: 0 0 10px #0009;
}

.h1, .h2{
	text-align: center;
	color:white;
	font-size: 25px;
	font-family: Rubik Marker Hatch;
}

h1, h2{
	font-size: 28px;
}

.ruby{
	font-family: Rubik Marker Hatch;
}

#menu{
	display: none;
}

#menu i{
	padding: 8px;
	background-color: #ffffff22;
	border-radius: 50%;
}

nav{
	position: fixed;
	top: 50px;
	right: 0;
	width: 30%;
	height: calc(100vh - 50px);
	background-color: #dc3545;
	z-index: 3 !important;
}
nav div{
	padding: 5px;
	border: 1px solid #444;
	border-radius: 5px;
	position: absolute;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	left: 15%;
}
nav div a, nav li{
	text-decoration: none;
	list-style: none;
	line-height: 36px;
	color: white;
}
nav ul{
	margin: 0;
	padding: 0;
	width: 90%;
	margin-left: 5%;
}
nav i{
	padding: 8px;
	border-radius: 50%;
	background-color: #fff2;
}
nav a:hover{
	color: #fff;
	text-decoration: underline;
}
nav li:hover{
	background-color: #444;
}
nav::after{
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #dc3545;
}

main, #messages{
	margin-top: 70px;
	width: 70%;
}

.fb-like{
	margin-left: -22px;
}

.pattern{
	position: relative;
}
.pattern::after{
	content: '';
	position: absolute;
	width: 80%;
	height: 60%;
	top: 20%;
	left: -7%;
	background: repeating-linear-gradient(45deg, transparent, transparent 8px, #c2c2c2 8px, #c2c2c2 10px);
	z-index: -1;
}

.dropdown-menu{
	position: absolute;
	left: 33.3%;
	transform: translateX(-33.3%);
}

#portada{
	display: flex;
  	justify-content: center;  
  	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	margin-top: -20px;
	background-image: url('../images/portada.jpg');
	background-size: cover;
	z-index: -2;
}
#portada::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #dc354588;
	z-index: -1;
}

#main{
	width: 80%;
	margin: 50px 0 50px 10%;
}

.sep{
	position: relative;
	width: 40%;
	height: 90px;
	margin-left: 30%;
	background-color: white;
}

.sep:after{
	content: '';
	position: absolute;
	width: 95%;
	height: 25%;
	bottom: 1%;
	left: 2.5%;
	border-radius: 50%;
	box-shadow: 0 5px 10px #0009;
	z-index: -1;
}

.btn_sep{
	position: absolute;
	padding: 10px;
	width: 60px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	bottom: -30px;
	left: calc(50% - 35px);
	box-shadow: 0 4px 10px #0009;
	background-color: white;
}

.ico_sep{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #666;
	font-size: 20px;
	border: 1px dashed #666;
}

.file-upload{
	display: none;
}

.ldigital{
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	top: 2px;
	left: 2px;
	box-shadow: 1px 6px 12px #000;
}

.p_wiki{
	position: relative;
}

.img_prev_wiki{
	float: left;
	padding-right: 10px;
	width: 25%;
}

.hover_wiki img:hover + .wiki_prev{
	display: block;
}

.wiki_prev{
	display: none;
	position: absolute;
	padding: 10px;
	top: 0;
	font-size: 12px;
	left: 33.3%;
	width: 60%;
	height: auto;
	background-color: white;
	box-shadow: -9px 4px 22px #afafaf;
	border-radius: 6px;
}

.arrow{
	position: absolute;
	top: calc(50% - 10px);
	left: -20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid white;
	transform: rotate(-90deg);
}
.arrowd{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid white;
	transform: rotate(180deg);
}

#wcloud, #nuevas, #poema, #destacan, #yt_cover, .fburls{
	width: 80%;
	margin: 50px 0 0 10%;
	padding: 12px;
	background-color: white;
	border: 1px solid #bbb;
	border-radius: 8px;
}

.gold{
	color: #d3af37;;
}

.silver{
	color: #c0c0c0;
}

.bronze{
	color: #bf8970;
}

.word{
	display: inline-block;
}
.word:hover{
	color: #dc3545;
}
.smsize1{
	color: #111111;
	font-size: 12px;
}
.smsize2{
	color: #222222;
	font-size: 14px;
}
.smsize3{
	color: #888888;
	font-size: 16px;
}
.smsize4{
	color: #568AFD;
	font-size: 18px;
}
.smsize5{
	color: #464D85;
	font-size: 20px;
}
.smsize6{
	color: #3498DB;
	font-size: 22px;
}
.smsize7{
	color: #FF9A92;
	font-size: 24px;
}
.smsize8{
	color: #E4A8D7;
	font-size: 26px;
}
.smsize9{
	color: #52CACF;;
	font-size: 28px;
}

footer{
	width: 70%;
	height: 100vh;
	float: left;
	background-color: #dc3545;
}
#img_footer{
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
}
#img_footer:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 80%;
	top:10%;
	right: 0;
	background-color: #f6f6f6;
}
#img_footer img{
	position: relative;
	width: 33.3%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

#info_footer{
	width: 50%;
	height: 100%;
	float: left;
}

#info_footer div{
	width: 100%;
	color: white;
	position: relative;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}
#info_footer li, blockquote{
	list-style: none;
}