.page-container .title-nm {
	text-align: center;
	text-transform: uppercase;
	font-family: 'DIN Pro Bold', sans-serif;
	color: #1f1f1f;
	margin-bottom: 30px;
}

#redesform label {
font-weight: 300;
}

.datosmedio label {
color: #6fead6;
text-transform: uppercase;
}

.bold {
font-weight: 600;
}

.alert-nuevo {
background-color: #F7F7F7;
font-weight: 600;
}

#tabsmedios .nav-tabs {
border: 0;
}

#tabsmedios .prensa {
width: 50%;
}

#tabsmedios li.prensa > a {
border-radius: 12px;
border: 1px solid #dddddd;
text-transform: uppercase;
font-family: 'DIN Pro Medium';
}

	#tabsmedios li.prensa.active > a, #tablsmedios li.prensa > a:hover, #tablsmedios li.prensa > a:focus {
	border: 1px solid #6FEAD6;
	}
	
.nav-tabs > li > a {
color: #5f5f5f;
}

.nav-tabs > li.active > a {
color: #6FEAD6;
}
	

/* 404 */

#content.notfound {
background-color: #6FEAD6;

}

/* Qué es */

#infografia-img {
width: 100%;
}

@media (min-width: 767px){


	#tabsmedios .prensa {
	width: 48.767%;
	}
	
	#tabsmedios .nav-tabs > li.prensa:first-child {
	margin-right: 20px;
	}

}