body {
	background-image: url(../imagenes/fondo_html.jpg);
	background-color: #EB008B;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#header {
	background-color: #FFF;
	height: 112px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#cuerpo {
	background-image: url(../imagenes/fondo_cuerpo.jpg);
	height: 473px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFF;
	height: 64px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.siguiente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EB008B;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-weight: bold;
}
.siguiente:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EB008B;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.codigo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.linkPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.txtNormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#cuerpo table tr td #form1 table tr td table tr td #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EB008B;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7D7D7D;
	border-right-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
}

