/*        tabla            */

.tabla_antecedentes{}
.tabla_antecedentes td{
	padding: 3px;
	background-color: #B9D1F7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95BAF2;
}
.tabla_antecedentes th{
	padding: 3px;
	text-transform: uppercase;
	color: #000066;
	background-color: #ACC4E8;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
