html, body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #EFE6CA;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:20px;
  background-image: url(bg.png);
	background-repeat:repeat-x;
}
body {
	text-align:center;

}
h1 {
	font-size: 16px;
	margin-top:10px;
	padding-left:5px;
	color:#e2cf99;
	background-image: url(bgh1.jpg);
	background-repeat: no-repeat;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  margin:30px 0 0 0;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h5{
	color:#990000;
	font-size:16px;
	}
p{
	text-align:justify;
	}
a {
  color: #000;
  background-color: transparent;
}
a:hover {
  color: #FFF;
  background-color: #069;
}
#pie a{
	color:#FFFFFF;
	text-decoration:none;
	}

/* Page-Structure rules */

#container {
	/* Layout */
    position: relative;
	width: 723px;
	margin: 30px auto 0px auto;
	padding: 0;
	text-align:left;
	/* Style */
	border:#fff 2px solid;
   background-color: #fff; /* mismo color colum_iz */
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
  /* Layout */
  margin:0;
  /* Style */
  background-color: #fff;
  height:264px;
}
#logo{
	width:242px;
	height:118px;
	background-image:url(logo.jpg);
	}
#menu{
	width:244px;
	height:146px;
	left:0px;
	top:118px;
	position:absolute;
	background:url(fondo_menu.png);
	}
	
#fotohead{
	width:482px;
	height:264px;
	margin-left:241px;
	top:0px;
	position:absolute;
}

#colum_iz {
  /* Layout */
  width:201px;
  padding:20px 20px 20px 20px;
  float:left;


}
#colum_der {
  /* Layout */
  width:422px;
  padding: 20px 30px 40px 30px;
  float:left;
  height:100%;
  display:inline;
}

#pie {
  /* Layout */
  margin: 0;
  text-align:center;
  clear:both;
  /* Style */
  padding: 10px;
  background-color:#555;
  color:#FFFFFF;
  border-top:#99a9e2 solid 4px;
  font-size: smaller;
}

.foto_iz{
	float:left;
	margin:5px;
	}
	
	
#plano{
	width:456px;
	height:484px;
	background-image:url(plano2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border:#CCCCCC solid 1px;
	padding:2px;
		}
#plano a{
	margin:0px;
	padding:0px;
	width:456px;
	height:484px;
	display:block;
	text-decoration:none;
	background-image:url(plano2.jpg);
	}
#plano a:hover{
	background-image:url(plano1.jpg);
	}
#plano a span{
	visibility:hidden;
	}
#formulario{
	right:0px;
	}
#formulario input, #formulario textarea{
	background:#efe5c7;
	border:solid 1px #444;
	}
#formulario td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
#box2 a, #box a{
	color:#F2E7B1;
	text-decoration:none;
	}
#box2 img, #box img{
	border:none;
	}

