@charset "utf-8";
/* CSS Document */

body {
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	font-family: 'PT Sans', 'Arial';
	/*font-family: Arial, Helvetica, sans-serif;
	background: #FFF;*/
}

header {
	width: 1024px;
	height: 50px;
	background-color: #1C80A4;
	text-align: center;
}

.socialmedia {
	width: 125px;
	height: 40px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}

.logo_kunstform {
	position: relative;
	left: 53px;
	top: 60px;
	width: 120px;
	height: 110px;
	z-index: 1;
}

nav {
	width: 1014px;
	height: 30px;
	padding-right: 10px;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	background-color: rgba(255,255,255,.9);
}

/*Navigation menu elements*/
.ls_navMenu {
	position: relative;
	margin: auto auto;
	margin-left: 5px;
	width: 125px;
	height: 30px;
	color: #685725;
	font-size: .9em;
	text-align: center;
	/*background: rgba(0,0,0,.8) ;*/

	/* Internet Explorer 10 */
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	/* Firefox */
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	/* Safari, Opera, and Chrome */
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-pack: center;
	box-align: center;
	float: right;
}

.ls_navMenu:hover {
	color: #FFF;
	background-color: #1C80A4;
}

.ls_navMenu a {
	color: #FFF;
	text-decoration: none;
}

section {
	height: auto;
	padding-top: 90px;
	width: 1024px;
	display: inline-block;/*con esta propiedad logramos que section se adapte a su contenido por
	 mas de que usemos la propiedad float en las capaz interiores*/
	background-color: rgba(255,255,255,.9);
}

.shadow {
	position: relative;
	width: 900px;
	height: 30px;
	top: -40px;
	left: 62px;
	margin-bottom: 20px;
}

.Slide_KF {
	position: relative;
	width: 900px;
	height: auto;
	top: 30px;
	left: 62px;
	z-index: 1;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	}

.welcome {
	position: relative;
	width: 824px;
	height: 220px;
	top: 40px;
	left: 100px;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	line-height: 1.3em;
	color: #989898;
	font-size: .9em;
	text-align: left;
	z-index: 1;
	margin-bottom: 40px;
}

.barra {
	position: relative;
	width: 1024px;
	height: 80px;
	top: 30px;
	left: 0px;
	margin-bottom: 20px;
	opacity: .5;
}

.barraTitulo {
	position: relative;
	width: 630px;
	height: 35px;
	top: -60px;
	left: 0px;
	z-index: 1;
	color: #1C80A4;
	font-size: 1.5em;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	/*font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;*/
}

.SliderAc {
	position: relative;
	width: 1024px;
	height: 500px;
	top: 20px;
	left: 0px;
	margin-top: 55px;
	background-image:url(../img/servicios.jpg);
}

.banner {
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 650px;
	height: 270px;
	top: -45px;
	left: 0px;
	z-index: 2;
	float: left;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	background-color: #000;
}

.Cont_serv {
	position: relative;
	top: -20px;
	left: 0px;
	width: 650px;
	height: 250px;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	line-height: 1.3em;
	color: #989898;
	font-size: .9em;
	text-align: left;
	/*padding-top: 30px;*/
	float: left;
	background-color: #E91C24;
}

article {
	position: relative;
	left: 62px;
	height: auto;
	width: 650px;
	/*background-color: rgba(255,255,255,.9);*/
	text-align: center;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 30px;
	float: left; /*usando esta propiedad colocamos article al lado izquierdo*/
}

/*My content*/
.myContent {
	position: relative;
	left: 0px;
	width: 650px;
	overflow: hidden;
	float: left;
	display: inline-block;
	margin-bottom: 25px;
}

.imageElement {
	position: relative;
	margin-bottom: 30px;
	width: 305px;
	height: 210px;
	/*border: solid 5px #FFFFFF ;*/
	overflow: hidden;
	display: inline-block;
	float: left;
}

.imageElementR {
	position: relative;
	margin-bottom: 30px;
	width: 305px;
	height: 210px;
	/*border: solid 5px #FFFFFF ;*/
	overflow: hidden;
	display: inline-block;
	float: right;
}

aside {
	position: relative;
	left: 50px;
	top: 20px;
	height: auto;
	width: 230px;
	/*background-color: #FFF;*/
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	float: left;/*combinando el float de article y aside conseguimos que la capa se coloque al
	 lado*/
}
footer {
	height: 30px;
	width: 1024px;
	padding-top: 70px;
	color: #C8C8C8;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	/*font-family: Arial, Arial, Helvetica, sans-serif;*/
	font-size: .7em
}


/* unvisited link */
a:link {
color: #C8C8C8;
}

/* visited link */
a:visited {
color: #C8C8C8;
}

/* mouse over link */
a:hover {
color: #C8C8C8;
}

/* selected link */
a:active {
	color: #C8C8C8;
}
