.texto {  font-family: "BenguiatGot Bk BT"; font-size: 14px; font-style: normal; color: #000000}
.tabla {  background-image: url(../imagens/backGroundSmall.jpg); background-repeat: no-repeat; background-position: right; background-color: #FFFFFF}
.button {  font-family: "BenguiatGot Bk BT"; font-size: 16px; font-style: normal; text-transform: capitalize; color: #FFFFFF; background-color: #d9001d; border-style: dotted}
img {  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

.rojo:link { 
		 text-decoration: none; 
		 font-family: "BenguiatGot Bk BT"; font-size: 14px; font-style: normal; color: #000000
		 	}
.rojo:visited { 
		 text-decoration: none;
		 font-family: "BenguiatGot Bk BT"; font-size: 14px; font-style: normal; color: #000000
		}
.rojo:hover { 
		 text-decoration: none;
		 font-family: "BenguiatGot Bk BT"; font-size: 14px; font-style: normal; color: #000000
		 }
.rojo:actived { 
		 text-decoration: none;
		 font-family: "BenguiatGot Bk BT"; font-size: 14px; font-style: normal; color: #000000
		 }


/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
    clear: both;
    border: none;
    height: 210px;
    align: center;
    overflow: auto;
}
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer2 {
    clear: both;
    border: none;
    height: 350px;
    align: center;
    overflow: auto;
}
 
/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
    overflow: hidden;
   
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer2 {
    overflow: hidden;
   
}
 
/* define width of table. IE browsers only                 */
div.tableContainer table {
    float: center;
    
}
 
/* define width of table. IE browsers only                 */
div.tableContainer2 table {
    float: center;
    
}

 
/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 100%
    
}

 
/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer2 table {
	width: 100%
    
}
 
/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
    position: relative
}
 
/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
    display: block
}
 
/* make the TH elements pretty */
thead.fixedHeader th {
   
    padding: 4px 3px;
    text-align: center
}

/* make the TH elements pretty */
thead.fixedHeader th {
    background: ##FFFFFF;
    
    font-weight: normal;
    padding: 4px 3px;
    text-align: center
}

 

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
    display: block;
    height: 200px;
    overflow: auto;
    width: 100%
}
 
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
    background: #FFF;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 2px 3px 3px 4px
}
 
tbody.scrollContent tr.alternateRow td {
    background: #EEE;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 2px 3px 3px 4px
}
