.button_book {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D84879;
	text-decoration: none;
	background-color: #FFCEDF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 37px;
	cursor: hand;
	background-image: url(../images/book.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	border: 0px solid;
}
.button_submit {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D84879;
	text-decoration: none;
	background-color: #E2EFFB;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 34px;
	cursor: hand;
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	border: 0px solid;
}
.button_cancel {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D84879;
	text-decoration: none;
	background-color: #E2EFFB;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 34px;
	cursor: hand;
	background-image: url(../images/cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	border: 0px solid;
}

.link_resaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D84879;
	text-decoration: underline;
	margin: 2px;
	padding: 2px;
}
.link_resaltado:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D84879;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}
.font_resaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #D84879;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

