body{
	background-color: #dfdfdf
}

.navbar-default{
	background-color: #cfcfcf !important;
}
.comment-form-container {
	background: #e0fefe;
	border: #a19e9e 1px solid;
	padding: 10px;
	border-radius: 10px;
}

.input-row {
	margin-bottom: 20px;
}

.input-field {
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	border: #c0bebe 1px solid;
}

.btn-submit {
	padding: 5px 10px;
	background: #cfe4ef;
	border: #8f8f8f 1px solid;
	color: #505050;
	font-size: 1.2em;
	width: 90px;
	border-radius: 5px;
	cursor: pointer;
	float:right;
}

ul {
	list-style-type: none;
}

.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
}

.outer-comment {
	padding: 10px;
	border: #dedddd 1px solid;
	background: #FFF;
}

span.commet-row-label {
	font-style: italic;
	font-size: 1em !important;
}

span.posted-by {
	color: #09F;
	font-size: 1em !important;
}

.comment-info {
	font-size: 1em !important;
}

.comment-text {
	margin: 10px 0px;
	font-size:1em;
}

.btn-reply {
	font-size: 1em;
	text-decoration: underline;
	color: #888787;
	cursor: pointer;
	font-size: 1em !important;
}

#comment-message {
	margin-left: 20px;
	color: #189a18;
	font-size: 16px !important;
	display: none;
}

.like-unlike {
	vertical-align: text-bottom;
	cursor: pointer;
}

.post-action {
	margin-top: 15px;
    font-size: 1em !important;
}
span.posted-at {
    color: #929292;
}

/*    Css suplimentario   */
.titulo{
	color: #00009f !important;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	/*margin: auto !important;*/
	text-align: center !important;
	
}

.navbar-brand {
  float: none !important;
  height: 50px;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 1.2 !important;
}