
body{
	font-family: "Erosion JNL";
	background-color: #141414;
}

a{
	color: darkturquoise;
}

p{
	font-family: sans-serif;
}

.header{
	height: 80px;
	background-color: black;
	border-radius: 15px;
	overflow: hidden;
}

.div_logo{
	float: left;
	height: 94%;
	position: relative;
	vertical-align: middle;
	color: white;
	width: 30%;
	display: inline-block;
}

.linea{
	background-color: #053506;
	color: #053506;
	height: 5px;
	margin-top: -3px;
}

.div_menu{
	float: right;
	text-align: right;
	height: 94%;
	width: 70%;
	position: relative;
	vertical-align: middle;
}

.logo{
	float: left;
	height: 100%;
}

.title{
	color:white; 
	display: inline;
	float: left;
	font-size: atan2();0pt;
}

.evokeet{
	margin-top: 20px;
	font-size: 30pt;
}

.menu{

}

.foto{
	height: 120px;
	border-radius: 90px;
	padding: 30px;
}


.left-position{
	width: 300px;
	min-height: 300px;
	text-align: left;
	margin-left: 20px;
	color: white;
	float: left;
	vertical-align: top;
	height: 100%;
	border-right-width: .2em;
	border-right-style: dashed;
}

.cuerpo {
	color: white;
	padding-left: 20px;
}

.cuerpo a img{
	width: 200px;
}

.texto{
	width: 300px;	
}

.button-left{
	width: 200px;
    background-color: #053506;
    color: white;
    border-color: white;
    border-width: 5px;
    height: 40px;
    text-align: left;
}

.bottom{
	background-color: black;
	border-radius: 15px;
	overflow: hidden;
	color: white;
	text-align: center;
	margin-top: 20px;
}

.footer{
	height: 94%;
	background-color: black;
	border-radius: 15px;
	overflow: hidden;
}

.footer-contacts{
	display: inline-block;
	margin-left: 20px;
}