/* CSS Document TABLAS*/

table {
	border:1px solid #D4E0EE;
	font-family:"Verdana", Arial, Tahoma;
	color:#FFFFFF;
	margin:15px auto;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	background-color:#F1F4F8;
	padding:4px;
	text-align:center;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color: #0000FF;
	}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
}

tbody th {
	font-weight: bold;
}

tbody tr { 
	background:#FCFDFE;
	font-family:"Verdana", Arial, Tahoma;

}

tbody tr.odd { background:#F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.fira {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
