<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.fondo{
		width:1000px;
		overflow:hidden;
		margin:auto;
		position:relative;
	}
	
	.partido{
		width:82%;
		height:60px;
		font-family: "Arial Black", Gadget, sans-serif;
		font-size:40px;
		color:#000;
		position:absolute;
		top:478px;
		font-style:oblique;
		text-transform:uppercase;
		left:50%;
		transform: translateX(-50%);
		background:rgba(255,255,255,.5);
		display:table;
	}
	
	.celda-l{
		display:table-cell;
		vertical-align:middle;
		text-align:left
	}</pre></body></html>