html, body { 
	height: 100%; 
	margin: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
	color: #000;
	background-color: #ccc;
}

#divHeader {
	top:0;
    left:0;
    margin:0;
    text-align: right;
    padding:0;
    cursor: auto;
	height: 35px;
    border-top: 0px solid white;
    background: #000000 url(../img/headbg.jpg) repeat-x;
}

#divFooter {
	height: 50px;	
}

#ve {
	border: 2px solid rgb(0,0,0);
}

#gg {
	border: 2px solid rgb(0,0,0);
}

div .transparentBackground {
    position:absolute;
    top:0px;
    left:0px;
    background-color: #eee;
    filter:alpha(opacity=75); 
    -moz-opacity:0.75;
    opacity:0.75; 
    z-index: -1;
}

#queryOut_catastro {
	color:#000;
	position: absolute;
	text-align:center;
	vertical-align: middle;
	border: 2px solid black;
	background-color: #FFF;
	padding: 5px;
	visibility: hidden;
	z-index: 999;
	width: 250px;
	height: 400px;
}

#loading {
	color:#000;
	position: absolute;
	padding: 5px;
	visibility: hidden;
	z-index: 90;
	text-align:center;
	height: 45px;
	vertical-align: middle;
}
