a: {cursor: hand;}
a:link {    text-decoration: none;}
a:hover {   text-decoration: none;}
a:active {  text-decoration: none;}
a.hidden {  text-decoration: none;}
a:visited {  text-decoration: none;}
a.hidden:visited {  text-decoration: none;}
a.hidden:hover {    text-decoration: none;}
a.hidden:active {  text-decoration: none;}


body {
    background-color: #FFFFFF;
    background-image:  url(imagem/fondo_jmtweb.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    z-index: auto;
    font-family: Arial;

    scrollbar-face-color: #ff0000; 
    scrollbar-highlight-color: #CE5356; 
    scrollbar-shadow-color: #781215; 
    scrollbar-3dlight-color:#000099;
    scrollbar-arrow-color:#cccccc; 
    scrollbar-track-color:#FFFFff; 
    scrollbar-drakshadow-color:#FFFFff;
    
}
div.banderas  {
    margin-left:  30px;
    margin-top: 5px; 
    font-size: 14px;
    float: left;
    width: 250px;
}
img.banderas  {
    margin-left: 25px;
    margin-top: 5px; 
}
div.iconos  {
    margin-left: 35px;
    position: absolute;
    left: 0px;
    top: 50px;
}
.item_index  {
    color: #C8C6C6;
    font-size:  25px;
}
.item_index  a:link{
    color: #C8C6C6;
    font-size:  25px;
}
.item_index  a:visited{
    color: #C8C6C6;
    font-size:  25px;
}
.item_index  a:hover{
    color: #ff0000;
    font-size:  25px;
}
#framecontent{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 30px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: red;
color: white;
}

#maincontent{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 30px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 30px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
div.texte_peu  {
    padding-top: 5px;
    padding-left: 150px;
    font-size: 12px;
    color: #ffffff;
    margin-top: -20px;
}
div.container_arriba  {
    width: 100%;
}
.underlinemenu{
width: 700px;
float: left;
padding-left: 10px;
}

.underlinemenu ul{
padding: 4px 0 6px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; 
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #C8C6C6;
padding: 4px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #C8C6C6; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: red;
}
#test{
   background-image:url(imagem/over_globo.gif);
   height:197px;
   width:199px;
}   
