/* CSS Document */

body{

} 

 .negreta {
    color: #837B6B;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 11pt;
 }
 .links {
    color: #837B6B;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 9pt;
 }

  .texte {
    color: #837B6B;
    font-Family:arial,verdana;
    font-size: 10pt;
	text-align:justify;
}

  .titol {
    color: #837B6B;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 16pt;
	text-align:center;
 }


a:link{
    color: #837B6B;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 9pt;
    text-decoration:none;
}
a:hover{
    background:#837B6B;
    color:#ffffff;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 9pt;
    text-decoration:none;
}
a:visited{
    color: #837B6B;
    font-Family:arial,verdana;
    font-weight: bold;
    font-size: 9pt;
    text-decoration:none;
}

input.Baixar{
background-image:url(http://ceretana.oasyssoft.com/imgfiles/cristian/boto_brut_up.png);
border-right:0px;
border-bottom:0px;
border-left:0px;
border-top:0px;
height:24px;
width:24px;
cursor:pointer;
   }

input.Baixar:onmouseover{
background-image:url(http://ceretana.oasyssoft.com/imgfiles/cristian/boto_net_up.png);
border-right:0px;
border-bottom:0px;
border-left:0px;
border-top:0px;
height:24px;
width:24px;
cursor:pointer;
   }

input.Pujar{
background-image:url(http://ceretana.oasyssoft.com/imgfiles/cristian/boto_brut_dwn.png);
border-right:0px;
border-left:0px;
border-top:0px;
border-bottom:0px;
height:24px;
width:24px;
cursor:pointer;
   }
 
input.Pujar:onmouseover{
background-image:url(http://ceretana.oasyssoft.com/imgfiles/cristian/boto_net_dwn.png);
border-right:0px;
border-bottom:0px;
border-left:0px;
border-top:0px;
height:24px;
width:24px;
cursor:pointer;
   }