body{

	background: 
	     url(../images/gatoGris.png),
	     url(../images/fondo_03.png);


}
#wrapper:after {content: "Wide Layout";}
a:link   
{   
 text-decoration:none;   
}   

a{color: white;}


header{
	z-index: 1;
	position: fixed;
	width:1016px;
	margin:-8px 0px 0px -15px;
	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:28px;
	float: right;
	padding-right:37px;

}

header li{
	display: inline-block;
	font-family: Tahoma;
	margin:-5px 0px 0px 30px;
	
	
}

header li:hover{
	border: 1px dashed #400040;
	box-shadow: 2px 2px 2px hsla(0,0%,0%,.3);
	background-color: #0089D3;	
	font-size: 1em;
	padding: 7px;
}



#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color:#EDEDED;
	
}

nav{
	position: relative;
	float: left;
	margin: 62px 0px 20px 26px;
	width: 255px;
	height:320px;
	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;
}

nav li{
	border: 1px solid #161E43;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.3);
	color: #ffffff;
	padding: 5px;
	border-radius: 5px 5px; /*esquinas redondeadas */
	background-color: #FD7E01;
	font-size: 1em;
	padding: 12px;
}

nav li:hover{
		color:#FD7E01;
		top:-2px;
		left: -2px;
	 	background-image:-moz-linear-gradient(top, #206B8B 0%, #161E43 100%);
		background-image:-webkit-linear-gradient(top, #206B8B 0%, #161E43 100%);
		background-image:-ms-linear-gradient(top, #206B8B 0%, #161E43 100%);
		background-image:linear-gradient(top, #206B8B 0%, #161E43 100%);
		background-image:-o-linear-gradient(top, #206B8B 0%, #161E43 100%);
		background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#206B8B), color-stop(100%,#161E43));
}



table {
	border: #000000 1px solid;
	background-color: #acd1b2;
	float: left;
	margin-right: 10px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

 
section{
	
	width:670px;	
	height:400px;
	float: right;
	background-color:#FEF092;	
	margin: 50px 18px 10px 10px;
	border-radius: 3px;
	

}

#marco{
			background-color: #FEF092;
			padding: 10px;
			margin: 13px;
			border:1.5px solid silver;
			flex-direction:row-reverse;
			float: right;
		}

		#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;
		}



#razas {
	width:670px;		
	float: right;
	background-color:#FEF092;	
	margin: -321px 18px 10px 10px;
	border-radius: 3px;
	clear: both;

}



#left{
	width: 30%;
	float: left;
	clear: both;
	margin-left: 15px;

	
}

section img {
	height: 200px;
	width: 190px;
	border-radius: 50% 5px 50% 0;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;
	display: inline;
	
}

footer{
	clear: both;
	position: relative;
	height: 70px;
	width: 100%;
	background-color:#161E43;
	border-radius: 5px 5px 0px 0px;

}

h1{
	text-align: left;
	float: left;
	margin:5px 0px 10px 15px;
	font-size:4.2em;
	font-family: Georgia;
	color: black;
	display: 
}

h2{
	text-align: center;
	margin-right: 5px;	
	font-size: 1.8em;
	font-family: Georgia;
	color: black;
}

h3{
	text-align: center;
	margin-right: 5px;
	padding-top: 27px;
	font-size: 11px;
	font-family: Georgia;
	color: #ffffff;
}

h4{
	font-size: 1.5em;
	font-family: Georgia;
	color: black;
	display: inline;


}

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));
 	min-height: 43px;
	position: relative;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	width:400px;	
	margin: -210px 11px 0px;
	float: right;
	text-align: justify;
	
}

p{
	font-family: Georgia;
	font-size: 15px;
	color: white;
	text-shadow: 2px 2px 3px #0C0C23;
	margin-top: 5px;
}


 
