body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

/****************************************** tocada de huevos *******************************************************/
.tabla_cont {
	border: 1px solid #CCCCCC;
}

/*.tabla_cont th{
	/*padding: 3px;
}
*/
.tabla_cont td{
	border-bottom: 1px dashed #CCCCCC;
}

/*.tabla_cont*/ .tdazul {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #03569C;
}
/*.tabla_cont*/ .atd {
	color: #03569C;
	text-decoration: none;
}

.border {
	border-right: 1px solid #CCCCCC;
}

a.atd:link {
	color: #03569C;
	text-decoration: none;
}

a.atd:hover {
	color: #03569C;
	text-decoration: underline;
}


