.conte-footer{
    background: #4A5164;
    width: 100%;
    max-width: auto; 
 }
.footer { 
    background: #4A5164;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
	font-family:sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;

}
.conteimg{
    width:  10%;  
    text-align: left;  
}
.conteimg img{
    width:  100px;  
}
.creditos{ 
    width:26%;
    line-height : 20px;
    text-align: center;

    
}



.catego{
    width: 50%;
    text-align: center;
    line-height : 20px; 
        
}
.catego li {
	list-style-image: none;
	list-style-type: none;
}
.catego li a {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.redes { 
	text-align: right;
	width: 14%;
}
#menu_empresa{
    width: 100%;
    text-align: center;
    padding: 10px
}
#menu_empresa a,li{
    color: #fff;
    font-family: arial;
    text-decoration: none;
    list-style-type: none;
}

@media all and (max-width:600px){

.conteimg{
    width: 100%;
    text-align: center;
	padding-top:10px;
    padding-bottom:10px;
    background: #fff;
    
}
.footer {
	width:100%;
    padding-bottom: 0px;
    padding-top: 0px; 
}
.creditos {
	width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px
    
}
.catego{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	width:100%;
	float:left;
    background-color: #525A70; 
     
}
    .redes{
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }
    #menu_empresa{
    width: 100%;
    text-align: center;
    padding: 10px 
}
#menu_empresa a,li{
    color: #fff;
    font-family: arial;
    text-decoration: none;
    list-style-type: none;
    font-size: 14px;
}
}