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

@media screen and (max-width: 640px) {
	.pagina-contacto .cabecera{
		width: 100%;
		height: 254px;
		background: url(./img/Contacto_700015880_Cabeceras-web-Pinypon_600x600px.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
		border-bottom: #fff 4px solid;
		margin: auto;
	}
	
}

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

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

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

body.GB .pagina-contacto .cabecera h1.titulo, body.NL .pagina-contacto .cabecera h1.titulo{
	width: 832px;
	height: 200px;
	margin-left: -416px;
	background: url(./img/tit_contacto_uk.png) top center no-repeat;
}

body.FR .pagina-contacto .cabecera h1.titulo{
	width: 832px;
	height: 200px;
	margin-left: -416px;
	background: url(./img/tit_contacto_fr.png) top center no-repeat;
}

body.IT .pagina-contacto .cabecera h1.titulo{
	width: 832px;
	height: 200px;
	margin-left: -416px;
	background: url(./img/tit_contacto_it.png) top center no-repeat;
}

body.EL .pagina-contacto .cabecera h1.titulo{
	width: 832px;
	height: 200px;
	margin-left: -416px;
	background: url(./img/tit_contacto_gr.png) top center no-repeat;
}



.pagina-contacto .bloque-1{
	width: 1180px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	padding-top: 100px;
}

.contenido_contacto{
	width: 1110px;
	margin: auto;
	padding-bottom: 60px;
}

.formulario{
	
	line-height: 41px;
}

.linea{
	border-bottom: #e60895 1px solid;
	text-align: center;
	height: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.linea .texto{
	color: #e60895;
	text-transform: uppercase;
	background: #ffdef0;
	margin: auto;
	margin-top: 3px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
}

.pagina-contacto label{
	color: #747474;
	text-transform: uppercase;
	width: 441px;
	text-align: right;
	display: inline-block;
}

.pagina-contacto .comentarios{
	height: 60px;
	float: left;	
}

.pagina-contacto .campo{
	background: #b90d80;
	color: #fff;
	padding: 5px;
	border: none;
	outline: none;
	width: 528px;
	margin-left: 30px;
}

.pagina-contacto .inputbox{
	display:inline-table;
	margin-left: 25px;
	background: #b90d80;
	color: #fff;
	height: 37px;
	margin-top: 6px;
}

.pagina-contacto select{
	background: #b90d80;
	color: #fff;
	border: none;
	outline: none;
}

.pagina-contacto textarea{
	display: inline-block;
	background: #b90d80;
	color: #fff;
	padding: 5px;
	width: 528px;
	border: none;
	margin-left: 30px;
	margin-top: 10px;
	outline: none;
}

.col3{
	width: 640px;
	float: right;
}

.pagina-contacto .enlace{
	color: #333;
}

.atc{
	width: 500px;
	margin: auto;
	padding-bottom: 100px;
}</pre></body></html>