/*______________________common______________________________*/
body {
	width: 935px;
	margin: 0 auto;
	padding: 0;
	font-size: 65%;
	font-family: "Verdana", sans-serif;
	background-color: #094f7a;
}
html {
font-size: 150%;
}
/*______________________end_common______________________________*/
/*______________________logo______________________________*/
#logo_l, #logo_r {
	margin: 0;
	padding: 0;
}
#top {
	margin: 10px 0 0 0;
	border: 0;
	width: 935px;
	height: 116px;
	padding: 0;
}
#logo_l {
	background: url("/images/logo_1.gif");
	width: 885px;
}
#logo_r {
	background: url("/images/logo_2.gif");
	width:50px;
}
#logo_r img {
margin:0;
padding: 0;
border-width: 0;
}
#sb_foto {
padding: 0;
border-width: 0;
margin: 0 0 0 70px;
}
/*______________________end_logo______________________________*/
/*______________________navigation______________________________*/
#nav {
	margin: 1px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #ffdf0a;
	font-weight: bold;
	background: transparent;
	width: 935px;
}
#nav td {
	font-size: 1.2em;
	line-height: 25px;
	width: 310px;
	border-left: 1px solid #094f7a ;
	border-right: 1px solid #094f7a ;
}
#nav .first {
	border-left: 0 solid #094f7a ;
	width: 311px;
}
#nav .last {
	border-right: 0 solid #094f7a ;
}
#nav a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #094f7a;
	background: url("/images/bg_nav1.gif") repeat;
}
#nav a:hover{
	display: block;
	color: #094f7a;
	background: url("/images/bg_nav1.png") repeat;
}

/*______________________end_navigation______________________________*/
/*_____________________________content______________________________*/
#content {
	padding: 0;
	margin: 2px 0 20px 0;
	width: 935px;
	background: #fff;
	height: 470px;
}
#content td{
	vertical-align: top;
	background: #fff;
}
#info {
	padding: 30px 20px 40px 50px;
	color: #215390;
	font-family: "Georgia", serif;
	width: 80%;
	background: #fff;
	border-left: 3px double #094f7a;
}
#info p.headinfo {
margin:0 0 20px 0;
text-align: center;
font-size: 150%;
text-decoration: underline;
color: #7D233C;
}
li.chapter {
font-variant: small-caps;
font-size: 110%;
/*font-weight: bold;*/
list-style: none outside;
color: #7D233C;
width: 100%;
}

.article {
color: #215390;
list-style: decimal outside;
font-size: 95%;
background: #fff;
}
ul.article {
  font-size: 95%;
}
.article li {
padding-bottom: 12px;
}
p.strip {
background: #f5f5f5;
}
.article a {
color: #215390;
text-decoration: none;
}
.article a:hover {
text-decoration: underline;
}
#info strong, p.rj {
color: #7D233C;
}
p.rj,p.j {
text-indent: 2.2em;
text-align: justify;
}
/*___________________________end content____________________________*/
/*_________________________left menu________________________________*/

#menu-cont {
padding-top: 10px;
color: #215390;
width: 20%;
font-family: "Georgia", serif;
}
#menu-cont p {
margin:0;
text-align: center;
font-size: 120%;
text-decoration: underline;
}
li.main {
font-variant: small-caps;
font-size: 110%;
font-weight: bold;
list-style: none outside;
padding-bottom: 7px;
}
p.autor {
margin-top: 7px;
font-size: 80%;
}
html:first-child li.main {
  font-size: 150%;
  padding-bottom: 0px;
}
.into {
list-style: none outside;
list-style-image: url('images/ic3.gif');
font-size: 110%;
font-weight: bold;
}
.into a {
text-decoration: none;
color: #7D233C;
background: #fff;
}
.into a:hover {
text-decoration: underline;
}
/*__________________________end left menu____________________________*/