
#wrapper{ width:360px; }
#wrapper:after { content: "Narrow Layout"; }


header{
	z-index: 1;
	position: fixed;
	width:340px;
	margin:-8px 20px 0px 3px;
	height:80px;
	background-color: #68C2F6;	
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 0 5px #888;

}

header ul{
	
	font-family: Tahoma;
	font-weight: bold;
	list-style: none;
	margin-top:-4px;
	float: left;
	padding-right:35px;
	font-size: 15px;

}

header li{
	display: inline;
	font-family: Tahoma;
	margin:-5px 0px 0px 22px;
	
	
} 

h1{
	text-align: center;
	padding-left: 32px;	
	font-size:2.2em;
	font-family: Georgia;
	color: black;
	
	
}

#LogoGato{	
	display: none;
}

nav{
	position: relative;
	float: left;
	margin:50px 0px 18px 41px;
	width: 255px;
	height:300px;
	background-color:#F7F3E7;	
	border-radius: 10px;
	clear: both;
	box-shadow:inset 0 0 5px 5px #888;


}

nav ul{
	list-style: none;
	font-family: Tahoma;
	color: #F4F4F4;
	font-weight: bold;
	margin:37px -12px 2px -28px;
	width: 230px;
}

h2{
	text-align: center;	
	font-size: 1.5em;
	font-family: Georgia;
	color: black;
}

section{ 
	
	width: 300px; 
	height:715px; 
	margin:-5px 42px 1px 1px;
	border-radius: 9px;
	}

	section img {
	height: 200px;
	width: 190px;
	margin-left: 38px;
	border-radius: 50% 5px 50% 0;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;
	display: block;
	
}


blockquote {
	border:2px solid #fff;
	word-wrap: break-word;
	background-image:-moz-linear-gradient(top, #6C6C6C 0%, #B4B4B4 100%);
 	background-image:-webkit-linear-gradient(top, #6C6C6C 0%, #B4B4B4 100%);
 	background-image:-ms-linear-gradient(top, #6C6C6C 0%, #B4B4B4 100%);
 	background-image:linear-gradient(top, #6C6C6C 0%, #B4B4B4 100%);
 	background-image:-o-linear-gradient(top, #6C6C6C 0%, #B4B4B4 100%);
 	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#6C6C6C), color-stop(100%,#B4B4B4)); 	
	position: relative;
	padding: 3px 9px 3px 9px;
	border-radius: 5px;
	width:248px;	
	margin:22px 15px 0px;
	float: right;
	text-align: justify;
	
}

#marco{
			background-color: #FEF092;
			padding: 6px;
			margin: 13px;
			border:1.5px solid silver;
			flex-direction:row-reverse;
			
		}

		#contenedor{
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;

			-webkit-flex-wrap: wrap;
			flex-wrap:wrap;
		}

		.vertical {
			width:215px;
			height:240px;
			border:1px solid silver;
			background-color: #CFC;
		}

footer { display: none; }