.img-fluid {
  max-height: 170px;
  max-width : 100%;
}

.footer {
	background   : #f6f3f3;
	border-bottom: 5px solid #fff;
	padding      : 0px 0px;
}

.fondo{
	background         : url(../images/logos/fondo_header_sws_2019.jpg) 0 0 no-repeat;
	background-size    : cover;
	background-position: center;
}

.logoizquierdo{
	text-align  : left;
	padding-left: 2%;
}

.logocentral{
	text-align    : center;
	padding-top   : 10px;
	padding-bottom: 10px;
}

.logoderecho{
	text-align   : right;
	padding-right: 2%;
}

.sinmargenes{
	margin-right: 0px;
	margin-left : 0px;
}

.footersistemas{
	min-height: 58vh;
	background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("https://sws.villahermosa.tecnm.mx/img/nodos.png");
	background-size: 50% 50%;
	background-repeat: repeat;
}

.wraper{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

/*Otros*/
.scrollup
{
    width:60px;
    height:60px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url(../images/up.png) no-repeat;
}
.social_block ul li.facebook a:before {
	background-position: 0 -31px;
}
.social_block ul li.twitter a:before {
	background-position: -36px -31px;
}
.social_block ul li.linkedin a:before {
	background-position: -73px -31px;
}
.social_block ul li.youtube a:before {
	background-position: -110px -31px;
}
.social_block ul li.dribbble a:before {
	background-position: -147px -31px;
}
.social_block ul li.google a:before {
	background-position: -184px -31px;
}
.social_block ul li.instagram a:before {
	background-position: -215px -31px;
}

.checkpassword {
	padding         : 6px 6px;
	background-color: #eee;
	border          : 1px solid #ccc;
	border-radius   : 5px;
	border-left     : 0;
	width           : 10%;
	height:        34px;
	white-space     : nowrap;
}