/*Códigos CSS para tablas*/
table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
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;
}
.gris {
	background-color: #E3DFDE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.sinlinea {
	border: 1px solid #FFFFFF;
}
#form1 {
	width: 550px;
}
#form1 td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-indent: 0px;
}