#principal {
		background-color: #8d5652;
}

#encima {
		background: url("assets/redhelpatxwebsitelogo195x176.png") no-repeat left;
		height: 164px;
		padding-left: 16px;
}

#donativo {
		width: 84px;
		height: 84px;
		margin: 16px;
		right: 56px;
		padding: 16px;
		box-shadow: 0 0 4px 4px darkgoldenrod;
		position: absolute;
		display: inline;
		border-radius: 16px;
		background: url("assets/paypal.png") no-repeat center;
		color: darkred;
		text-shadow: 2px 2px darkgoldenrod;
		font-style: italic;
		font-weight: bold;
		font-size: larger;
		text-align: center;
}

#noticias {
		background-image: linear-gradient(#a36a66, #c7bb7f);
		min-height: 600px;
		width: 224px;
		padding-left: 16px;
		position: absolute;
		font-family: monospace, serif;
		border-bottom-right-radius: 16px;
		border-bottom-width: 4px;
		border-bottom-style: solid;
		border-color: darkred;

        visibility: hidden;
}

#contenido {
		position:absolute;
		margin-right: 8px;
		padding-top: 16px;
		left: 256px;
		right: 272px;
}

#estado_ayuda {
		position: fixed;
		display: flex;
		margin-left: 8px;
		min-width: 192px;
		border: solid darkgoldenrod 40px;
		border-top-width: 16px;
		border-bottom-width: 0;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		background-image: linear-gradient(#8d5652, #a36a66);
		bottom: 0;
		font-family: "Garamond", serif;
		font-variant: small-caps;
		text-align: end;
		color: goldenrod;
		padding-right: 4px;

        visibility:hidden;
}

#quehacer {
		opacity: .4;
}

#activado {
		opacity: 1;
}

span.estado_ayuda {
		display: table;
		height: 16px;
		border: 32px solid #9d95fc;
		border-bottom-width: 0;
		border-top-width: 0;
		border-radius: 24px;
		padding: 4px;
		width: 64px;
		font-family: "Courier New", monospace;
		font-weight: bolder;
		color: lightgray;
		opacity: .4;
}

p.estado_ayuda {
		border: 8px solid goldenrod;
		border-radius: 16px;
		margin: 8px;
		padding: 4px;
		padding-block: 8px;
		background-color: #444;
}

#direccion_ayuda {
		position: relative;
		display: inline-table;
		bottom: 4px;
		font-family: "Courier New", monospace;
		font-weight: bolder;
		font-size: 16px;
		font-variant: small-caps;
		text-align: center;
		font-style: italic;
		color: lightgray;
		min-width: 160px;
		line-height: .8;
}

#enlaces {
		background-image: linear-gradient(#a36a66, slategray);
		width: 200px;
		min-height: 350px;
		position: absolute;
		right: 16px;
		margin-top: 16px;
		margin-left: 48px;
		padding-top: 48px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
		border: 8px darkgoldenrod solid;
		border-left-width: 24px;
		border-radius: 16px;
		text-emphasis: bolder;
}

body {
		margin-top: 0;
		margin-left: 0;
		background-color: #a36a66;
}

h1.encabezado {
		padding-left: 224px;
		line-height: 122px;
		vertical-align: middle;
		display:inline-block;
		font-family: "Garamond", serif;
		font-variant: small-caps;
		font-weight: bolder;
		color: darkgoldenrod;
}

.cita {
		font-style: italic;
		text-indent: 1em;
		padding-left: 2em;
		line-height: 1.6;
}

.fuenteRSS {
		position: relative;
		z-index: 3;
		border: 8px solid darkgoldenrod;
		border-right-width: 24px;
		border-radius: 16px;
		margin-top: 12px;
		margin-right: 12px;
		margin-left: 0;
		font-size: 15px;
		font-family: "Garamond", serif;
}

.encabezadoRSS {
		background-color: #864286;
		border-left: solid darkgray 12px;
		opacity: .8;
		border-radius: 12px;
		margin: 6px;
		margin-right: 18px;
		padding-left: 6px;
		font-weight: bold;
		color: lightgray;
		min-height: 24px;
}

.contenidoRSS {
		position: relative;
		z-index: 1;
		margin: 6px;
		margin-right: 18px;
		border: solid #864286;
		border-left-width: 16px;
		border-right-width: 36px;
		border-top-width: 0;
		border-bottom-width: 0;
		border-radius: 12px;
		padding-top: 4px;
		opacity: .85;
		font-style: italic;
		line-height: .9;
		min-height: 48px;
		max-height: 96px;
		background: url("https://kawsachuncoca.com/wp-content/uploads/2023/08/IMG_20230801_195317_405.webp") no-repeat right;
		background-size: contain;
}

.textoRSS {
		width: 80%;
		background-color: #cc99cc;
		opacity: .9;
		color: black;
		padding: 2px;
		max-height: 92px;
		overflow: hidden;
		text-overflow: clip;
}

#titulo {
		font-weight: bold;
		margin: 4px;
}

.pagina {
		min-height: 24px;
		min-width: 16px;
		border-radius: 16px;
		border-left: solid darkgray 36px;
		padding: 8px;
		opacity: .8;
		margin: 12px;
		margin-right: 0;
		margin-left: 0;
		color: black;
		background-color: #cc99cc;
}

img.redessociales {
		width: 24px;
		vertical-align: middle;
		margin-right: 10px;
}

p.redessociales {
		background-color: darkgoldenrod;
		border-radius: 16px;
		padding: 8px;
		color: lightgray;
		opacity: .8;
}

a.enlaces {
		text-decoration: none;
}

a.pagina {
        text-decoration: none;
}
