@charset "utf-8";
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    position: relative;
}

#top_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    /*border:#000 solid;
     border-width:3px;
     padding: 5px;*/
    width: 1000px;
    height: 245px;
    background: transparent url(Images/top_bar.jpg) repeat-x;
    display: block;
}

#link_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 1000px;
    height: 21px;
    background: transparent url(Images/degradeeLink.jpg);
    display: block;
}

#link_bar a {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    padding: 7px;
}

#content_bar {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    min-height: 378px;
    display: block;
    overflow: hidden;
    border-bottom-color: #000000;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

#left_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    float: left;
    width: 136px;
    min-height: 378px;
    height: 100%;
    background: transparent url(Images/left_bar.jpg) repeat-y;
}

#right_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    float: left;
    width: 861px;
    min-height: 378px;
    height: 100%;
    background: transparent url(Images/right_bar.jpg) repeat;
    margin-left: 3px;
}

#center_rb {
    position: relative;
    float: left;
    width: 770px;
    height: 100%;
    font-size: 14px;
    padding: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
}

#right_rb {
    position: relative;
    float: left;
    width: 158px;
    height: 100%;
}

#right_rb {
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#right_rb a {
    font-size: 48px;
}

#bottom_rb {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    height: 76px;
    padding-bottom: 0;
    text-align: left;
    font-weight: bold;
    display: block;
    background-color: #FFF;
    background: transparent url(Images/degradeeBottom.jpg) repeat-x;
    overflow: hidden;
}

#apoio {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    padding: 6px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    margin-top: 8px;
}

img {
    padding-left: 20px;
}

#created {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 9px;
    color: #FFF;
    width: 1000px;
    background: transparent url(Images/degradeeCreated.jpg) repeat-x;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 1px;
}

#created a {
    text-decoration: none;
    color: #FFF;
}

#title {
    font-size: xx-large;
    font-weight: bolder;
	font-family:monospace;
}
#subtexto
{
	font-size:smaller;
	font-weight:bold;
	
}

