@charset "utf-8";
/* CSS Document */
body{
		background:url(../img/bg_body.png) repeat-x top;
	}
#container_mac{
		position:relative;
		margin:49px auto 0 auto;
		width:685px;
		height:365px;
		background:url(../img/mac.png) no-repeat center center;
		
	}
	#logo{ 
		position:absolute;
		width:401px;
		height:60px;
		background:url(../img/logo.png) no-repeat;
		left:145px;
		top:110px;
		
		}
	#municipio{
			position:absolute;
			width:401px;
			height:60px;
			left:190px;
			top:200px;
		}
		.sel_municipio{
				width:300px;
				height:40px;
			}
#container_footer{
		position:absolute;
		bottom:0px;
		width:100%;
		height:40px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#CCC;	
		text-align:center;
	}
#container_footer span{
	 font-size:12px;
	 font-weight:bold;
	 color:#FFF;
	}

