/*
-------------------------------------------------------------------------------
@system 	HUERTA DE QUINQUI
@version	4
@about		Estilos del sector Cabecera y Menu Superior.
@author		Carolina Casanova G., aka quinqui
@date		30/06/2023
-------------------------------------------------------------------------------
*/


header
{
	display:block;
	width:calc(100% - calc(var(--margenXL, 60px) * 2));
	min-height:300px;
	margin:0 var(--margenXL, 60px);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-color:var(--bgHeader, #EEFFEE);
	background-image:url("../../busca_webp.php?f=1&qlty=66&img=huerta/img/qhuerta_200815_top.jpg");
	border-radius:0 0 9px 9px;
	font-size:inherit;
	text-align:right;
}

header H1
{
	display:inline-block;
	position:relative;
	width:209px;	/*185px;*/
	height:150px;	/*133px;*/
	margin:100px 30px 15px 0;
	font-size:300%;
	cursor:pointer;
	/* background-color:yellow; */
}
header H1 SPAN
{
	position:absolute;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
}
header H1 SPAN:nth-child(1),
header H1 SPAN:nth-child(3)
{
	color:var(--bgLogo1, #88BB77);
	font-size:0.8em;
	/* font-weight:normal; */
}
header H1 SPAN:nth-child(1)
{
	top:0;
	right:0;
}
header H1 SPAN:nth-child(2)
{
	color:var(--bgLogo2, #669955);
	font-size:1.2em;
	top:12%;
	right:0;
}
header H1 SPAN:nth-child(3)
{
	top:45%;
	left:0;
}
header H1 SPAN:nth-child(4)
{
	color:var(--bgLogo3, #DDEEAA);
	bottom:0;
	right:0;
}


header #divPresentacion
{
	width:calc(100% - calc(var(--margenL, 45px) * 2));
	padding:var(--margenL, 45px);
	background-color:rgba(255,255,255,0.9);
	border-radius:0 0 8px 8px;
	line-height:1.6em;
	text-align:left;
	font-size:inherit;
}

#sectionAviso
{
	display:block;
	width:calc(100% - calc(var(--margenXL, 60px) * 2) - calc(var(--margenL, 45px) * 2));
	margin:var(--margenM, 30px) var(--margenXL, 60px);
	padding:var(--margenL, 45px);
	line-height:1.6em;
	text-align:justify;
	font-size:inherit;
	background-color:var(--bgHeader, #EEFFEE);
	border-radius:9px;
}
#sectionAviso > *
{
	font-size:inherit;
}

