/*Códigos CSS para tablas*/
table {
	width: 500px;
}
.linea {
	font-size: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 4px;
}
.texto_pto {
	background-image: url(../imag/pto.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	font-weight: bold;
}


th {
	background-color: #009900;
}
#datosprimarios th {
	background-color: #99CC00;
}
td {
	background-color: #FFFFFF;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: bold;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
}
.anchocelda {
	width: 200px;
}
.atencion {
	background-color: #FFCC00;
}
#datosprimarios {
}
#datossecundarios {
	width: 500px;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #670001;
}
