/* CSS Document */
@import url("menu.css");
@import url("menu_inmo.css");
@import url("login.css");
@import url("pie.css");

* { padding: 0; margin: 0; }

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

img {
	border:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../imagenes/bg.jpg) repeat-x #333333;
}
#wrapper { 
	margin: 20px auto 0px auto;
	width: 915px;
}

/* LOADING */

	#loading { 
		position: fixed;
		z-index:10000000!important;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
	}
	
	.loading {
		background-color: #000000;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
		z-index: 10000000!important;
	}	

	#loading img { 
		position:relative;
		top:50%;
		left:50%;		
	}
	
/* HEADER */

#header {
	width: 915px;
	height: 169px;
	float: left;
	clear: both;
	background:url(../imagenes/header_bg.jpg)
}

	#left {
		width: 152px;
		height: 169px;
		float:left;
		padding-left:31px;
	}

	#left img{
		height: 166px;
	}
	
	#right {
		width: 714px;
		height: 169px;
		float:left;
		padding-left:18px;
		color:#000000;
	}
		
	#banner {
		float:left;
		clear:both;
		width: 714px;
		height: 94px;
	}	

