
/*body por defecto*/
body {
	font-family: "Verdana",Geneva,sans-serif !important;
}

/*Titulos por defecto*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: Verdana,Geneva,sans-serif !important;
}
/* modulo noticias */
.nspArt h4.nspHeader {
    font-size: 15px;
}
.nspText{
	font-size: 13px;
}
img.sp-default-logo {
    max-width: 225px;
}
/*icono menu*/
@media screen and (max-width: 1199px) {
	#sp-menu #offcanvas-toggler{
		line-height: 100px !important;
	}
	#sp-menu .hidden-md{
		display: block !important;
	}
}
.nombre-en-logo{
	float: right;
	line-height: 7.3;
	margin-bottom: 0;
}
@media screen and (max-width: 460px) {
	.nombre-en-logo{
		display: none !important;
	}
}
@media screen and (min-width: 1200px) {
	.nombre-en-logo{
		margin-right: -80px;
	}
}
@media screen and (max-width: 1199px) {
	.nombre-en-logo{
		margin-right: -35px;
	}
}