/*tABLAS*/

#table {
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	width:280px;
sans-serif;padding: 0; 
margin: 0 0 0 35px; 
border-collapse: collapse;
color: #333; 
}

#table A {
color: #3A4856; 
text-decoration: none; 
border-bottom: 1px solid #C6C8CB;
}  

#table A:visited {color: #777;}

#table A:hover {color: #000;}  

#table caption {
text-align: left; 
text-transform: uppercase; 
padding-bottom: 6px; 
font: 180% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

#table thead th {
background: #2b5e74; 
padding: 3px 10px; 
color: #fff; 
text-align: left; 
font-weight: normal;
}

#table tbody, table thead {
border-left: 1px solid #EAECEE; 
border-right: 1px solid #EAECEE;}

#table tbody {border-bottom: 1px solid #EAECEE;}
                      
#table tbody td, table tbody th {
padding:5px 0 4px 8px;  
text-align: left;
}

#table tbody tr {background: #F3F5F7;}

#table tbody tr.odd {background: #F0F2F4;}

#table tbody  tr:hover {background: #ECE9D8; color: #111;}

#table tfoot td, table tfoot th, table tfoot tr {
text-align: left; 
font: 95%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;, sans-serif; 
background: #fff;
padding:10px 10px 20px 10px; 
}
