/* Add here all your css styles (customizations) */
.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #016295;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #016295;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.logdir {
	margin-right: 10px;
	margin-top: 5px;
}

#notification_error { color: red; height: auto; padding: 10px; text-align: center; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; margin-bottom: 10px; }
#usudiv {
	line-height: 18px;
  	color: #a1a1a1;
 	background: url("../img/checked_user.png") no-repeat right 8px;
  	padding: 0px 40px 0px 0px;
}
.team-img li i.fa-search-plus
{
  	line-height: 30px;
}
.team-img li i.fa-search-plus:hover
{
  	color: #ffffff;
  	background-color: #e74c3c;
	border-color: #e74c3c;
}
.img_user {
	border: 1px solid #DCDCDC;
}
.img_user img {
	height: 100px;
}
.img_nouser {
	background: url(../../img/user.jpg) no-repeat scroll left top;
	background-size: 65px;
	width: 65px;
	height: 80px;
}
.pad_10 {
	padding: 10px;
}
.texto_gris {
	color: #555;
	font-size: 1.1em;
}
#lista {
	cursor: pointer;
	border: 0px solid #0093D9;
	padding: 10px 10px 10px 30px;
	background-color: #016295;
	color: #fff;
}
#lista:HOVER {
	background-color: #0093D9;
	color: #fff;
}
.job-img {
	overflow: hidden;
	position: relative;
	background: url(../img/11.jpg) 80% 40% no-repeat;
	opacity: 0.8;
}
.job-img .job-banner {
	padding: 20px;
	max-width: 30%;
	margin: 50px auto 50px 35%;	
	background: rgba(255,255,255,0.6);
}

.job-img .job-banner h2 {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.job-img .job-banner {
		padding: 10px;
		margin: 30px auto 30px;	
	}
	.logdir {
		font-size: 0.8em;
		margin-right: 5px;
	}
}
.nostyle {
	margin-bottom: 5px;
}
.nostyle ul,ol {
	margin-bottom: 0;
}
.arealine {
	cursor: pointer;
}
.arealine:HOVER {
	background-color: #435E01;
	color: #fff;
}
.arealine td {
	padding: 5px 5px;
}
.jn_titulo {
	 font-size: 20px; font-weight: 600; padding-top: 30px; padding-bottom: 15px;
}
.jn_parrafo {
	 color: #333; font-size: 14px; line-height: 1.6; text-align: left; padding-bottom: 10px;
}
.jn_negrita {
	font-weight: 600;
}
.jn_negrita_verde {
	color: #0093d9; font-weight: 600;
}
.jn_link {
	color: #0093d9;
}
.jn_link:HOVER {
	 text-decoration: underline !important;
}
.jn_linksub {
	color: #0093d9 !important;
	font-weight: 600;
	text-decoration: underline;
}
.jn_linksub:HOVER {
	color: #435E01 !important;
}
.jn_globo {
	color: #0093d9; font-weight: 600; padding-top: 5px;
}
.jn_arealink {
	color: #333;
	text-decoration: underline !important;
	cursor: pointer;
}
.jn_arealink:HOVER {
	color: #0093d9;
}
.titulo_input {
	color: gray;
	font-weight: 400;
	text-decoration: underline;
}
.titulo_input_simple {
	color: gray;
	font-weight: 400;
}
#avatar {
	height: 180px; border: 1px solid #333; cursor: pointer; opacity: 0.8;
}
#avatar:hover {
	border: 5px solid #0093d9; opacity: 1;
}
.oferta {
	background-color: #c9dae5;
	padding: 10px;
	cursor: pointer;
}
.oferta:HOVER {
	background-color: #c2dcef;
	
}
.grupo1 {
	background-color: #eceff2;
	padding: 10px;
}
.grupo1:HOVER {
	background-color: #eaf0f4;
	
}
.grupo2 {
	background-color: #fefefe;
	padding: 10px;
}
.grupo2:HOVER {
	background-color: #f7f7f7;
	
}