@charset "utf-8";
/* CSS Document */
@font-face{
	 font-family:Georgia-BI;
	src: url("../Georgia Bold Italic.ttf");
}
@font-face{
	 font-family:NotoSans-Bold;
	src: url("../NotoSans-Bold.ttf");
}
@font-face{
	 font-family:NotoSans-BI;
	src: url("../NotoSans-BoldItalic.ttf");
}
@font-face{
	 font-family:NotoSans-Italic;
	src: url("../NotoSans-Italic.ttf");
}
@font-face{
	 font-family:NotoSans-Regular;
	src: url("../NotoSans-Regular.ttf");
}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {
	background-color:#351510;
	overflow-x:hidden;
}
.contenedor{
	width:100%;
	overflow:hidden;
} 
.menu_bar {
	display:none;
	z-index:10;
}
.menu_bar .bt-menu img{
	margin-top:15%;
	margin-left:25%;
}
header {
	width: 100%;
}
 
header nav {
	font-family:NotoSans-Bold;
	background:#351510;
	z-index:1000;
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#1E0102;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
} 
footer{
	background-color:#2A090A;
	font-family:NotoSans-Regular;
}
.divf{
	display:inline-block;
}
#link{
	background-color:#1E0304;
	color:#F0EBEA;
	text-align:center;
	height:40px;
	padding-top:.7%
}
#link a{
	color:#F0EBEA;
	text-decoration:none;
	
}
#datos{
	width:30%;
	color:#F0EBEA;
	margin-left:15%;
	margin-bottom:3%;
	float:left;
	margin-top:3%;
}
#datos div{
	margin-bottom:1%;
}
#datos span{
	margin-left:2%;
}
#redes{
	width:30%;
	margin-top:2%;
	float:left;
}
#redes img{
	margin-left:5%;
	padding-top:5%;
}
#logod{
	width:20%;
	margin-top:2%;
	margin-bottom:3%;
}
#part1{
	width:100%;
	position:absolute;
	top:0;
}
#part1 div{
	display:inline-table;
}


@media screen and (max-width: 5000px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:15%;
		position:absolute;
		top:0;
		background:#F0EBEA;
		height:120px;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
}
@media screen and (max-width: 550px){
	.menu_bar {
		display:block;
		width:25%;
		position:absolute;
		top:0;
		background:#F0EBEA;
		height:80px;
	}
	.menu_bar img{
		width:90%;
		margin-right:10%;
	}
	
	.divf{
	display:block;
}
	footer{
		margin-top:7%;
	}
#link{
	background-color:#1E0304;
	color:#F0EBEA;
	text-align:center;
	height:40px;
	padding-top:.7%
}
#link a{
	color:#F0EBEA;
	text-decoration:none;
	
}
#datos{
	width:100%;
	color:#F0EBEA;
	margin-bottom:3%;
	float:none;
	margin-top:3%;
	font-size:18px;
	margin-left:0%;
}
#datos img{
	width:%;
	margin-top:3%;
}
#datos div{
	width:90%;
	display:block;
	margin-bottom:2%;
	margin-top:3%;
	text-align:left;
	margin-left:10%;
}
#datos span{
	margin-left:2%;
}
#redes{
	width:100%;
	margin-top:2%;
	float:none;
	text-align:center;
}
#redes img{
	width:%;
	margin-left:10%;
	margin-right:10%;
	padding-top:5%;
	margin-bottom:5%
}
#logod{
	width:90%;
	margin-top:5%;
	margin-bottom:3%;
	text-align:center;
	margin-left:5%;
}
}