body	{	background-color:#000035;
			color:white;
			}
		
*	{	margin:0px;
		padding:0px;
		}
		
img	{	height:100%;
		width:100%;
		}
		
div.contenedor	{	position:absolute;
					left:50%;
					width:750px;
					margin-left:-400px;
					margin-top:10px;
					}
					
div.cabecera	{	float:left;
				width:750px;
				font-size:50px;
				font-variant:small-caps;
				padding:0px 0px 0px 0px;
				
				}
				
div.imagencabecera	{	position:absolute;
						top:120px;
						width:750px;
						background-color:white;
						}
					
.menuciudad	{	position:absolute;
				height:100px;
				width:150px;
				background-color:grey;
				top:0px;
				left:250px;
				}
					
.menuayuntamiento	{	position:absolute;
						height:90px;
						width:150px;
						background-color:grey;
						top:0px;
						left:350px;
						}
						
div.contenedorinferiorizquierda	{	position:fixed;
									left:50%;
									top:50%;
									width:350px;
									height:350px;
									margin-top:-175px;
									margin-left:-573px;
									}						
div.contenedorinferiorderecha	{	position:fixed;
									left:50%;
									top:50%;
									width:350px;
									height:350px;
									margin-top:-175px;
									margin-left:176px;
									}