.modulo-footer {
	background-color: #FFF;
	background-image:url(../img/bg-footer.png);
	background-position:center top;
	background-repeat:repeat-y;
	padding-bottom:40px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
}

.modulo-footer .foot-izq {
	background-color: #17313e;
	padding-top:40px;
}

.modulo-footer .foot-der {
	background-color: #1f3c4e;
	padding-top:40px;
}

.modulo-footer .titulo-redes {
	font-size:24px;
	line-height:24px;
	color:#609fc2;
}

.modulo-footer .titulo-redes span {
	display:block;
	font-weight:700;
}

.modulo-footer ul.social-buttons  {
	margin-left:0px;
	border-bottom: solid 1px #1f3c4e;
	padding-bottom: 25px;
}

.modulo-footer ul.social-buttons li {
	padding-left:0px;
}

.modulo-footer ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 18px;
	line-height: 39px;
	outline: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 10px;
	/* background-color: #2a3439; */
	text-align: center;
	border: solid 2px white;
}

.modulo-footer ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #fff;
  color:#2a3439;
}


.modulo-footer .box-one {
	padding: 20px 0px;
}

.modulo-footer .btn-facebook {
  background-color: #376f8e;
  width:194px;
  text-align:center;
  font-size:16px;
  margin: 7px 0px;
  font-weight: 500;
  letter-spacing: 2px;
}

.modulo-footer .btn-twitter {
  background-color: #5c9dc1;
  width:194px;
  text-align:center;
  font-size:16px;
  margin: 7px 0px;
  font-weight: 500;
  letter-spacing: 2px;
}

.modulo-footer .box-one .sistema{
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding-top: 20px;
}

.modulo-footer .titulo-categorias {
	font-size:32px;
	line-height:34px;
	color:#fff;
	font-weight:700;
}

.modulo-footer ul.lista-categorias  {
	padding-top: 25px;
	padding-bottom:25px;
}

.modulo-footer ul.lista-categorias li  {
	color:#FFF;
	padding-bottom:5px;
}

.modulo-footer ul.lista-categorias li a {
	color:#FFF;
	font-weight:600;
	font-size:16px;
}

.modulo-footer .emergencias {
	font-size:32px;
	line-height:34px;
	color:#fff;
	font-weight:700;
}

@media (max-width: 767px){
.modulo-footer {
	padding-bottom:0px;
}

.modulo-footer .foot-izq {
	background-color: #17313e;
	padding-top:40px;
	text-align:center;
}

.modulo-footer .foot-izq  img{
	max-width:200px;
}

.modulo-footer .foot-der {
	background-color: #1f3c4e;
	padding-top:30px;
	padding-bottom:10px;
	text-align:center;
}

.modulo-footer .foot-der  img{
	max-width:200px;
}

.modulo-footer .titulo-redes {
	font-size:20px;
	line-height:20px;
}

.modulo-footer .box-one .sistema {
    font-size: 14px;
    padding-top: 10px;
}

.modulo-footer .btn-facebook {
  width:184px;
  font-size:14px;
}

.modulo-footer .btn-twitter {
  width:184px;
  font-size:14px;
}

.modulo-footer .titulo-categorias {
	display:none;
}

.modulo-footer ul.lista-categorias  {
	padding-top: 25px;
	padding-bottom:25px;
	display: none;
}

.modulo-footer .emergencias {
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:700;
}
}

.centrar {
    margin-right: auto;
    margin-left: auto;
}

.cds   {
    font-size: 11px;
    color: #525252;
    float: right;
    background-image: url(../imgs/cds_gris.png);
    background-repeat: no-repeat;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
    padding-left: 30px;
    /* margin-right: 10px; */
}
.cds:hover {
    font-size: 11px;
    background-image: url(../imgs/cds.png);
    background-repeat: no-repeat;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
	color:#06F;
}

@media (max-width: 767px){
.cds   {
    float: none;
}
}