/*
Tema: Soft Table - A Simple table style with the use of the soft brown color
Author: Newton de Góes Horta
Site: --
Country Origin: Brazil
*/

table.estilotabla1 {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
caption.estilotabla1 {
 font-size: 1.5em;
 color: #A0A0A0; 
 /*font-weight: bold;*/
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead.estilotabla1 th {
 border-right: 1px solid #fff;
 color: #000066;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #E7EDF0;
 font-weight: normal;
}

tbody.estilotabla1 tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}

#guardia {
 color: #990000; 
 font-weight:bold;
}

tbody.estilotabla1 td {
 color:#414141;
 padding:5px;
 text-align:center;
}
tbody.estilotabla1 th {
 text-align:left;
 padding:2px;
}
tbody.estilotabla1 td a, tbody.estilotabla1 th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody.estilotabla1 td a:hover, tbody.estilotabla1 th a:hover {
 color:#009193;
 text-decoration:none;
}
