.encabezado {
  font-size: medium;
  color: #996600;
  background-image: url(fondocabecera.jpg);
  background-repeat: repeat-x;
  text-transform: capitalize;
  text-align: left;
 
  
}

table {
		align=center;
		border-collapse:collapse;
		background:#EFF4FB;
		border-color: #686868;
    		border-style: solid;
 		border-width: 2px;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}
 .horas{
text-align:right;
padding:10px;

}

.area
{
background:rgb(227, 190, 87);
text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;


}

.area:hover
{
background:rgb(227, 190, 87);

}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}
