@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;
}
/* 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 {background-color: #CCC;}*/
html {background-color: #ff523f;}
body {
	font-family:Inconsolata;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background-color: #FFF;
	max-width: 80%;
	margin: 0 auto;
	border:inset thin;
}
#LayerIso {
	}
#logoArin {
	width:100px;
	height:auto;
	float:right;
	vertical-align: baseline;
	margin:10px 10px 0 0;
}
#LayerIso p { margin:5px 0 0 5px;}
#container {
/*height: 400px;
margin: 0px auto;
max-width: 300px;*/
/*padding: 0px 0px 0px 15px;*/
/*position: relative;
top: 125px;*/
/*visibility: hidden;
z-index: 10;*/
}
#portafolio {
	margin:111px auto 10px;
/*	background-color:transparent;*/
	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;
	margin:0 20px 20px 0;
	padding:5px;
	}
a:link {
	color: black;
/*	text-decoration : none;*/
	text-decoration : underline;
} 
a:visited {
	color: black;
/*	text-decoration : none;*/
	text-decoration : underline;
} 
a:hover {
	color: black;
	text-decoration : none;
/*	text-decoration : underline;*/
} 
a:active {color: black;}
div#wa { position: inherit; top:0; left:0; margin: 25px 0 0 10px;}
img#wa_logo { width: 60px;}