@charset "UTF-8";

/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

body {
 line-height: 1.6;
 color: #333333;
 background: #FFFFFF;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

h1, h2, h3, p {
 margin:0;
 padding: 0;
}

h1 {
 font-size: 140%;
 margin-top: 1em;
 margin-bottom: 0.5em;
 line-height: 1;
}

h2, h3 {
 font-size: 80%;
 margin-top: 1em;
 margin-bottom: 0.5em;
 line-height: 1;
 background: #336699;
 color: #FFFFFF;
 padding: 0.7em 0.5em;
}



p { margin: 0 0 0.5em; }

#wrap {
 width: 940px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}

#dinamic_data {
 float: left;
 width: 400px;
}

#g_map {
 height: 400px;
 width: 400px;
}

#static_data {
 float: right;
 width: 512px;
}

#static_data h2, #static_data  h3 { background: #CC3333; }

#static_url {
 margin-bottom: 1.2em;
 width: 512px;
}

.txt-red { color: #990000; }
.txt-small { font-size: 80%; }

#header {
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 color:#666666;
 border-bottom: solid 3px #EFEFEF;
}


#footer {
 margin-top: 3em;
 padding-top: 1em;
 font-size: 80%;
 color:#666666;
 border-top: solid 3px #EFEFEF;
}
