body {
	font-family: "Arial";
	font-size: 1.00em;
	background-color:rgb(246,246,252);
}

a{
	color: rgb(0,0,102);	
}
a:link {
	
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/*selected page*/

a.selected {
	text-decoration: underline;
	color: #E19832;
	
}

/*main pages*/
.page{
	width: 800px;
	margin-left: auto;
    margin-right: auto;
   
}

.top{
	width: 800px;
	height:180px;
	background-repeat: no-repeat;
	
}

.menu{
	text-align: center;
	font-weight: bold;
	
    margin-top:10px;
    margin-bottom:10px;
    
}

.lang_menu{
	text-align: right;
	font-weight: normal;
	
    margin-top:10px;
    margin-bottom:10px;
    
}

.contents{
	width:100%;
	margin-left:30px;
    margin-right:30px;
}

.bottom{
	text-align: right;
	font-weight: normal;
	font-size: 0.8em;
	color: rgb(0,0,0);
    margin-top:10px;
    margin-right:5px;
}

.hr {
  border:0;
  border-top: 1px solid #E19832;
  height: 1px;
  width: 100%;
  background: #E19832;
}


.page_title{
	font-weight: bold;
	font-size: 1.10em;
}

.centered{
	text-align: center;
}



/*tables*/

table.contact_table{
	width:700px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}

td.contact_foto{
	vertical-align:top;
	margin-top:50px;
    margin-right:5px;
}

td.title{
	text-align: left;
	font-weight: bold;
}

td.contents{
	vertical-align:top;
	text-align: left;
	
}

td.name{
	vertical-align:top;
	text-align: right;
}

td.spacer{
	height: 20px;
}
