html {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
}

footer { 
    position: fixed;
    bottom: -30px;
    left: 0px;
    right: 0px;
    height: 20px;
    text-align: center;
}

p {
    page-break-after: always;
}

p:last-child {
    page-break-after: never;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

td {
	padding: 4px;
}

.primerTitulo, .segundoTitulo, .tercerTitulo {
	text-decoration: underline;
}

.primerTitulo, .segundoTitulo {
	text-align: center;
	margin: 1.5rem;
}

.primerTitulo {
	font-size: 13px;
	margin-top: 3rem;
}

.segundoTitulo {
	font-size: 11px;
}

.tercerTitulo {
	margin: 0.5rem 0;
}

.contratoTable, .contratoPersonTable {
	width: 100%;
	margin-bottom: 1.5rem;
}

.contratoTable {
	font-weight: bold;
}

.contratoPersonTable {
	font-size: 12px;
	text-align: center;
}

.separator {
    width: 100%;
    border-top: 1px solid black;
    margin-top: 1.5rem;
}

.firmaText {
    margin-top: 0.5rem;
}

.firmaContainer {
    margin: 2.5rem 0;
}

.firma, .aclaracion {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}