<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagina-error404 .cabecera{
	width: 100%;
	width: 1400px;
	height: 254px;
	background: url(./img/cabecera_404.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: #fff 4px solid;
	margin: auto;
}

.pagina-error404 .site-content{
	margin-top: 165px;
}

.pagina-error404 .cabecera .borde-rosa{
	background: #e71096;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.pagina-error404 .cabecera h1.titulo{
	width: 439px;
	height: 128px;
	background: url(./img/tit_404.png) top center no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	z-index: 200;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -179px;	
}

.error404 .site-content{
	/*width: 1180px;*/
	margin: auto;
	padding-top: 100px;
}

.error404 h1{
	font-size: 48px;
	color: #e60895;
	font-family: 'albaregular';
	margin-bottom: 10px;
}

.error404 .site-main{
	text-align: center;
	    padding-top: 100px;
}

.error404 a{
	color: #404040;
}

.error404 .header-menu a, .error404 .header-content a{
	color: #fff;
}</pre></body></html>