/*Códigos CSS para tablas*/
table {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
th {
	background-color: #8D9295;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}



td {
	background-color: #E6E7E9;
	text-align: center;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E6263;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.anchocelda {
	width: 200px;
}
.anchocelda_izq {
	width: 200px;
	text-align: left;
}
.anchocelda_izq a {
	color: #FF0000;
	font-weight: bold;
}
#datosprimarios {
	width: 600px;
}
#datossecundarios {
	width: 350px;
	margin-left: 5px;
}

#datossecundarios td {
	background-color: #E6E7E9;
	text-align: left;
}
.subtitu {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.linea {
	height: 4px;
	font-size: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#linea {
	height: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
