html{
 height:100%;
 min-height:100%;
 }
 
 body{
	width: 100%;
	height:100%;
	min-height: 100%;
	margin:0;
	padding:0;
	background: url(images/bg_Consuegra_Toledo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-khtml-background-size:cover;  /*  Konqueror */
	-webkit-background-size:cover; /* Webkit */
	-moz-background-size:cover;  /* Firefox */
	-o-background-size:cover;  /*  Opera */
	background-size:cover; /* Resto */
	}

#logo {
	width: 100px; 
	height: 100px; 
	position: absolute;
	right: 1%;
	top: 1%;
	margin: 0 0 0 0;
	overflow: auto;
}

#circum {
	width: 100px; 
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto;
}

#multimedia {
	width: 300px; 
	height: 131px; 
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -65px 0 0 -150px;
	overflow: auto;
	color:#ffffff;
}