#tituloContrato {
	position: relative;
	padding-top: 2%;
	height: 11%;
	left: 0%;
	width: 100%;
	background-color: #FFFFDD;
	text-align: center;
	color: #990000;
	font-family: 'mekanus_adf_stdregular';
	font-size: 2.5em;
}
#textoContrato {
	position: relative;
	left: 0%;
	width: 100%;
	background-color: #FFFFDD;
	text-align: center;
	color: #440000;
	font-family: 'mekanus_adf_stdregular';
	font-size: 1.5em;
}
#firmaContrato {
	position: relative;
	left: 25%;
	width: 50%;
	background-color: #FFFFDD;
	text-align: right;
	padding-top: 5%;
	padding-right: 20%;
	padding-bottom: 5%;
	color: #440000;
	font-family: 'mekanus_adf_stdregular';
	font-size: 1em;
	font-weight: bold;
}
#botonRegreso {
	position: relative;
	left: 30%;
	width: 40%;
	background-color: #EEEECC;
	border-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-radius: 10%;
	font-family: 'mekanus_adf_stdregular';
	font-size: 2em;
	color: #880000;
}
#botonRegreso:hover {
	background-color: #DDDDBB;
	border-color: #BB0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	color: #990000;
}