* {
	padding: 0;
	margin: 0;  
}
body{
  color: #000;
  background: url(layoutGradient.png) repeat-x;
  background-color: #344a58;
  font-family: Arial, Verdana;  
  
}
           
img {
	border: none;
}
dl {
  margin-left: -15px;
	font-size: 80%;
}
dl a {
	color: #f89a2e;
	font-weight: bold;
	text-decoration: none;
}
dl a:hover {
	color: #2982bb;
}
dd {
	margin-left: 22px;
}
img {
	border: none;
}
.reference{
  margin-left: 20px;
 
}
.reference td{
 width: 300px;
 padding-right: 87px;
 padding-bottom: 25px;
}
.reference .blueItalicRight{
  text-align: right;
  font-size: 70%;
  font-style: italic;
  color: #2982bb;
  border-top: solid 1px #2982bb;
  margin-left: 20px;
}
.reference h4 {
  font-size: 90%;
  margin-bottom: 5px;
}
.autor dt{
  font-weight: bold;
}
.autor dd{
  margin-top: 5px;
  color: #2982bb;

}
.autor .normal{
  color: #000;
  font-weight: normal;
}
#main {
  margin: 10px auto 10px auto ;
  width: 740px;
}

#header {
  height: 80px;
  background: url(layoutHeader.png) no-repeat;
	text-align: right;
	margin-top: 10px;
}

  #menu {
    margin-top: 13px;
    margin-right: 22px;
    float: right;
  }
  
  #menu_lang {
    margin-right: 12px;
  }
  #menu_lang img{
    border: solid 2px transparent;
  }
  #menu_lang img:hover{
    border: solid 2px white;
  }

  #menu_lang li {
  	display: inline;
  }
  
  #menu_main {
    margin-top: 2px;
  }
  #menu_main a{
    font-size: 12px;
  	padding: 3px 0px 0px 0px;
  	font-weight: bold;
  	color: #000;    
    float: right;
    display: block;
  	text-align: center;
  	text-decoration: none;
  	background: url(menuButton.png) no-repeat;
    width: 100px;
    height: 20px;
  }
  #menu_main a:hover{
    background: url(menuButtonHover.png) no-repeat;
  	color: white;
  }
    #menu_main a.selected{
    	background: url(menuButtonSelected.png) no-repeat;
    	color: white;
    }
    #menu_main a.selected:hover{
    	background: url(menuButtonSelected.png) no-repeat;
    }

  #menu_main li {
  	display: inline;
    /*background-color: #f89a2e;*/
  	float: left;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  	
  }
  
  #menu_main ul {
  	list-style-type: none;
  	height: 16px;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  }

#content {
  margin-top: 20px;
}
  #top {
    height: 140px;
    background: url(layoutTop.png) no-repeat;
  }
    #content h1 {
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      position: relative;
      top: 30px;
      left: 40px;
    }
    #content h2 {
      font-weight: bold;
      font-size: 16px;
      position: relative;
      top: 60px;
      left: 40px;
      color: #2982bb;
    }
    #content h3 {
      color: #FFF;
      background-color: #2982bb;
      font-weight: bold;
      font-size: 18px;
      position: relative;
      left: 20px ;
      margin-bottom: 20px;
      margin-right: 30px;
    }
    #icon {
    float: left;
    margin-left: 18px;
    margin-top: 30px;
    width: 80px;
    height: 80px;
    }
  #middle { 
    background: url(layoutMiddle.png) repeat-y;
  }
  #middle .content{
   position: relative;
   top: -15px;
   left: 100px;
   width: 600px;
   text-indent: 20px;
   text-align: justify;
  }
  #down {
    height: 28px;
    background: url(layoutDown.png) no-repeat;
  }

#footer {
  color: #949da6;
	font-size: 12px;
	text-align: left;
	margin-top: 7px;
}