@charset "utf-8";
/* CSS Document */

/*html { height: 100%; }
body { min-height: 100%; height: 100%; }*/

html, body { /*height:auto !important; /* FF and compliant browsers should automatically size the body/html */ 
      /* height:100%; *//* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */ 
	   min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */}

body {
	margin: 0px;
	padding:3px;
	background: #fff url(../images/asfalto.jpg) no-repeat top left;
}

#container {
clear: both;
float:left;
	margin: 0px auto;
	width: 1000px;
	height:100%;
}
#content {
	float: right;
	margin: 0px auto;
	width: 900px;
	height:100%;
}

#content div.leftcol {
 float: left;
 margin-top:30px;
 margin-left:10px;
  width: 370px;
   background: #fff url(../images/logo.jpg) no-repeat top left;
}

html>body #content div.leftcol { width: 370px; margin-left:10px;}




#content div.rightcol {
  width: 500px;
  float: right;
 margin-top:30px;
 margin-right:10px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 0.90em;
	color: #333;
	text-align:justify;
}	

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
