*{
	margin: 0;
	padding: 0;
}
body{
	color:#fcfcfc;
	background-color:#7aa7ba ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.825em ;
}
nav{
	position: fixed;
	width: 300px;
	height: 100%;
	background-color: #2d2d2d;
}
ul{
	margin-top: 150px;
	list-style: none;
	display: block;
}
li{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #323232;
	overflow: hidden;
}
a.menu{
	position: relative;
	padding: 16px;
	padding-right: 25px;
	float: right;
	color: white;
	opacity: 0.6;
	font-size: 2em;
}
div.barra{
	position: absolute;
	height: 50px;
	width: 0px;
	background-color: #aaa;
	opacity: 0.1;
	-webkit-transition: width 0.2s;
	display: flex;
}
li:hover div.barra{
	width: 300px;
}
p.texto{
	margin-left: 360px;
	margin-right: 20px;
}
.estilo3{ background-color:#0E69A0 ;
	color:white;
	margin-left: 360px;
	margin-right: 20px;
   	border-radius: 20px; 
	font-size: 30px;

}
p{
	line-height: 1.5em;
	padding-bottom: 1em;
}
.img{ float:left; }
.imagen{ float: right; }
