

@page { 
	size: landscape; 
}

@media print
{
    * {-webkit-print-color-adjust:exact;}
}


.resultCertificateTextAfterRunnerName:before {
   content: "";
}

/* Background de 1700px x 1300px */
.img-background {
    background-image: url('../img/back.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: -9999;
}

/* Header de 1670px x 155px */
.img-header
{
		background-image: url('../img/header_cert.png');
		background-repeat: no-repeat;
		width: 1366px;
		height: 233px;
}

/* Footer de 1670px x 155px */
.img-footer
{
		background-image: url('../img/footer_cert.png');
		background-repeat: no-repeat;
		width: 1366px;
		height: 233px;
}

/* Imagen de la carrera 350px x 270px */
.race-img
{
		/*background-image: url('https://d280d5o5oxu7lm.cloudfront.net/webAsset/marcate/marathon/images_carreras/SPTMCAR1738126024_logo.png');*/
		background-repeat: no-repeat;
		width: 428px;
		height: 426px;
		margin-top:30px;
		margin-left: 40px;
}

/* Nombre del corredor y de la carrera */
.name{
	font-size: 36px;
    font-weight: bold;
    color: #000000;
	line-height: 177%;
	text-transform: uppercase;
}

/* Títulos de runnerObject y resultObject */
.sub-min{
	margin-top: 18px;
	font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* Valores de runnerObject */
.name-min{
	font-size: 18px;
    color: #000000;
}

/* Valores de resultObject */
.name-12{
	font-size: 18px;
    color: #000000;
}

/* Valores de resultObject (texto grande) */
.name-20{
	font-size: 18px;
    color: #000000;
    font-weight: bold;
}

table {
	margin: 5px;
}

img{
	border:0;
}

.row {
    display:table-row;
}

.column{
	display: table-cell;
	width: 19%;
}

.column-small{
	display: table-cell;
	width: 28%;
}

.column-min{
	display: table-cell;
	width: 15%;
}

.column-min-2{
	display: table-cell;
	width: 1%;
}

.column-2 {
    display:table-cell;
    width:39%;
}

.column-3 {
    display:table-cell;
    width:59%;
}

.column-4 {
    display:table-cell;
    width:79%;
}

.column-5 {
    display:table-cell;
    width:99%;
}
    
.fila {
	caption-side: top; 
	display: table-caption; 
	text-align: center;
	width: 100%;
	padding-left: 15px;
}

.center{
	text-align: center;
}

.subtitulo{
	font-family: sans-serif;
}

.upper-case{
	text-transform: uppercase;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.p-bottom-72{
	padding-bottom: 72px;
}

.p-top-20{
	padding-top: 20px;
}

.b-bottom {
	border-bottom:1px solid #000;
}

.b-top {
	border-top:1px solid #000;
}

.b-left {
	border-left:1px solid #000;
}

.b-right {
	border-right:1px solid #000;
}

.separator{
	size: 1px;
	width: 97%;
}

.sub-fila-1 {
	caption-side: top; 
	display: table-caption; 
	text-align: center;
	width: 256%;
}

.sub-fila-2 {
	caption-side: top; 
	display: table-caption; 
	text-align: center;
	width: 890%;
}

.sub-fila-3 {
	caption-side: top; 
	display: table-caption; 
	text-align: center;
	width: 873%;
}

.m-right-28{
	margin-right: 28px;
}

.p-top-4{
	padding-top: 4px;
}

.center{
	text-align: center;
}

td {
	border:hidden;
}

.legend1{
	font-size: 16px;
	line-height: 177%;
}

.contorno {
	margin: 20px !important;
}

.mLeft20 {
	margin-left: 20px;
}

.ofiChip{
	text-align: right;
	vertical-align: middle; 
}

.align-center{
	text-align: center;
}
.imageRace{
   display:block;
}

.name-12.align-center, .sub--3, td.sub-min.align-center{
	display: none !important;
}