/* CSS Document */

body { 
    padding: 0; 
    margin: 0; 
/*  font: 0.7em Tahoma, sans-serif; */
/*  line-height: 1.5em;*/
    /*background: #fff; */
    color: #454545; 
    background: #F7F7F6 url('../images/bg-grey-gradient.jpg') repeat-y 50% 0;
    background-attachment: fixed;
}

.full_body { 
    margin: 0 auto;
    width: 900px;
    padding: 0px;
    background: #F7F7F6;
}

.header { 
/*  height: 85px;*/
/*  background: #ddd url('../images/header2.jpg');*/
    background: url('../images/rounded_grey_870x20.jpg') no-repeat;

/*  color: #808080;*/
    margin: 5px 15px 0px 15px;
    padding: 0;
    border: none;
    width: auto;
/*  background: #F7F7F6;*/
    background-color: #cccccc;
    display: block;
/*  border-bottom: 1px solid #ccc;*/

}

.Banner {
    margin-top: 20px;
    padding: 0px;
}

.Banner_Subtitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    padding-left: 15px;
}
.Banner_author {
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

.menu {
    /*clear: both;*/
    /*font-size: 1.1em;*/
    height: 25px; 
    color: #FFF;
    margin: 0px 0px;
    padding: 0px 0px; 
    background: #77b4ed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*margin-bottom: 3px;*/
    display: block;

}
    .menu ul {
        margin: 0px;
        padding: 0px 20px;
    }
    .menu li { 
        margin: 0px 0px; 
        padding: 4px 12px 5px 8px;
        color: #FFEADC;
        background: #77b4ed;
        float: left; 
        display: inline;
    }
    
    .menu li.active { 
        color: #fff;
        font-weight: bold; 
    }
    
    .menu li a { 
        color: #FFF; 
        background: inherit;
        text-decoration: none;
    } 
    
    .menu li a:hover { 
        color: #bbe8ff; 
        background: inherit;
    } 


.content {  
    margin: 10px 20px 5px;
}

.content_mainTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: x-large;	
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:#333333;
}
.content_2ndTitle {

    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.content_parrafo {  
    font-size: medium;
    padding-right: 0.5em;
    padding-left:  1em;
    text-align: justify;
}

.jump2top {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: right;
  font-size: small;
  margin-bottom: 0px;
  margin-top: 0px;

}


.rparallel {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.footer {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    border-top-style: dashed;
    border-top-width: 1px;
    margin: 10px 15px 5px;
    
}

.code_sample {
   font-family: Courier, "Courier New", monospace;
   padding: 15px;
   border:1px dashed #333;
   background-color:#eee;
   margin-top: 2px;
   margin-bottom: 2px;
}

.code_title {
  margin-bottom: 0px;
  padding-bottom: 2px;
}


.rcomment {
    color: green;
}
