html
{
    position: relative; 
    min-height: 100%;
}
body{
	background-color: #E5E3F2;
}
textarea {
	width: 100%;
	height: 100px;
	color: #4E4D53;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;
	border: 0px;
	margin-bottom: 10px;
	overflow: scroll;
	overflow-x: hidden;
}
.navbar-default {
	background-color: #1DA1F2;
	margin-bottom: 70px;
	height: 130px;
	box-shadow: 0px 1px 24px -6px rgba(0,0,0,1);
}
.tit{
	margin-top: -100px;
}
.titulo{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
#boton{
	background-color: #1DA1F2;	
	border: 0px;
	cursor: pointer;
	box-shadow: 0px 1px 24px -6px rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 20px;
	width: 130px;
}
#boton:hover{
	background-color: #167EBF; 
}
#contenedor{
	background-color: #FFF;
	border-radius: 5px;
	width: 100%;
	color: #4E4D53;
}
#contenedor span{
	margin-left: 10px;
	margin-bottom: 20px;
}
#contenedor div {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	outline: 2px solid #E5E3F2;
}
.text-left{
	color: #FFF;
}
.grumpy{
	width: 100px;
	border-radius: 100px;
	box-shadow: 0px 1px 24px -6px rgba(0,0,0,1);
}
.menu{
	list-style: none;
	margin-top: 70px;
}
.menu li{
	display: inline-block;
}
.menu li a{
	color: #FFF;
	text-decoration:none;
}
.menu li a:hover{
	border-bottom: 2px solid #167EBF;
}
.f-background{
	background-color: #C6C4D3;
	border-top: 1px solid #BABBBE;
	color: #636468;
	font-size: 20px;
	padding-top: 7px;
}
footer {
    bottom: 0;
    position: absolute;	
	padding-top: 20px;
	height: 40px;
	width: 100%;
}
footer span{
	margin-right: 20px;
	margin-left: 20px; 
}
footer span:hover{
	color: #1DA1F2;
	cursor: pointer;
}
.men-foo a{
	font-size: 14px;
	color: #636468;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px; 
}
.men-foo a:hover{
	color: #1DA1F2;
	cursor: pointer;
}
.trash{
	float: right;
	margin-right: 10px;
}
.trash:hover{
	color: #1DA1F2;
	cursor: pointer;
}
.corazon{
	float: right;
}
.tachado {
	text-decoration: line-through;
	color: #1DA1F2;
}
.red{
	color: #FC1E26;
	cursor: pointer;
}

.wh-44{
	cursor: pointer;
}