@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.inconsolata-<uniquifier> {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*---  comienza reset ---*/
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------- end reset -------------*/


html {
	scroll-behavior: smooth;
	background-color: #FFF;
/*	background-image:url(imagenes/fondo_html.png);*/
	background-position:bottom center;
	background-repeat:repeat-y;
	font-family:Inconsolata;
	}
body {
	color:#000;
/*	background-image:url(imagenes/tn_fondoPlaya.jpg), url(imagenes/fondo_html.png);
	background-position:top center, bottom center;
	background-repeat:no-repeat, repeat-y;*/
	margin:0 auto 10px;
/*	max-width: 1024px;
	min-height:1024px;*/
	text-align:center; font-size: 1.5em;
	}
a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:hover {color: #09C; text-decoration:none;}
.container {
	height: 100vh;
	display: grid;
	grid-template-rows: 0.6fr 3.9fr 0.4fr;
	
	}
h1 {
	text-align:center;
	font-size: 2.0em;
	padding-top:20px;
	margin-bottom:1.5em;
	}
h2 {
	text-align:center;
	font-size: 1.5em;
	margin-bottom:1.5em;/* background:cyan;*/
	}
/*img#tejos {
	margin-top: 5px;
	width: 80%;
	max-width: 1024px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}*/
p {
	margin-bottom: 1.5em;
	}
p img {
	width:80%;
	max-width: 768px;
	margin-top:10px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	vertical-align:middle;
	}
/*h2#h2_paletas {
	margin-top:40px;
	}*/
span#subir{
		float:right;
		clear:both;
		margin-right:50px;
		font-weight:bold;
/*		font-size:36px;*/
	}
span#subir2 {
	position:fixed;
	bottom:0;
	right:0;
	margin: 0 50px 10px 0;
	padding: 3px 5px;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.6;
	border-radius: 25px;
	}
span#subir2 a:link {color:#000; text-decoration:none;}
span#subir2 a:visited {color:#000; text-decoration:none;}
span#subir2 a:hover {color: #09C; text-decoration:none;}

/*
img#img_paletas {
	margin-top: 5px;
	width:80%;
	max-width: 1024px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}*/
/*p#pelotas {
	text-align:center;
	font-size: 1.5em;
	margin-bottom:1.5em;
	}*/
/*p#pelotas img#pelota_amarilla, p#pelotas img#pelota_roja, p#pelotas img#pelota_blanca, p#pelotas img#pelota_celeste {
	height:250px;
	width:auto;
	}*/
/*img#img_calderines {
	margin-top: 5px;
	width:80%;
	max-width: 1024px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}*/
p img#img_colilla-HH {
/*	margin-top: 5px;
	width:30%;
	max-width: 1024px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
*/
}
div#wa { position:fixed; top:0; right:0; margin: 10px 10px 0 0;}
img#wa_logo { width: 60px;}