/*****************************
Contenedores y estructuradores
*****************************/
html,body{
	margin:0;
	padding:0;
}
body{
	background:url('../img/fondoklinbagwebbig.png') no-repeat center top;
}
.clear{
	clear:both;
}
#full-container{
	width:100%;/*1500px*/
	/*background:black;*/
}
#content-container{
	margin: 0 auto;
	padding: 0 0;
	max-width:1200px;
	min-width:900px;
	/*max-width:1200px;
	min-width:800px;*/
	position:relative;
	/*background:red;*/
}

/********
Elementos 
********/
#header{
	min-height:330px;
	/*margin: 33px 0;*/
	width:100%;
	/*background:white;*/
}
/**********************************/
/*#content-container{
	background:#ffffff url('../img/header-fondo.png') no-repeat right top;
}*/
#fondo-top{
	position:absolute;
	top:0;
	right:0;

}
/**********************************/
#video {
    margin-bottom: 50px;
    margin-top: 28px;
}
	#video iframe {
		display: block;
		margin: auto;
		outline:1px solid black;
	}	
	#video img {
		display: block;
		margin: auto;
	}
#descargar img {
    display: block;
    margin: auto;
}
/**********************************/
#footer {
    margin: 125px 0 24px;
    padding: 0 28px 0 24px;
}
	.footer-l{
		float:left;
	}
	.footer-r{
		float:right
	}