#header .nav .nosotros > a, #header .nav .nosotros > a:hover {
	color: white;
	border-top: 5px solid #fff;
	font-weight: bold;
}
.banner {
	width: 100%;
	height: 300px;
	background: #f5f5f5 url('/assets/img/bg-about.jpg') no-repeat center;
	background-size: cover;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #005fab;
	line-height: 50px;
	text-transform: uppercase;
}
#premisas,
#quienes,
#creemos {
	/*padding: 30px 150px;*/
	padding-bottom: 90px;
	font-size: 16px;
	line-height: 25px;
}
#quienes h2,
#premisas h3,
#creemos h2 {margin-top:90px;}
#premisas,
.frase {background-color:#f6f7f9;}
#premisas .col-xs-3 b{font-size:15px}

#premisas .cuatro img {padding:30px 0}

.frase .inner {padding:90px 0;}
.frase p {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	font-family: "Times", serif;
	margin-bottom: 30px;
	line-height: 140%;
	font-style:italic;
}

/*.frase {
	background-color: #f7f7f7;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 30px 0;
}*/
.cuatro {
	margin-bottom: 60px;
}
.in-action {
	background-color: #fff;
	color: #333;
	padding: 15px 20px;
	margin: 20px 50px;
	border-left: 5px solid #9cbc4d;
}

#creemos ol li {
	background-color: #10a3f4;
	color: #fff;
	border-radius: 25px;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#creemos ol li:nth-child(even) {
	background-color: #e9f5ff;
	color: #233a76;
}