@charset "utf-8";
/* CSS Document */



.footerAbajo {
width: 100%;
    height: 50px;
       background-color: rgba(37,37,48,1);
}

.ContentCentrar-Footer {
    
    text-align:center;
	flex-wrap:wrap;
    width: 100%;
    align-items: center;   
    
}

.Social {
    width: 40%;
    align-items: center;
    display: inline-block;
    padding-top: 14px;
    height: 50px;
   

}

.C-Social {
    width: 19px;
    margin-top: 10x;
    display: inline-block;
    padding-left: 2px;


    
}

.Registro {
    width: 40%;
    display: inline-block;

    
    
}

.Registro {
    
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 12px;
    text-align: left;

}



@media (max-width:980px) {
	
    
.Registro {
    width: 50%;
 
        
}
	
	
	
}





@media (max-width:360px) {
	
.footerAbajo {
       
       height: 90px;
      
}
	
	
.Social {
    width: 99%;
    align-items: center;
    display: inline-block;
    padding-top: 14px;
    height: 50px;
   

}



.Registro {
    width: 99%;
    display: inline-block;


    
    
}

.Registro {
    
    font-size: 10px;
    text-align: center;

}
	
	
	
	
}

