*{
	margin:0;
	padding:0;
	border:0;
}

body { 
	font: 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	margin: 20px 0px 20px 0px; 
	text-align: center; 
	background-color: #ffffff; 
}

/*
*  General Style Info
*/

a{
	text-decoration:none;
}

a img{
	border:none;
}

/*
*  Layout
*/
#border{
	margin: auto;
	width: 770px; 
	text-align: left; 
	border: 1px solid #000000;
}

#container{
	margin: auto;
	width: 100%;
	text-align: left;
	background-color : #ffffff;
}

#header{ 
	width: 100%; 
	height:	112px;
}

#header_logo{
	float:left;
	margin-top: 6px;
	width: 212px;
	height: 102px;
	text-align: center;
	background-color: #ffffff;
}

#header_title{
	margin-left: 212px;
	height: 100%;
	text-align: left;
	background-color: #3d736d; 
	border-left: 1px solid #000000;
}

#header_title_map{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#header_title_text{
	padding: 20px 20px 20px 10px;
	text-align: right;
	color: #ffffff;
	background-color: #000000; 
}

#header_title_text h1, #header_title_text h2, #header_title_text h3 {
	display: inline;
}

#header_title_text h1 {
	font: 16pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #e87817;
}

#header_title_text h2 {
	font: 12pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#header_title_text h3 {
	font: 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#header_title_sections{
	padding: 10px 20px 10px 10px;
	text-align: right;
	color: #ffffff;
	background-color: #3d736d; 
}

#header_title_sections a{ 
	display: inline;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	font: 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #000000;
}

#header_title_sections a:hover{ 
	cursor: pointer;
	border-color: #ffffff;
}

#header_title_sections a.selected{
	color: #000000;
	background-color: #00A0A0;
}

#body{ 
	clear: both; 
	width: 100%;
	background-color: #3d736d;
}

#menu{ 
	float:left;
	padding: 10px 0px 20px 0px; 
	width: 215px;
	text-align: right;
	background-color: #3d736d; 
	border-top: 1px solid #000000;
}

#menu h1, #menu a, #submenu a{
	border: 1px solid #000000;
	border-right: none;
}

#menu h1{ 
	display: block;
	margin: 20px 0px 10px 0px; 
	padding: 6px 20px 6px 6px;
	font-weight: bold; 
	font-size: 11pt;
	color: #ffffff;
	background-color: #000000; 
}

#menu a{ 
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 6px 20px 6px 6px;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	background-color: #e87817; 
}

#menu a:hover{ 
	cursor: pointer;
	border-color: #ffffff;
}

#menu a.selected{
	color: #000000;
	background-color: #ffA000;
}

#submenu a{ 
	margin: 0px 0px 0px 60px; 
	padding: 3px 20px 3px 6px;
	font-weight: normal;
	font-size: 8pt;
}

#content{
	padding: 60px 0px 20px 0px;
	margin-left: 215px;
	text-align: center;
	background-color: #ffffff; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
} 

#content h1 {
	margin-bottom: 40px;
	margin-left: 30px;
	padding: 10px 6px 10px 30px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold; 
	color: #000000;
	background-color: #e87817; 
}

#content h1.header {
	background-color: #3d736d; 
}

#content_text{
	padding: 0px 60px 30px 60px;
} 

#content_text a:hover {
	text-decoration:underline;
}

#content_text p {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 8pt;
	text-align: justify;
	margin-bottom: 20px;
}

#content_text p.subtitle {
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: bold;
	color: #e87817;
}

#content_text p.link_memories {
	margin-top: 60px;
	font-size: 9pt;
}

#content_text p.link_planols {
	margin-top: 15px;
	font-size: 9pt;
}

#content_text p.important {
	font-size: 10pt;
}

#content_text p.firma {
	text-align: right;
	font-size: 10pt;
	margin-bottom: 0px;
}

#content_text img {
	vertical-align: middle;
}

#content_text strong {
	font-weight: bold;
}

#content_text em {
	font-style: normal;
	color: #666666;
}

#content_text ul {
	padding-left: 30px;
	text-align: left;
	list-style-type: disc;
}

#content_text #foto {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	border: 1px solid #808080;
	border-bottom: none;
}

#content_map{
	text-align: center;
}

.content_map_error {
	margin: 0px 60px 0px 60px;
	padding: 10px;
	border: 2px solid #ff0000;
}

.content_map_error p{
	text-align: center;
}

.content_map_error strong{
	color: #ff0000;
}

#footer{ 
	clear: both; 
	padding: 3px 20px 9px 20px; 
	text-align: right; 
	font: 8pt Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff; 
	border-top: 1px solid #000000;
} 

#footer #logo{ 
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
} 

#footer a:hover{ 
	text-decoration: underline;
} 
