@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-normal {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* 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;
}
/*-- termina reset --*/

html {
	scroll-behavior: smooth;
	background-color: #0000;
	background-image: url(imagenes/tn_fondo_sin_texto_telea.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;
}
body {
	font-family:Inconsolata;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background-color: transparent;
	max-width: 80%;
	margin: 0 auto 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"logo"
		"contenido"
		"wa"
		"respalda"
		"video";
	row-gap: 15px;
}
#LayerIso {grid-area: logo; text-align:center; margin-bottom:10px; border-bottom:solid 1px red;}

img#logoStopPicudo {
	width:auto;
	height:289px;
	vertical-align: baseline;
	margin:10px 0 0 10px;
}
#LayerIso p { margin:5px;}

#portafolio {
grid-area: contenido;
margin: 0px auto 10px;
	color:black;
	text-align:center;
	}
#portafolio img {
	max-height:135px;
	max-width:95%;
	border-radius: 30px;
	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;
	}
a:link {
	color: black;
	text-decoration : underline;
} 
a:visited {
	color: black;
	text-decoration : underline;
} 
a:hover {
	color: black;
	text-decoration : none;
} 
a:active {color: black;}

span.red {
	color:red;
	font-weight:bold;
	font-size: 20pt;
}

div#wa { grid-area: wa; position: inherit; top:0; right:0; margin: 25px 10px 0 0; text-align: center;}
img#wa_logo, img#wa_logo2 { width: 60px; float:right; float:none; vertical-align:middle;}

div#respalda { grid-area: respalda; text-align:center;}
div#respalda img {
	max-height:120px;
	max-width:30%;
	vertical-align:middle;
}

div#videoYoutube {
	grid-area: video;
	position:inherit;
	text-align:center;
	margin: 5px auto 5px;
}
iframe#iframeVideo {
	max-width: 65%;
	aspect-ratio: 4 / 2.4; /* Common widescreen ratio */
}
span#subir2 {
	position:fixed;
	bottom:0;
	right:0;
	margin: 0 10px 10px 0;
	padding: 3px 5px;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.6;
	border-radius: 25px;
	font-size:12pt;
	}
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;}
