/* GLOBAL SETUP BEGIN */

body {
background-color: #000;
padding: 30px 0px 0px 0px;
font-family: Verdana;
color: #fff;
font-size: 13px;
}

a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #bbb; }
a:active, a:focus { text-decoration: none; color: #bbb; }

/* GLOBAL SETUP END */
/* TOP MENU BEGIN */

#navigation {
font-size: 18px;
margin: 0px 300px 0px 310px;
text-align: center;
}

div.nav_cell {
width: auto;
padding: 0px 10px 0px 10px;
display: inline;
float: left;
border-right-style: solid;
border-right-width: 1px;
color: #fff;
}

div.nav_cell_last {
width: auto;
padding: 0px 10px 0px 10px;
display: inline;
float: left;
}

/* TOP MENU END */
/* FOTTER BEGIN */
#fotter {
text-align: center;
}

/* FOTTER END */
/* LINE1 SETUP BEGIN */

.line1 {
color: #fff;
width: 960px;
}

/* LINE1 SETUP END */
/* DEFINITION AREA SETUP BEGIN */

#definition {
margin: 0px 200px 0px 200px;
}

div.def_cell {
text-align: justify;
display: inline;
width: auto;
}

/* DEFINITION AREA SETUP END */
/* FONTS STYLES SETUP BEGIN */

.title1 {
font-size: 22px;
font-weight: bold;
font-style: normal;
}

.text1 {
font-size: 14px;
font-style: italic;
}

.source_over_line {
color: #fff;
width: 200px;
}

.source_text {
font-size: 12px;
font-style: italic;
color: #fff;
}

/* FONTS STYLES SETUP END */
/* POSITIONS SETUP BEGIN */

div.position_right {
text-align: right;
float: right;
}

/* POSITIONS SETUP END */
/* IMAGES SETUP BEGIN */

#paragraf_img {
float:right;
display:inline;
}

/* IMAGES SETUP END */
/* HORIZONTAL LINES SETUP BEGIN */
 
 .author_break_line {
 width: 500px;
 float: left;
 color: #fff;
 }
 
/* HORIZONTAL LINES SETUP END */