/*Códigos CSS para tablas*/
table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
th {
	background-color: #7C5F52;
	color: #FFFFFF;
	line-height: 2em;
	text-align: left;
	text-indent: 10px;
}
td {
	text-align: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 12px;
	color: #7C5F52;
}
.gris {
	background-color: #E3DFDE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
caption {
	color: #3C332B;
	font-weight: bold;
	background-color: #E3DFDE;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 1.5em;
}
#datos {
	width: 560px;
}
#datos td {
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#datos1 {
	width: 596px;
}
#datos1 td {
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}